From 84602a6b95e631adc542edd52a629a66503a196b Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Tue, 13 Dec 2022 09:21:33 +0000 Subject: [PATCH] spec release --- json/RecurringService-v25.json | 8 ++++++-- json/RecurringService-v30.json | 8 ++++++-- json/RecurringService-v40.json | 8 ++++++-- json/RecurringService-v49.json | 8 ++++++-- json/RecurringService-v67.json | 8 ++++++-- json/RecurringService-v68.json | 8 ++++++-- yaml/RecurringService-v25.yaml | 8 ++++++-- yaml/RecurringService-v30.yaml | 8 ++++++-- yaml/RecurringService-v40.yaml | 8 ++++++-- yaml/RecurringService-v49.yaml | 8 ++++++-- yaml/RecurringService-v67.yaml | 8 ++++++-- yaml/RecurringService-v68.yaml | 8 ++++++-- 12 files changed, 72 insertions(+), 24 deletions(-) diff --git a/json/RecurringService-v25.json b/json/RecurringService-v25.json index d416941..490e52a 100644 --- a/json/RecurringService-v25.json +++ b/json/RecurringService-v25.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Recurring API", "description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\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\nRecurring 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/Recurring/v25/disable\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/Recurring/v25/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-26T15:20:41Z", + "x-timestamp" : "2022-11-28T11:27:24Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -37,6 +37,7 @@ "operationId" : "post-disable", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "disableStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -135,6 +136,7 @@ "operationId" : "post-listRecurringDetails", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "getStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -233,6 +235,7 @@ "operationId" : "post-notifyShopper", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "askIssuerToNotifyTheShopper", "security" : [ { "BasicAuth" : [ @@ -337,6 +340,7 @@ "operationId" : "post-scheduleAccountUpdater", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "scheduleRunningTheAccountUpdater", "security" : [ { "BasicAuth" : [ @@ -984,7 +988,7 @@ } }, "post-listRecurringDetails-listAllRecurringDetails" : { - "summary" : "List all recurring details", + "summary" : "List recurring details of the specified contract value", "value" : { "recurring" : { "contract" : "RECURRING" diff --git a/json/RecurringService-v30.json b/json/RecurringService-v30.json index 1988326..af5ce59 100644 --- a/json/RecurringService-v30.json +++ b/json/RecurringService-v30.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Recurring API", "description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\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\nRecurring 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/Recurring/v30/disable\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/Recurring/v30/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-26T15:20:41Z", + "x-timestamp" : "2022-11-28T11:27:24Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -37,6 +37,7 @@ "operationId" : "post-disable", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "disableStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -135,6 +136,7 @@ "operationId" : "post-listRecurringDetails", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "getStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -233,6 +235,7 @@ "operationId" : "post-notifyShopper", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "askIssuerToNotifyTheShopper", "security" : [ { "BasicAuth" : [ @@ -337,6 +340,7 @@ "operationId" : "post-scheduleAccountUpdater", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "scheduleRunningTheAccountUpdater", "security" : [ { "BasicAuth" : [ @@ -984,7 +988,7 @@ } }, "post-listRecurringDetails-listAllRecurringDetails" : { - "summary" : "List all recurring details", + "summary" : "List recurring details of the specified contract value", "value" : { "recurring" : { "contract" : "RECURRING" diff --git a/json/RecurringService-v40.json b/json/RecurringService-v40.json index 4ce08bd..b636b01 100644 --- a/json/RecurringService-v40.json +++ b/json/RecurringService-v40.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Recurring API", "description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\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\nRecurring 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/Recurring/v40/disable\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/Recurring/v40/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-27T14:26:10Z", + "x-timestamp" : "2022-11-28T11:27:24Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -37,6 +37,7 @@ "operationId" : "post-disable", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "disableStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -135,6 +136,7 @@ "operationId" : "post-listRecurringDetails", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "getStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -233,6 +235,7 @@ "operationId" : "post-notifyShopper", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "askIssuerToNotifyTheShopper", "security" : [ { "BasicAuth" : [ @@ -337,6 +340,7 @@ "operationId" : "post-scheduleAccountUpdater", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "scheduleRunningTheAccountUpdater", "security" : [ { "BasicAuth" : [ @@ -995,7 +999,7 @@ } }, "post-listRecurringDetails-listAllRecurringDetails" : { - "summary" : "List all recurring details", + "summary" : "List recurring details of the specified contract value", "value" : { "recurring" : { "contract" : "RECURRING" diff --git a/json/RecurringService-v49.json b/json/RecurringService-v49.json index 1b38f5d..d537771 100644 --- a/json/RecurringService-v49.json +++ b/json/RecurringService-v49.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Recurring API", "description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\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\nRecurring 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/Recurring/v49/disable\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/Recurring/v49/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-27T14:26:10Z", + "x-timestamp" : "2022-11-28T11:27:24Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -37,6 +37,7 @@ "operationId" : "post-disable", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "disableStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -135,6 +136,7 @@ "operationId" : "post-listRecurringDetails", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "getStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -233,6 +235,7 @@ "operationId" : "post-notifyShopper", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "askIssuerToNotifyTheShopper", "security" : [ { "BasicAuth" : [ @@ -337,6 +340,7 @@ "operationId" : "post-scheduleAccountUpdater", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "scheduleRunningTheAccountUpdater", "security" : [ { "BasicAuth" : [ @@ -1003,7 +1007,7 @@ } }, "post-listRecurringDetails-listAllRecurringDetails" : { - "summary" : "List all recurring details", + "summary" : "List recurring details of the specified contract value", "value" : { "recurring" : { "contract" : "RECURRING" diff --git a/json/RecurringService-v67.json b/json/RecurringService-v67.json index 020abb3..41d01fb 100644 --- a/json/RecurringService-v67.json +++ b/json/RecurringService-v67.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Recurring API", "description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\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\nRecurring 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/Recurring/v67/disable\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/Recurring/v67/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-27T14:26:10Z", + "x-timestamp" : "2022-11-28T11:27:24Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -37,6 +37,7 @@ "operationId" : "post-disable", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "disableStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -135,6 +136,7 @@ "operationId" : "post-listRecurringDetails", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "getStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -233,6 +235,7 @@ "operationId" : "post-notifyShopper", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "askIssuerToNotifyTheShopper", "security" : [ { "BasicAuth" : [ @@ -337,6 +340,7 @@ "operationId" : "post-scheduleAccountUpdater", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "scheduleRunningTheAccountUpdater", "security" : [ { "BasicAuth" : [ @@ -1003,7 +1007,7 @@ } }, "post-listRecurringDetails-listAllRecurringDetails" : { - "summary" : "List all recurring details", + "summary" : "List recurring details of the specified contract value", "value" : { "recurring" : { "contract" : "RECURRING" diff --git a/json/RecurringService-v68.json b/json/RecurringService-v68.json index 89ed848..e6dade2 100644 --- a/json/RecurringService-v68.json +++ b/json/RecurringService-v68.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen Recurring API", "description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\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\nRecurring 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/Recurring/v68/disable\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/Recurring/v68/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-27T14:26:10Z", + "x-timestamp" : "2022-11-28T11:27:24Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -37,6 +37,7 @@ "operationId" : "post-disable", "x-groupName" : "General", "x-sortIndex" : 2, + "x-methodName" : "disableStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -135,6 +136,7 @@ "operationId" : "post-listRecurringDetails", "x-groupName" : "General", "x-sortIndex" : 1, + "x-methodName" : "getStoredPaymentDetails", "security" : [ { "BasicAuth" : [ @@ -233,6 +235,7 @@ "operationId" : "post-notifyShopper", "x-groupName" : "General", "x-sortIndex" : 4, + "x-methodName" : "askIssuerToNotifyTheShopper", "security" : [ { "BasicAuth" : [ @@ -337,6 +340,7 @@ "operationId" : "post-scheduleAccountUpdater", "x-groupName" : "General", "x-sortIndex" : 3, + "x-methodName" : "scheduleRunningTheAccountUpdater", "security" : [ { "BasicAuth" : [ @@ -1008,7 +1012,7 @@ } }, "post-listRecurringDetails-listAllRecurringDetails" : { - "summary" : "List all recurring details", + "summary" : "List recurring details of the specified contract value", "value" : { "recurring" : { "contract" : "RECURRING" diff --git a/yaml/RecurringService-v25.yaml b/yaml/RecurringService-v25.yaml index f2509a8..7ebab59 100644 --- a/yaml/RecurringService-v25.yaml +++ b/yaml/RecurringService-v25.yaml @@ -24,7 +24,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v25/disable\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-26T15:20:41Z' + x-timestamp: '2022-11-28T11:27:24Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-disable x-groupName: General x-sortIndex: 2 + x-methodName: disableStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -111,6 +112,7 @@ paths: operationId: post-listRecurringDetails x-groupName: General x-sortIndex: 1 + x-methodName: getStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -170,6 +172,7 @@ paths: operationId: post-notifyShopper x-groupName: General x-sortIndex: 4 + x-methodName: askIssuerToNotifyTheShopper security: - BasicAuth: [] - ApiKeyAuth: [] @@ -237,6 +240,7 @@ paths: operationId: post-scheduleAccountUpdater x-groupName: General x-sortIndex: 3 + x-methodName: scheduleRunningTheAccountUpdater security: - BasicAuth: [] - ApiKeyAuth: [] @@ -828,7 +832,7 @@ components: recurringDetailReference: '8314442372419167' merchantAccount: YOUR_MERCHANT_ACCOUNT post-listRecurringDetails-listAllRecurringDetails: - summary: List all recurring details + summary: List recurring details of the specified contract value value: recurring: contract: RECURRING diff --git a/yaml/RecurringService-v30.yaml b/yaml/RecurringService-v30.yaml index 52d05ab..3e107c1 100644 --- a/yaml/RecurringService-v30.yaml +++ b/yaml/RecurringService-v30.yaml @@ -24,7 +24,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v30/disable\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-26T15:20:41Z' + x-timestamp: '2022-11-28T11:27:24Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-disable x-groupName: General x-sortIndex: 2 + x-methodName: disableStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -111,6 +112,7 @@ paths: operationId: post-listRecurringDetails x-groupName: General x-sortIndex: 1 + x-methodName: getStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -170,6 +172,7 @@ paths: operationId: post-notifyShopper x-groupName: General x-sortIndex: 4 + x-methodName: askIssuerToNotifyTheShopper security: - BasicAuth: [] - ApiKeyAuth: [] @@ -237,6 +240,7 @@ paths: operationId: post-scheduleAccountUpdater x-groupName: General x-sortIndex: 3 + x-methodName: scheduleRunningTheAccountUpdater security: - BasicAuth: [] - ApiKeyAuth: [] @@ -828,7 +832,7 @@ components: recurringDetailReference: '8314442372419167' merchantAccount: YOUR_MERCHANT_ACCOUNT post-listRecurringDetails-listAllRecurringDetails: - summary: List all recurring details + summary: List recurring details of the specified contract value value: recurring: contract: RECURRING diff --git a/yaml/RecurringService-v40.yaml b/yaml/RecurringService-v40.yaml index 01b9335..b6808a4 100644 --- a/yaml/RecurringService-v40.yaml +++ b/yaml/RecurringService-v40.yaml @@ -24,7 +24,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v40/disable\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-27T14:26:10Z' + x-timestamp: '2022-11-28T11:27:24Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-disable x-groupName: General x-sortIndex: 2 + x-methodName: disableStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -111,6 +112,7 @@ paths: operationId: post-listRecurringDetails x-groupName: General x-sortIndex: 1 + x-methodName: getStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -170,6 +172,7 @@ paths: operationId: post-notifyShopper x-groupName: General x-sortIndex: 4 + x-methodName: askIssuerToNotifyTheShopper security: - BasicAuth: [] - ApiKeyAuth: [] @@ -237,6 +240,7 @@ paths: operationId: post-scheduleAccountUpdater x-groupName: General x-sortIndex: 3 + x-methodName: scheduleRunningTheAccountUpdater security: - BasicAuth: [] - ApiKeyAuth: [] @@ -839,7 +843,7 @@ components: recurringDetailReference: '8314442372419167' merchantAccount: YOUR_MERCHANT_ACCOUNT post-listRecurringDetails-listAllRecurringDetails: - summary: List all recurring details + summary: List recurring details of the specified contract value value: recurring: contract: RECURRING diff --git a/yaml/RecurringService-v49.yaml b/yaml/RecurringService-v49.yaml index c543861..b25d3d2 100644 --- a/yaml/RecurringService-v49.yaml +++ b/yaml/RecurringService-v49.yaml @@ -24,7 +24,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v49/disable\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-27T14:26:10Z' + x-timestamp: '2022-11-28T11:27:24Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-disable x-groupName: General x-sortIndex: 2 + x-methodName: disableStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -111,6 +112,7 @@ paths: operationId: post-listRecurringDetails x-groupName: General x-sortIndex: 1 + x-methodName: getStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -170,6 +172,7 @@ paths: operationId: post-notifyShopper x-groupName: General x-sortIndex: 4 + x-methodName: askIssuerToNotifyTheShopper security: - BasicAuth: [] - ApiKeyAuth: [] @@ -237,6 +240,7 @@ paths: operationId: post-scheduleAccountUpdater x-groupName: General x-sortIndex: 3 + x-methodName: scheduleRunningTheAccountUpdater security: - BasicAuth: [] - ApiKeyAuth: [] @@ -847,7 +851,7 @@ components: recurringDetailReference: '8314442372419167' merchantAccount: YOUR_MERCHANT_ACCOUNT post-listRecurringDetails-listAllRecurringDetails: - summary: List all recurring details + summary: List recurring details of the specified contract value value: recurring: contract: RECURRING diff --git a/yaml/RecurringService-v67.yaml b/yaml/RecurringService-v67.yaml index 816e321..88493be 100644 --- a/yaml/RecurringService-v67.yaml +++ b/yaml/RecurringService-v67.yaml @@ -24,7 +24,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v67/disable\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-27T14:26:10Z' + x-timestamp: '2022-11-28T11:27:24Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-disable x-groupName: General x-sortIndex: 2 + x-methodName: disableStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -111,6 +112,7 @@ paths: operationId: post-listRecurringDetails x-groupName: General x-sortIndex: 1 + x-methodName: getStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -170,6 +172,7 @@ paths: operationId: post-notifyShopper x-groupName: General x-sortIndex: 4 + x-methodName: askIssuerToNotifyTheShopper security: - BasicAuth: [] - ApiKeyAuth: [] @@ -237,6 +240,7 @@ paths: operationId: post-scheduleAccountUpdater x-groupName: General x-sortIndex: 3 + x-methodName: scheduleRunningTheAccountUpdater security: - BasicAuth: [] - ApiKeyAuth: [] @@ -847,7 +851,7 @@ components: recurringDetailReference: '8314442372419167' merchantAccount: YOUR_MERCHANT_ACCOUNT post-listRecurringDetails-listAllRecurringDetails: - summary: List all recurring details + summary: List recurring details of the specified contract value value: recurring: contract: RECURRING diff --git a/yaml/RecurringService-v68.yaml b/yaml/RecurringService-v68.yaml index 1fb4549..f6e12ae 100644 --- a/yaml/RecurringService-v68.yaml +++ b/yaml/RecurringService-v68.yaml @@ -24,7 +24,7 @@ info: \ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v68/disable\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-27T14:26:10Z' + x-timestamp: '2022-11-28T11:27:24Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-disable x-groupName: General x-sortIndex: 2 + x-methodName: disableStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -111,6 +112,7 @@ paths: operationId: post-listRecurringDetails x-groupName: General x-sortIndex: 1 + x-methodName: getStoredPaymentDetails security: - BasicAuth: [] - ApiKeyAuth: [] @@ -170,6 +172,7 @@ paths: operationId: post-notifyShopper x-groupName: General x-sortIndex: 4 + x-methodName: askIssuerToNotifyTheShopper security: - BasicAuth: [] - ApiKeyAuth: [] @@ -237,6 +240,7 @@ paths: operationId: post-scheduleAccountUpdater x-groupName: General x-sortIndex: 3 + x-methodName: scheduleRunningTheAccountUpdater security: - BasicAuth: [] - ApiKeyAuth: [] @@ -856,7 +860,7 @@ components: recurringDetailReference: '8314442372419167' merchantAccount: YOUR_MERCHANT_ACCOUNT post-listRecurringDetails-listAllRecurringDetails: - summary: List all recurring details + summary: List recurring details of the specified contract value value: recurring: contract: RECURRING