From 3304e8015eacf442b62bcbb3b5b6c8f0d8ac0344 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Tue, 13 Dec 2022 09:17:08 +0000 Subject: [PATCH] spec release --- json/PaymentService-v25.json | 10 +++++----- json/PaymentService-v30.json | 8 ++++---- json/PaymentService-v40.json | 8 ++++---- json/PaymentService-v46.json | 8 ++++---- json/PaymentService-v49.json | 8 ++++---- json/PaymentService-v50.json | 8 ++++---- json/PaymentService-v51.json | 8 ++++---- json/PaymentService-v52.json | 8 ++++---- json/PaymentService-v64.json | 8 ++++---- json/PaymentService-v67.json | 8 ++++---- json/PaymentService-v68.json | 8 ++++---- yaml/PaymentService-v25.yaml | 10 +++++----- yaml/PaymentService-v30.yaml | 8 ++++---- yaml/PaymentService-v40.yaml | 8 ++++---- yaml/PaymentService-v46.yaml | 8 ++++---- yaml/PaymentService-v49.yaml | 8 ++++---- yaml/PaymentService-v50.yaml | 8 ++++---- yaml/PaymentService-v51.yaml | 8 ++++---- yaml/PaymentService-v52.yaml | 8 ++++---- yaml/PaymentService-v64.yaml | 8 ++++---- yaml/PaymentService-v67.yaml | 8 ++++---- yaml/PaymentService-v68.yaml | 8 ++++---- 22 files changed, 90 insertions(+), 90 deletions(-) diff --git a/json/PaymentService-v25.json b/json/PaymentService-v25.json index a712561..5b30ea6 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -3796,7 +3796,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -3811,7 +3811,7 @@ "additionalData" : { "recurringProcessingModel" : "CardOnFile", "recurring.recurringDetailReference" : "8316172010100170", - "recurring.shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j" + "recurring.shopperReference" : "YOUR_UNIQUE_SHOPPER_ID" }, "pspReference" : "852617895343904C", "resultCode" : "Authorised", @@ -3831,7 +3831,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -3857,7 +3857,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v30.json b/json/PaymentService-v30.json index f9faf69..c1a2979 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -4287,7 +4287,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -4309,7 +4309,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -4335,7 +4335,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v40.json b/json/PaymentService-v40.json index 6e3e3a7..6367e77 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -5706,7 +5706,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -5728,7 +5728,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -5754,7 +5754,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v46.json b/json/PaymentService-v46.json index 57a2f23..cc180ef 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -5749,7 +5749,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -5771,7 +5771,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -5797,7 +5797,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v49.json b/json/PaymentService-v49.json index c049a94..1824565 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -5784,7 +5784,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -5806,7 +5806,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -5832,7 +5832,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v50.json b/json/PaymentService-v50.json index e2a8dd6..272f774 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -5832,7 +5832,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -5854,7 +5854,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -5880,7 +5880,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v51.json b/json/PaymentService-v51.json index d4d86eb..521923d 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -6021,7 +6021,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -6043,7 +6043,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -6069,7 +6069,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v52.json b/json/PaymentService-v52.json index 7cd948b..920dae3 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-11-24T10:17:11Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -6029,7 +6029,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -6051,7 +6051,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -6077,7 +6077,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v64.json b/json/PaymentService-v64.json index 268470d..ff44cb5 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-11-24T10:17:12Z", + "x-timestamp" : "2022-12-13T09:27:05Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -6146,7 +6146,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -6168,7 +6168,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -6194,7 +6194,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v67.json b/json/PaymentService-v67.json index a1c6d6b..c9946e4 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-11-24T10:17:12Z", + "x-timestamp" : "2022-12-13T09:27:06Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -6185,7 +6185,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -6207,7 +6207,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -6233,7 +6233,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/json/PaymentService-v68.json b/json/PaymentService-v68.json index 31397f6..db604a2 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-11-24T10:17:12Z", + "x-timestamp" : "2022-12-13T09:27:06Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -6571,7 +6571,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "RECURRING" @@ -6593,7 +6593,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "selectedRecurringDetailReference" : "LATEST", "recurring" : { "contract" : "ONECLICK" @@ -6619,7 +6619,7 @@ "reference" : "YOUR_REFERENCE", "shopperEmail" : "s.hopper@test.com", "shopperIP" : "61.294.12.12", - "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j", + "shopperReference" : "YOUR_UNIQUE_SHOPPER_ID", "recurring" : { "contract" : "RECURRING,ONECLICK" }, diff --git a/yaml/PaymentService-v25.yaml b/yaml/PaymentService-v25.yaml index cb87308..7c0f87d 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -4261,7 +4261,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -4273,7 +4273,7 @@ components: additionalData: recurringProcessingModel: CardOnFile recurring.recurringDetailReference: '8316172010100170' - recurring.shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + recurring.shopperReference: YOUR_UNIQUE_SHOPPER_ID pspReference: 852617895343904C resultCode: Authorised authCode: 065914 @@ -4288,7 +4288,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -4309,7 +4309,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v30.yaml b/yaml/PaymentService-v30.yaml index 8dec5d6..7e27d5a 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -4627,7 +4627,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -4644,7 +4644,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -4665,7 +4665,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v40.yaml b/yaml/PaymentService-v40.yaml index f061fcc..f66b839 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6050,7 +6050,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6067,7 +6067,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6088,7 +6088,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v46.yaml b/yaml/PaymentService-v46.yaml index f23d58d..e095798 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6093,7 +6093,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6110,7 +6110,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6131,7 +6131,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v49.yaml b/yaml/PaymentService-v49.yaml index 98aa234..0d61de8 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6137,7 +6137,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6154,7 +6154,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6175,7 +6175,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v50.yaml b/yaml/PaymentService-v50.yaml index f13dd99..0d5f57d 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6190,7 +6190,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6207,7 +6207,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6228,7 +6228,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v51.yaml b/yaml/PaymentService-v51.yaml index 26bc904..e7aaf47 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6318,7 +6318,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6335,7 +6335,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6356,7 +6356,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v52.yaml b/yaml/PaymentService-v52.yaml index 0030d1d..3bb08c1 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-11-24T10:17:11Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6326,7 +6326,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6343,7 +6343,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6364,7 +6364,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v64.yaml b/yaml/PaymentService-v64.yaml index 5f57469..9f6dcba 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-11-24T10:17:12Z' + x-timestamp: '2022-12-13T09:27:05Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6454,7 +6454,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6471,7 +6471,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6492,7 +6492,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v67.yaml b/yaml/PaymentService-v67.yaml index 9184c71..ba2b573 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-11-24T10:17:12Z' + x-timestamp: '2022-12-13T09:27:06Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6516,7 +6516,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6533,7 +6533,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6554,7 +6554,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT diff --git a/yaml/PaymentService-v68.yaml b/yaml/PaymentService-v68.yaml index 713e2bc..bbc3b38 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-11-24T10:17:12Z' + x-timestamp: '2022-12-13T09:27:06Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -6909,7 +6909,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: RECURRING @@ -6926,7 +6926,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID selectedRecurringDetailReference: LATEST recurring: contract: ONECLICK @@ -6947,7 +6947,7 @@ components: reference: YOUR_REFERENCE shopperEmail: s.hopper@test.com shopperIP: 61.294.12.12 - shopperReference: YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j + shopperReference: YOUR_UNIQUE_SHOPPER_ID recurring: contract: RECURRING,ONECLICK merchantAccount: YOUR_MERCHANT_ACCOUNT