mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -72,7 +72,7 @@ info:
|
||||
|
||||
Get your `{PREFIX}` from your live Customer Area under **Developers** > **API
|
||||
URLs** > **Prefix**.'
|
||||
x-timestamp: '2022-09-30T08:20:19Z'
|
||||
x-timestamp: '2022-11-24T10:17:10Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -100,6 +100,7 @@ paths:
|
||||
operationId: post-confirmThirdParty
|
||||
x-groupName: Reviewing
|
||||
x-sortIndex: 1
|
||||
x-methodName: confirmPayout
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -167,6 +168,7 @@ paths:
|
||||
operationId: post-declineThirdParty
|
||||
x-groupName: Reviewing
|
||||
x-sortIndex: 2
|
||||
x-methodName: cancelPayout
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -234,6 +236,7 @@ paths:
|
||||
operationId: post-payout
|
||||
x-groupName: Instant payouts
|
||||
x-sortIndex: 1
|
||||
x-methodName: makeInstantCardPayout
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -298,6 +301,7 @@ paths:
|
||||
operationId: post-storeDetail
|
||||
x-groupName: Initialization
|
||||
x-sortIndex: 2
|
||||
x-methodName: storePayoutDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -366,6 +370,7 @@ paths:
|
||||
operationId: post-storeDetailAndSubmitThirdParty
|
||||
x-groupName: Initialization
|
||||
x-sortIndex: 1
|
||||
x-methodName: storeDetailsAndSubmitPayout
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -440,6 +445,7 @@ paths:
|
||||
operationId: post-submitThirdParty
|
||||
x-groupName: Initialization
|
||||
x-sortIndex: 3
|
||||
x-methodName: submitPayout
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -2398,7 +2404,7 @@ components:
|
||||
value:
|
||||
amount:
|
||||
currency: EUR
|
||||
value: '1000'
|
||||
value: 1000
|
||||
merchantAccount: YOUR_MERCHANT_ACCOUNT
|
||||
recurring:
|
||||
contract: PAYOUT
|
||||
|
||||
Reference in New Issue
Block a user