spec release

This commit is contained in:
Adyen Automation
2023-01-12 08:36:34 +00:00
parent d938ef827e
commit e376b48df4
12 changed files with 1756 additions and 60 deletions

View File

@@ -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-11-28T11:27:24Z",
"x-timestamp" : "2023-01-02T17:27:08Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -235,7 +235,7 @@
"operationId" : "post-notifyShopper",
"x-groupName" : "General",
"x-sortIndex" : 4,
"x-methodName" : "askIssuerToNotifyTheShopper",
"x-methodName" : "askIssuerToNotifyShopper",
"security" : [
{
"BasicAuth" : [
@@ -340,7 +340,7 @@
"operationId" : "post-scheduleAccountUpdater",
"x-groupName" : "General",
"x-sortIndex" : 3,
"x-methodName" : "scheduleRunningTheAccountUpdater",
"x-methodName" : "scheduleRunningAccountUpdater",
"security" : [
{
"BasicAuth" : [
@@ -586,8 +586,6 @@
}
},
"required" : [
"number",
"expiryMonth",
"expiryYear",
"holderName"
]