From a2846c348b1a646cb8d2410b9a67c9bf8e69dc90 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Mon, 5 Dec 2022 10:49:48 +0000 Subject: [PATCH] spec release --- json/PaymentService-v25.json | 9 ++++- json/PaymentService-v30.json | 11 ++++- json/PaymentService-v40.json | 28 +++++++++++-- json/PaymentService-v46.json | 28 +++++++++++-- json/PaymentService-v49.json | 28 +++++++++++-- json/PaymentService-v50.json | 28 +++++++++++-- json/PaymentService-v51.json | 29 ++++++++++++-- json/PaymentService-v52.json | 29 ++++++++++++-- json/PaymentService-v64.json | 57 ++++++++++++++++++++++++-- json/PaymentService-v67.json | 57 ++++++++++++++++++++++++-- json/PaymentService-v68.json | 66 +++++++++++++++++++++++++++--- json/PayoutService-v30.json | 10 ++++- json/PayoutService-v40.json | 10 ++++- json/PayoutService-v50.json | 10 ++++- json/PayoutService-v51.json | 10 ++++- json/PayoutService-v52.json | 10 ++++- json/PayoutService-v64.json | 10 ++++- json/PayoutService-v67.json | 10 ++++- json/PayoutService-v68.json | 10 ++++- yaml/PaymentService-v25.yaml | 9 ++++- yaml/PaymentService-v30.yaml | 11 ++++- yaml/PaymentService-v40.yaml | 30 +++++++++++--- yaml/PaymentService-v46.yaml | 30 +++++++++++--- yaml/PaymentService-v49.yaml | 30 +++++++++++--- yaml/PaymentService-v50.yaml | 30 +++++++++++--- yaml/PaymentService-v51.yaml | 31 +++++++++++--- yaml/PaymentService-v52.yaml | 31 +++++++++++--- yaml/PaymentService-v64.yaml | 72 ++++++++++++++++++++++++++++++--- yaml/PaymentService-v67.yaml | 72 ++++++++++++++++++++++++++++++--- yaml/PaymentService-v68.yaml | 78 +++++++++++++++++++++++++++++++++--- yaml/PayoutService-v30.yaml | 10 ++++- yaml/PayoutService-v40.yaml | 10 ++++- yaml/PayoutService-v50.yaml | 10 ++++- yaml/PayoutService-v51.yaml | 10 ++++- yaml/PayoutService-v52.yaml | 10 ++++- yaml/PayoutService-v64.yaml | 10 ++++- yaml/PayoutService-v67.yaml | 10 ++++- yaml/PayoutService-v68.yaml | 10 ++++- 38 files changed, 834 insertions(+), 120 deletions(-) diff --git a/json/PaymentService-v25.json b/json/PaymentService-v25.json index 5a0ab09..a712561 100644 --- a/json/PaymentService-v25.json +++ b/json/PaymentService-v25.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v25/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v25/authorise\n```\n\nGet 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:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -41,6 +41,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -171,6 +172,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -284,6 +286,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -397,6 +400,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -515,6 +519,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -633,6 +638,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -752,6 +758,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ diff --git a/json/PaymentService-v30.json b/json/PaymentService-v30.json index 80ab707..f9faf69 100644 --- a/json/PaymentService-v30.json +++ b/json/PaymentService-v30.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v30/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v30/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -288,6 +290,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -401,6 +404,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -514,6 +518,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -632,6 +637,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -750,6 +756,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -869,6 +876,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -988,6 +996,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ diff --git a/json/PaymentService-v40.json b/json/PaymentService-v40.json index 1dd739c..6e3e3a7 100644 --- a/json/PaymentService-v40.json +++ b/json/PaymentService-v40.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v40/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v40/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -981,6 +989,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1100,6 +1109,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1333,6 +1344,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -5093,7 +5105,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5101,6 +5113,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5644,8 +5658,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v46.json b/json/PaymentService-v46.json index 6de8d59..57a2f23 100644 --- a/json/PaymentService-v46.json +++ b/json/PaymentService-v46.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v46/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v46/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -981,6 +989,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1100,6 +1109,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1333,6 +1344,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -5126,7 +5138,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5134,6 +5146,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5687,8 +5701,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v49.json b/json/PaymentService-v49.json index e5821a1..c049a94 100644 --- a/json/PaymentService-v49.json +++ b/json/PaymentService-v49.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v49/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v49/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -981,6 +989,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1100,6 +1109,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1333,6 +1344,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -5126,7 +5138,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5134,6 +5146,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5722,8 +5736,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v50.json b/json/PaymentService-v50.json index 737b434..e2a8dd6 100644 --- a/json/PaymentService-v50.json +++ b/json/PaymentService-v50.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v50/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v50/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -981,6 +989,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1100,6 +1109,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1333,6 +1344,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -5154,7 +5166,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5162,6 +5174,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5770,8 +5784,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v51.json b/json/PaymentService-v51.json index 4c31bc4..d4d86eb 100644 --- a/json/PaymentService-v51.json +++ b/json/PaymentService-v51.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v51/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v51/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -982,6 +990,7 @@ "operationId" : "post-getAuthenticationResult", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3dsAuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1095,6 +1104,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1328,6 +1339,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1447,6 +1459,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -5314,7 +5327,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5322,6 +5335,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5958,8 +5973,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v52.json b/json/PaymentService-v52.json index bc07858..7cd948b 100644 --- a/json/PaymentService-v52.json +++ b/json/PaymentService-v52.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v52/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v52/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:11Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -982,6 +990,7 @@ "operationId" : "post-getAuthenticationResult", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3dsAuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1095,6 +1104,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1328,6 +1339,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1447,6 +1459,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -5322,7 +5335,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5330,6 +5343,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5966,8 +5981,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v64.json b/json/PaymentService-v64.json index d009420..268470d 100644 --- a/json/PaymentService-v64.json +++ b/json/PaymentService-v64.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v64/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v64/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:12Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -982,6 +990,7 @@ "operationId" : "post-getAuthenticationResult", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3dsAuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1095,6 +1104,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1328,6 +1339,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1447,6 +1459,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -3487,6 +3500,10 @@ "description" : "Required for recurring payments. \nYour reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address.", "type" : "string" }, + "subMerchant" : { + "description" : "Required for Back-to-Back/ purchase driven load in Wallet transactions.\nContains the final merchant who will be receiving the money, also known as subMerchant, information.", + "$ref" : "#/components/schemas/SubMerchant" + }, "telephoneNumber" : { "description" : "the telephone number of the person", "type" : "string" @@ -5411,7 +5428,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5419,6 +5436,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5448,6 +5467,30 @@ "value" ] }, + "SubMerchant" : { + "properties" : { + "city" : { + "description" : "The city of the sub-merchant's address.\n* Format: Alphanumeric\n* Maximum length: 13 characters", + "type" : "string" + }, + "country" : { + "description" : "The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", + "type" : "string" + }, + "mcc" : { + "description" : "The sub-merchant's 4-digit Merchant Category Code (MCC). \n* Format: Numeric\n* Fixed length: 4 digits", + "type" : "string" + }, + "name" : { + "description" : "The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", + "type" : "string" + }, + "taxId" : { + "description" : "The tax ID of the sub-merchant.\n* Format: Numeric\n* Fixed length: 11 digits for the CPF or 14 digits for the CNPJ", + "type" : "string" + } + } + }, "TechnicalCancelRequest" : { "properties" : { "additionalData" : { @@ -6055,8 +6098,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v67.json b/json/PaymentService-v67.json index e3d86d3..a1c6d6b 100644 --- a/json/PaymentService-v67.json +++ b/json/PaymentService-v67.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v67/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v67/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:12Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -982,6 +990,7 @@ "operationId" : "post-getAuthenticationResult", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3dsAuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1095,6 +1104,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1328,6 +1339,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1447,6 +1459,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -3487,6 +3500,10 @@ "description" : "Required for recurring payments. \nYour reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address.", "type" : "string" }, + "subMerchant" : { + "description" : "Required for Back-to-Back/ purchase driven load in Wallet transactions.\nContains the final merchant who will be receiving the money, also known as subMerchant, information.", + "$ref" : "#/components/schemas/SubMerchant" + }, "telephoneNumber" : { "description" : "the telephone number of the person", "type" : "string" @@ -5385,7 +5402,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5393,6 +5410,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5422,6 +5441,30 @@ "value" ] }, + "SubMerchant" : { + "properties" : { + "city" : { + "description" : "The city of the sub-merchant's address.\n* Format: Alphanumeric\n* Maximum length: 13 characters", + "type" : "string" + }, + "country" : { + "description" : "The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", + "type" : "string" + }, + "mcc" : { + "description" : "The sub-merchant's 4-digit Merchant Category Code (MCC). \n* Format: Numeric\n* Fixed length: 4 digits", + "type" : "string" + }, + "name" : { + "description" : "The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", + "type" : "string" + }, + "taxId" : { + "description" : "The tax ID of the sub-merchant.\n* Format: Numeric\n* Fixed length: 11 digits for the CPF or 14 digits for the CNPJ", + "type" : "string" + } + } + }, "TechnicalCancelRequest" : { "properties" : { "additionalData" : { @@ -6094,8 +6137,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PaymentService-v68.json b/json/PaymentService-v68.json index e9f016a..31397f6 100644 --- a/json/PaymentService-v68.json +++ b/json/PaymentService-v68.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payment API", "description" : "A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.\n\nTo learn more about the API, visit [Classic integration](https://docs.adyen.com/classic-integration).\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payment/v68/authorise\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v68/authorise\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-30T08:20:20Z", + "x-timestamp" : "2022-11-24T10:17:12Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -42,6 +42,7 @@ "operationId" : "post-adjustAuthorisation", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "changeTheAuthorisedAmount", "security" : [ { "BasicAuth" : [ @@ -160,6 +161,7 @@ "operationId" : "post-authorise", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "createAuthorisation", "security" : [ { "BasicAuth" : [ @@ -291,6 +293,7 @@ "operationId" : "post-authorise3d", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "complete3dsAuthorisation", "security" : [ { "BasicAuth" : [ @@ -405,6 +408,7 @@ "operationId" : "post-authorise3ds2", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "complete3ds2Authorisation", "security" : [ { "BasicAuth" : [ @@ -518,6 +522,7 @@ "operationId" : "post-cancel", "x-groupName" : "Modifications", "x-sortIndex" : 2, + "x-methodName" : "cancelAuthorisation", "security" : [ { "BasicAuth" : [ @@ -631,6 +636,7 @@ "operationId" : "post-cancelOrRefund", "x-groupName" : "Modifications", "x-sortIndex" : 4, + "x-methodName" : "cancelOrRefundPayment", "security" : [ { "BasicAuth" : [ @@ -749,6 +755,7 @@ "operationId" : "post-capture", "x-groupName" : "Modifications", "x-sortIndex" : 1, + "x-methodName" : "captureAuthorisation", "security" : [ { "BasicAuth" : [ @@ -868,6 +875,7 @@ "operationId" : "post-donate", "x-groupName" : "Modifications", "x-sortIndex" : 6, + "x-methodName" : "createDonation", "security" : [ { "BasicAuth" : [ @@ -982,6 +990,7 @@ "operationId" : "post-getAuthenticationResult", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3dsAuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1095,6 +1104,7 @@ "operationId" : "post-refund", "x-groupName" : "Modifications", "x-sortIndex" : 3, + "x-methodName" : "refundCapturedPayment", "security" : [ { "BasicAuth" : [ @@ -1214,6 +1224,7 @@ "operationId" : "post-retrieve3ds2Result", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "getThe3ds2AuthenticationResult", "security" : [ { "BasicAuth" : [ @@ -1328,6 +1339,7 @@ "operationId" : "post-technicalCancel", "x-groupName" : "Modifications", "x-sortIndex" : 5, + "x-methodName" : "cancelAuthorisationUsingYourReference", "security" : [ { "BasicAuth" : [ @@ -1447,6 +1459,7 @@ "operationId" : "post-voidPendingRefund", "x-groupName" : "Modifications", "x-sortIndex" : 7, + "x-methodName" : "cancelInpersonRefund", "security" : [ { "BasicAuth" : [ @@ -3621,6 +3634,10 @@ "description" : "Required for recurring payments. \nYour reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address.", "type" : "string" }, + "subMerchant" : { + "description" : "Required for Back-to-Back/ purchase driven load in Wallet transactions.\nContains the final merchant who will be receiving the money, also known as subMerchant, information.", + "$ref" : "#/components/schemas/SubMerchant" + }, "telephoneNumber" : { "description" : "the telephone number of the person", "type" : "string" @@ -5563,7 +5580,7 @@ "type" : "string" }, "type" : { - "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**.", + "description" : "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.", "enum" : [ "BalanceAccount", "Commission", @@ -5571,6 +5588,8 @@ "MarketPlace", "PaymentFee", "Remainder", + "Surcharge", + "Tip", "VAT", "Verification" ], @@ -5600,6 +5619,30 @@ "value" ] }, + "SubMerchant" : { + "properties" : { + "city" : { + "description" : "The city of the sub-merchant's address.\n* Format: Alphanumeric\n* Maximum length: 13 characters", + "type" : "string" + }, + "country" : { + "description" : "The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", + "type" : "string" + }, + "mcc" : { + "description" : "The sub-merchant's 4-digit Merchant Category Code (MCC). \n* Format: Numeric\n* Fixed length: 4 digits", + "type" : "string" + }, + "name" : { + "description" : "The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", + "type" : "string" + }, + "taxId" : { + "description" : "The tax ID of the sub-merchant.\n* Format: Numeric\n* Fixed length: 11 digits for the CPF or 14 digits for the CNPJ", + "type" : "string" + } + } + }, "TechnicalCancelRequest" : { "properties" : { "additionalData" : { @@ -5926,15 +5969,20 @@ { "description" : "No challenge (transactional risk analysis is already performed)", "value" : "05" + }, + { + "description" : "Data only", + "value" : "06" } ], - "description" : "Indicates whether a challenge is requested for this transaction. Possible values:\n* **01** — No preference\n* **02** — No challenge requested\n* **03** — Challenge requested (3DS Requestor preference)\n* **04** — Challenge requested (Mandate)\n* **05** — No challenge (transactional risk analysis is already performed)", + "description" : "Indicates whether a challenge is requested for this transaction. Possible values:\n* **01** — No preference\n* **02** — No challenge requested\n* **03** — Challenge requested (3DS Requestor preference)\n* **04** — Challenge requested (Mandate)\n* **05** — No challenge (transactional risk analysis is already performed)\n* **06** — Data Only", "enum" : [ "01", "02", "03", "04", - "05" + "05", + "06" ], "type" : "string" }, @@ -6475,8 +6523,14 @@ "currency" : "EUR" }, "browserInfo" : { - "userAgent" : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0", - "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36", + "acceptHeader" : "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", + "language" : "en", + "colorDepth" : 24, + "screenHeight" : 723, + "screenWidth" : 1536, + "timeZoneOffset" : 0, + "javaEnabled" : false }, "card" : { "number" : "5212345678901234", diff --git a/json/PayoutService-v30.json b/json/PayoutService-v30.json index 5cf8722..021168d 100644 --- a/json/PayoutService-v30.json +++ b/json/PayoutService-v30.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v30/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v30/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2334,7 +2340,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v40.json b/json/PayoutService-v40.json index f51e953..94a2d64 100644 --- a/json/PayoutService-v40.json +++ b/json/PayoutService-v40.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v40/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v40/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2365,7 +2371,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v50.json b/json/PayoutService-v50.json index 1194c60..107ed64 100644 --- a/json/PayoutService-v50.json +++ b/json/PayoutService-v50.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v50/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v50/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2373,7 +2379,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v51.json b/json/PayoutService-v51.json index 82986ff..4533e01 100644 --- a/json/PayoutService-v51.json +++ b/json/PayoutService-v51.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v51/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v51/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2373,7 +2379,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v52.json b/json/PayoutService-v52.json index ff3755c..820139c 100644 --- a/json/PayoutService-v52.json +++ b/json/PayoutService-v52.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v52/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v52/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2383,7 +2389,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v64.json b/json/PayoutService-v64.json index 99b0de0..6a2b518 100644 --- a/json/PayoutService-v64.json +++ b/json/PayoutService-v64.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v64/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v64/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2383,7 +2389,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v67.json b/json/PayoutService-v67.json index f57197e..572e310 100644 --- a/json/PayoutService-v67.json +++ b/json/PayoutService-v67.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v67/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v67/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2375,7 +2381,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/json/PayoutService-v68.json b/json/PayoutService-v68.json index f613dfb..d268ae8 100644 --- a/json/PayoutService-v68.json +++ b/json/PayoutService-v68.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Payout API", "description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nPayments API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Payout/v68/payout\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need [API credentials](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payout/v68/payout\n```\n\nGet 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", @@ -46,6 +46,7 @@ "operationId" : "post-confirmThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 1, + "x-methodName" : "confirmPayout", "security" : [ { "BasicAuth" : [ @@ -155,6 +156,7 @@ "operationId" : "post-declineThirdParty", "x-groupName" : "Reviewing", "x-sortIndex" : 2, + "x-methodName" : "cancelPayout", "security" : [ { "BasicAuth" : [ @@ -264,6 +266,7 @@ "operationId" : "post-payout", "x-groupName" : "Instant payouts", "x-sortIndex" : 1, + "x-methodName" : "makeInstantCardPayout", "security" : [ { "BasicAuth" : [ @@ -370,6 +373,7 @@ "operationId" : "post-storeDetail", "x-groupName" : "Initialization", "x-sortIndex" : 2, + "x-methodName" : "storePayoutDetails", "security" : [ { "BasicAuth" : [ @@ -479,6 +483,7 @@ "operationId" : "post-storeDetailAndSubmitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 1, + "x-methodName" : "storeDetailsAndSubmitPayout", "security" : [ { "BasicAuth" : [ @@ -595,6 +600,7 @@ "operationId" : "post-submitThirdParty", "x-groupName" : "Initialization", "x-sortIndex" : 3, + "x-methodName" : "submitPayout", "security" : [ { "BasicAuth" : [ @@ -2375,7 +2381,7 @@ "value" : { "amount" : { "currency" : "EUR", - "value" : "1000" + "value" : 1000 }, "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "recurring" : { diff --git a/yaml/PaymentService-v25.yaml b/yaml/PaymentService-v25.yaml index 7d50c1f..cb87308 100644 --- a/yaml/PaymentService-v25.yaml +++ b/yaml/PaymentService-v25.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v25/authorise\n\ ```\n\nGet 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:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -55,6 +55,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -140,6 +141,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -217,6 +219,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -295,6 +298,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -385,6 +389,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -474,6 +479,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -554,6 +560,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/PaymentService-v30.yaml b/yaml/PaymentService-v30.yaml index 3dc29f1..8dec5d6 100644 --- a/yaml/PaymentService-v30.yaml +++ b/yaml/PaymentService-v30.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v30/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -225,6 +227,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -380,6 +384,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -470,6 +475,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -559,6 +565,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -636,6 +643,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -716,6 +724,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/PaymentService-v40.yaml b/yaml/PaymentService-v40.yaml index 70f291c..f061fcc 100644 --- a/yaml/PaymentService-v40.yaml +++ b/yaml/PaymentService-v40.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v40/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -711,6 +719,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -782,6 +791,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -856,6 +866,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -936,6 +947,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -5515,7 +5527,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5523,6 +5535,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -5996,9 +6010,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v46.yaml b/yaml/PaymentService-v46.yaml index 6282f7e..f23d58d 100644 --- a/yaml/PaymentService-v46.yaml +++ b/yaml/PaymentService-v46.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v46/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -711,6 +719,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -782,6 +791,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -856,6 +866,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -936,6 +947,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -5548,7 +5560,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5556,6 +5568,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -6039,9 +6053,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v49.yaml b/yaml/PaymentService-v49.yaml index 21d4730..98aa234 100644 --- a/yaml/PaymentService-v49.yaml +++ b/yaml/PaymentService-v49.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v49/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -711,6 +719,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -782,6 +791,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -856,6 +866,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -936,6 +947,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -5548,7 +5560,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5556,6 +5568,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -6083,9 +6097,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v50.yaml b/yaml/PaymentService-v50.yaml index 7f55dd2..f13dd99 100644 --- a/yaml/PaymentService-v50.yaml +++ b/yaml/PaymentService-v50.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v50/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -711,6 +719,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -782,6 +791,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -856,6 +866,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -936,6 +947,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -5583,7 +5595,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5591,6 +5603,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -6136,9 +6150,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v51.yaml b/yaml/PaymentService-v51.yaml index e48a7a9..26bc904 100644 --- a/yaml/PaymentService-v51.yaml +++ b/yaml/PaymentService-v51.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v51/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -693,6 +701,7 @@ paths: operationId: post-getAuthenticationResult x-groupName: General x-sortIndex: 4 + x-methodName: getThe3dsAuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -779,6 +788,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -850,6 +860,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -924,6 +935,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -1004,6 +1016,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -5689,7 +5702,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5697,6 +5710,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -6263,9 +6278,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v52.yaml b/yaml/PaymentService-v52.yaml index 9d46bae..0030d1d 100644 --- a/yaml/PaymentService-v52.yaml +++ b/yaml/PaymentService-v52.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v52/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:11Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -693,6 +701,7 @@ paths: operationId: post-getAuthenticationResult x-groupName: General x-sortIndex: 4 + x-methodName: getThe3dsAuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -779,6 +788,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -850,6 +860,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -924,6 +935,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -1004,6 +1016,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -5697,7 +5710,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5705,6 +5718,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -6271,9 +6286,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v64.yaml b/yaml/PaymentService-v64.yaml index 302af0d..5f57469 100644 --- a/yaml/PaymentService-v64.yaml +++ b/yaml/PaymentService-v64.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v64/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:12Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -693,6 +701,7 @@ paths: operationId: post-getAuthenticationResult x-groupName: General x-sortIndex: 4 + x-methodName: getThe3dsAuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -779,6 +788,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -850,6 +860,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -924,6 +935,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -1004,6 +1016,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -3456,6 +3469,13 @@ components: \ 3 characters.\n> Your reference must not include personally identifiable\ \ information (PII), for example name or email address." type: string + subMerchant: + description: 'Required for Back-to-Back/ purchase driven load in Wallet + transactions. + + Contains the final merchant who will be receiving the money, also known + as subMerchant, information.' + $ref: '#/components/schemas/SubMerchant' telephoneNumber: description: the telephone number of the person type: string @@ -5784,7 +5804,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5792,6 +5812,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -5815,6 +5837,40 @@ components: type: integer required: - value + SubMerchant: + properties: + city: + description: 'The city of the sub-merchant''s address. + + * Format: Alphanumeric + + * Maximum length: 13 characters' + type: string + country: + description: "The three-letter country code of the sub-merchant's address.\ + \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ + * Fixed length: 3 characters" + type: string + mcc: + description: "The sub-merchant's 4-digit Merchant Category Code (MCC). \n\ + * Format: Numeric\n* Fixed length: 4 digits" + type: string + name: + description: 'The name of the sub-merchant. Based on scheme specifications, + this value will overwrite the shopper statement that will appear in the + card statement. + + * Format: Alphanumeric + + * Maximum length: 22 characters' + type: string + taxId: + description: 'The tax ID of the sub-merchant. + + * Format: Numeric + + * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ' + type: string TechnicalCancelRequest: properties: additionalData: @@ -6358,9 +6414,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v67.yaml b/yaml/PaymentService-v67.yaml index 5ef7c74..9184c71 100644 --- a/yaml/PaymentService-v67.yaml +++ b/yaml/PaymentService-v67.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v67/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:12Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -693,6 +701,7 @@ paths: operationId: post-getAuthenticationResult x-groupName: General x-sortIndex: 4 + x-methodName: getThe3dsAuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -779,6 +788,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -850,6 +860,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -924,6 +935,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -1004,6 +1016,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -3456,6 +3469,13 @@ components: \ 3 characters.\n> Your reference must not include personally identifiable\ \ information (PII), for example name or email address." type: string + subMerchant: + description: 'Required for Back-to-Back/ purchase driven load in Wallet + transactions. + + Contains the final merchant who will be receiving the money, also known + as subMerchant, information.' + $ref: '#/components/schemas/SubMerchant' telephoneNumber: description: the telephone number of the person type: string @@ -5759,7 +5779,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5767,6 +5787,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -5790,6 +5812,40 @@ components: type: integer required: - value + SubMerchant: + properties: + city: + description: 'The city of the sub-merchant''s address. + + * Format: Alphanumeric + + * Maximum length: 13 characters' + type: string + country: + description: "The three-letter country code of the sub-merchant's address.\ + \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ + * Fixed length: 3 characters" + type: string + mcc: + description: "The sub-merchant's 4-digit Merchant Category Code (MCC). \n\ + * Format: Numeric\n* Fixed length: 4 digits" + type: string + name: + description: 'The name of the sub-merchant. Based on scheme specifications, + this value will overwrite the shopper statement that will appear in the + card statement. + + * Format: Alphanumeric + + * Maximum length: 22 characters' + type: string + taxId: + description: 'The tax ID of the sub-merchant. + + * Format: Numeric + + * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ' + type: string TechnicalCancelRequest: properties: additionalData: @@ -6420,9 +6476,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PaymentService-v68.yaml b/yaml/PaymentService-v68.yaml index 80aad62..713e2bc 100644 --- a/yaml/PaymentService-v68.yaml +++ b/yaml/PaymentService-v68.yaml @@ -25,7 +25,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Payment/v68/authorise\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-30T08:20:20Z' + x-timestamp: '2022-11-24T10:17:12Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -64,6 +64,7 @@ paths: operationId: post-adjustAuthorisation x-groupName: Modifications x-sortIndex: 6 + x-methodName: changeTheAuthorisedAmount security: - BasicAuth: [] - ApiKeyAuth: [] @@ -141,6 +142,7 @@ paths: operationId: post-authorise x-groupName: General x-sortIndex: 1 + x-methodName: createAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -227,6 +229,7 @@ paths: operationId: post-authorise3d x-groupName: General x-sortIndex: 2 + x-methodName: complete3dsAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -302,6 +305,7 @@ paths: operationId: post-authorise3ds2 x-groupName: General x-sortIndex: 3 + x-methodName: complete3ds2Authorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -379,6 +383,7 @@ paths: operationId: post-cancel x-groupName: Modifications x-sortIndex: 2 + x-methodName: cancelAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -457,6 +462,7 @@ paths: operationId: post-cancelOrRefund x-groupName: Modifications x-sortIndex: 4 + x-methodName: cancelOrRefundPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -547,6 +553,7 @@ paths: operationId: post-capture x-groupName: Modifications x-sortIndex: 1 + x-methodName: captureAuthorisation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -625,6 +632,7 @@ paths: operationId: post-donate x-groupName: Modifications x-sortIndex: 6 + x-methodName: createDonation security: - BasicAuth: [] - ApiKeyAuth: [] @@ -693,6 +701,7 @@ paths: operationId: post-getAuthenticationResult x-groupName: General x-sortIndex: 4 + x-methodName: getThe3dsAuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -779,6 +788,7 @@ paths: operationId: post-refund x-groupName: Modifications x-sortIndex: 3 + x-methodName: refundCapturedPayment security: - BasicAuth: [] - ApiKeyAuth: [] @@ -850,6 +860,7 @@ paths: operationId: post-retrieve3ds2Result x-groupName: General x-sortIndex: 4 + x-methodName: getThe3ds2AuthenticationResult security: - BasicAuth: [] - ApiKeyAuth: [] @@ -924,6 +935,7 @@ paths: operationId: post-technicalCancel x-groupName: Modifications x-sortIndex: 5 + x-methodName: cancelAuthorisationUsingYourReference security: - BasicAuth: [] - ApiKeyAuth: [] @@ -1004,6 +1016,7 @@ paths: operationId: post-voidPendingRefund x-groupName: Modifications x-sortIndex: 7 + x-methodName: cancelInpersonRefund security: - BasicAuth: [] - ApiKeyAuth: [] @@ -3603,6 +3616,13 @@ components: \ 3 characters.\n> Your reference must not include personally identifiable\ \ information (PII), for example name or email address." type: string + subMerchant: + description: 'Required for Back-to-Back/ purchase driven load in Wallet + transactions. + + Contains the final merchant who will be receiving the money, also known + as subMerchant, information.' + $ref: '#/components/schemas/SubMerchant' telephoneNumber: description: the telephone number of the person type: string @@ -5946,7 +5966,7 @@ components: description: 'The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, - **MarketPlace**, **BalanceAccount**, **Remainder**.' + **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.' enum: - BalanceAccount - Commission @@ -5954,6 +5974,8 @@ components: - MarketPlace - PaymentFee - Remainder + - Surcharge + - Tip - VAT - Verification type: string @@ -5977,6 +5999,40 @@ components: type: integer required: - value + SubMerchant: + properties: + city: + description: 'The city of the sub-merchant''s address. + + * Format: Alphanumeric + + * Maximum length: 13 characters' + type: string + country: + description: "The three-letter country code of the sub-merchant's address.\ + \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ + * Fixed length: 3 characters" + type: string + mcc: + description: "The sub-merchant's 4-digit Merchant Category Code (MCC). \n\ + * Format: Numeric\n* Fixed length: 4 digits" + type: string + name: + description: 'The name of the sub-merchant. Based on scheme specifications, + this value will overwrite the shopper statement that will appear in the + card statement. + + * Format: Alphanumeric + + * Maximum length: 22 characters' + type: string + taxId: + description: 'The tax ID of the sub-merchant. + + * Format: Numeric + + * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ' + type: string TechnicalCancelRequest: properties: additionalData: @@ -6292,17 +6348,21 @@ components: value: '04' - description: No challenge (transactional risk analysis is already performed) value: '05' + - description: Data only + value: '06' description: "Indicates whether a challenge is requested for this transaction.\ \ Possible values:\n* **01** \u2014 No preference\n* **02** \u2014 No\ \ challenge requested\n* **03** \u2014 Challenge requested (3DS Requestor\ \ preference)\n* **04** \u2014 Challenge requested (Mandate)\n* **05**\ - \ \u2014 No challenge (transactional risk analysis is already performed)" + \ \u2014 No challenge (transactional risk analysis is already performed)\n\ + * **06** \u2014 Data Only" enum: - '01' - '02' - '03' - '04' - '05' + - '06' type: string threeDSRequestorID: description: Required for [authentication-only integration](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only) @@ -6809,9 +6869,15 @@ components: value: 1500 currency: EUR browserInfo: - userAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 - Firefox/3.0 - acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36 + acceptHeader: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 + language: en + colorDepth: 24 + screenHeight: 723 + screenWidth: 1536 + timeZoneOffset: 0 + javaEnabled: false card: number: '5212345678901234' expiryMonth: '03' diff --git a/yaml/PayoutService-v30.yaml b/yaml/PayoutService-v30.yaml index 84ebf05..d2a7b20 100644 --- a/yaml/PayoutService-v30.yaml +++ b/yaml/PayoutService-v30.yaml @@ -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: [] @@ -2363,7 +2369,7 @@ components: value: amount: currency: EUR - value: '1000' + value: 1000 merchantAccount: YOUR_MERCHANT_ACCOUNT recurring: contract: PAYOUT diff --git a/yaml/PayoutService-v40.yaml b/yaml/PayoutService-v40.yaml index 624a0a7..55a130a 100644 --- a/yaml/PayoutService-v40.yaml +++ b/yaml/PayoutService-v40.yaml @@ -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: [] @@ -2390,7 +2396,7 @@ components: value: amount: currency: EUR - value: '1000' + value: 1000 merchantAccount: YOUR_MERCHANT_ACCOUNT recurring: contract: PAYOUT diff --git a/yaml/PayoutService-v50.yaml b/yaml/PayoutService-v50.yaml index c8caecb..2d4052b 100644 --- a/yaml/PayoutService-v50.yaml +++ b/yaml/PayoutService-v50.yaml @@ -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 diff --git a/yaml/PayoutService-v51.yaml b/yaml/PayoutService-v51.yaml index 820e79c..3240224 100644 --- a/yaml/PayoutService-v51.yaml +++ b/yaml/PayoutService-v51.yaml @@ -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 diff --git a/yaml/PayoutService-v52.yaml b/yaml/PayoutService-v52.yaml index e02d464..c9c0655 100644 --- a/yaml/PayoutService-v52.yaml +++ b/yaml/PayoutService-v52.yaml @@ -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: [] @@ -2406,7 +2412,7 @@ components: value: amount: currency: EUR - value: '1000' + value: 1000 merchantAccount: YOUR_MERCHANT_ACCOUNT recurring: contract: PAYOUT diff --git a/yaml/PayoutService-v64.yaml b/yaml/PayoutService-v64.yaml index dc7cd70..ae220c2 100644 --- a/yaml/PayoutService-v64.yaml +++ b/yaml/PayoutService-v64.yaml @@ -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: [] @@ -2406,7 +2412,7 @@ components: value: amount: currency: EUR - value: '1000' + value: 1000 merchantAccount: YOUR_MERCHANT_ACCOUNT recurring: contract: PAYOUT diff --git a/yaml/PayoutService-v67.yaml b/yaml/PayoutService-v67.yaml index fef0bca..5584ec0 100644 --- a/yaml/PayoutService-v67.yaml +++ b/yaml/PayoutService-v67.yaml @@ -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: [] @@ -2399,7 +2405,7 @@ components: value: amount: currency: EUR - value: '1000' + value: 1000 merchantAccount: YOUR_MERCHANT_ACCOUNT recurring: contract: PAYOUT diff --git a/yaml/PayoutService-v68.yaml b/yaml/PayoutService-v68.yaml index 464fca4..cc0bbb9 100644 --- a/yaml/PayoutService-v68.yaml +++ b/yaml/PayoutService-v68.yaml @@ -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: [] @@ -2399,7 +2405,7 @@ components: value: amount: currency: EUR - value: '1000' + value: 1000 merchantAccount: YOUR_MERCHANT_ACCOUNT recurring: contract: PAYOUT