spec release

This commit is contained in:
Adyen Automation
2023-12-11 15:59:15 +01:00
parent 2228716265
commit 35f2c0ae1d
62 changed files with 0 additions and 645 deletions

View File

@@ -16,11 +16,6 @@
"url" : "https://github.com/Adyen/adyen-openapi"
}
},
"x-groups" : [
"Initialization",
"Reviewing",
"Instant payouts"
],
"tags" : [
{
"name" : "Initialization"
@@ -42,7 +37,6 @@
"description" : "Confirms a previously submitted payout.\n\nTo cancel a payout, use the `/declineThirdParty` endpoint.",
"x-addedInVersion" : "10",
"operationId" : "post-confirmThirdParty",
"x-groupName" : "Reviewing",
"x-sortIndex" : 1,
"x-methodName" : "confirmThirdParty",
"security" : [
@@ -152,7 +146,6 @@
"description" : "Cancels a previously submitted payout.\n\nTo confirm and send a payout, use the `/confirmThirdParty` endpoint.",
"x-addedInVersion" : "10",
"operationId" : "post-declineThirdParty",
"x-groupName" : "Reviewing",
"x-sortIndex" : 2,
"x-methodName" : "declineThirdParty",
"security" : [
@@ -262,7 +255,6 @@
"description" : "With this call, you can pay out to your customers, and funds will be made available within 30 minutes on the cardholder's bank account (this is dependent on whether the issuer supports this functionality). Instant card payouts are only supported for Visa and Mastercard cards.",
"x-addedInVersion" : "11",
"operationId" : "post-payout",
"x-groupName" : "Instant payouts",
"x-sortIndex" : 1,
"x-methodName" : "payout",
"security" : [
@@ -369,7 +361,6 @@
"summary" : "Store payout details",
"description" : "Stores payment details under the `PAYOUT` recurring contract. These payment details can be used later to submit a payout via the `/submitThirdParty` call.",
"operationId" : "post-storeDetail",
"x-groupName" : "Initialization",
"x-sortIndex" : 2,
"x-methodName" : "storeDetail",
"security" : [
@@ -479,7 +470,6 @@
"description" : "Submits a payout and stores its details for subsequent payouts.\n\nThe submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
"x-addedInVersion" : "10",
"operationId" : "post-storeDetailAndSubmitThirdParty",
"x-groupName" : "Initialization",
"x-sortIndex" : 1,
"x-methodName" : "storeDetailAndSubmitThirdParty",
"security" : [
@@ -596,7 +586,6 @@
"description" : "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call.\n\nThe submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
"x-addedInVersion" : "10",
"operationId" : "post-submitThirdParty",
"x-groupName" : "Initialization",
"x-sortIndex" : 3,
"x-methodName" : "submitThirdParty",
"security" : [