Skip to content

Commit

Permalink
save beehiiv
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 28, 2024
1 parent dc46a73 commit af36e6f
Show file tree
Hide file tree
Showing 21 changed files with 19,045 additions and 684 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: b3a298a85b356d135b8a11dd196b406c64ee5b1331ed04a1932f10a80d08201c
hash: 8c4ea2ca56981039781e5321804b5ffbac2f996049676ab8252a4d1bda418c83
methodObjects:
- url: /transactions
method: createTransaction
Expand Down Expand Up @@ -71,15 +71,15 @@ methodObjects:
httpMethod: post
tag: Transaction
typeScriptTag: transaction
description: Create Sofort Transaction
description: Create SEPA DD Transaction
parameters:
- name: ecpTransaction
schema: object
description: ''
- name: amount
schema: number
description: ''
default: 42
default: 9.65
- name: payerInfo
schema: object
description: ''
Expand All @@ -90,7 +90,7 @@ methodObjects:
- name: currency
schema: string
description: ''
default: GBP
default: EUR
- name: authorizedByShopper
schema: boolean
description: ''
Expand All @@ -113,9 +113,6 @@ methodObjects:
- name: sepaDirectDebitTransaction
schema: object
description: ''
- name: sofortTransaction
schema: object
description: ''
responses:
- statusCode: '200'
description: OK
Expand Down Expand Up @@ -265,22 +262,6 @@ methodObjects:
responses:
- statusCode: '200'
description: OK
- url: /batch-transactions/{batchId}
method: getBatchTransaction
httpMethod: get
tag: Transaction
typeScriptTag: transaction
description: Retrieve Batch Transaction
parameters:
- name: batchId
schema: string
required: true
description: batch ID sent in the Create Batch Transaction request
example: BATCHID
default: '567890'
responses:
- statusCode: '200'
description: OK
- url: /transactions/refund/{transactionId}
method: initiateRefund
httpMethod: post
Expand Down Expand Up @@ -845,20 +826,6 @@ methodObjects:
responses:
- statusCode: '200'
description: OK
- url: /vendors?{parameters}
method: getAllVendors
httpMethod: get
tag: Vendor
typeScriptTag: vendor
description: Retrieve All Vendors
parameters:
- name: gettotal
schema: boolean
description: ''
default: true
responses:
- statusCode: '200'
description: OK
numberOfSchemas: 16
apiDescription: >-
At BlueSnap, we look at payments a little differently. Our Payment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: ea7eb10628ffca2db155ee207b299e3a2e62f14fe489d55b15b3df0bf10ab273
hash: af613b5c289c8f1c336f4ceaffab000b0939f3d4c860567caab15f4fac9ee11a
methodObjects:
- url: /personnel/v1/audit-details
method: getData
Expand Down
1 change: 1 addition & 0 deletions sdks/db/custom-request-last-fetched.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,4 @@ lastUpdated:
weavy.com: 2024-03-28T18:59:15.299Z
vegapay.tech: 2024-03-28T19:27:41.242Z
textrequest.com: 2024-03-28T19:43:58.927Z
beehiiv.com: 2024-03-28T17:50:29.491Z
Loading

0 comments on commit af36e6f

Please sign in to comment.