spec release

This commit is contained in:
Adyen Automation
2022-12-13 09:17:08 +00:00
parent 58e391b1a9
commit 3304e8015e
22 changed files with 90 additions and 90 deletions

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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