mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Adyen Recurring API",
|
||||
"description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v25/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v25/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"x-timestamp" : "2023-01-02T17:27:08Z",
|
||||
"x-timestamp" : "2023-02-16T11:25:28Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -37,7 +37,7 @@
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disableStoredPaymentDetails",
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -136,7 +136,7 @@
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "getStoredPaymentDetails",
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -235,7 +235,7 @@
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "askIssuerToNotifyShopper",
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -340,7 +340,7 @@
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleRunningAccountUpdater",
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Adyen Recurring API",
|
||||
"description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v30/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v30/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"x-timestamp" : "2023-01-02T17:27:08Z",
|
||||
"x-timestamp" : "2023-02-16T11:25:28Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -37,7 +37,7 @@
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disableStoredPaymentDetails",
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -136,7 +136,7 @@
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "getStoredPaymentDetails",
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -235,7 +235,7 @@
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "askIssuerToNotifyShopper",
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -340,7 +340,7 @@
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleRunningAccountUpdater",
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Adyen Recurring API",
|
||||
"description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v40/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v40/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"x-timestamp" : "2023-01-10T17:26:09Z",
|
||||
"x-timestamp" : "2023-02-16T11:25:28Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -38,7 +38,7 @@
|
||||
"operationId" : "post-createPermit",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "createNewPermitsLinkedToRecurringContract",
|
||||
"x-methodName" : "createPermit",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -132,7 +132,7 @@
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disableStoredPaymentDetails",
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -231,7 +231,7 @@
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "getStoredPaymentDetails",
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -330,7 +330,7 @@
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "askIssuerToNotifyShopper",
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -435,7 +435,7 @@
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleRunningAccountUpdater",
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Adyen Recurring API",
|
||||
"description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v49/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v49/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"x-timestamp" : "2023-01-10T17:26:09Z",
|
||||
"x-timestamp" : "2023-02-16T11:25:28Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -38,7 +38,7 @@
|
||||
"operationId" : "post-createPermit",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "createNewPermitsLinkedToRecurringContract",
|
||||
"x-methodName" : "createPermit",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -132,7 +132,7 @@
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disableStoredPaymentDetails",
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -231,7 +231,7 @@
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "getStoredPaymentDetails",
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -330,7 +330,7 @@
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "askIssuerToNotifyShopper",
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -435,7 +435,7 @@
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleRunningAccountUpdater",
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Adyen Recurring API",
|
||||
"description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v67/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v67/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"x-timestamp" : "2023-01-10T17:26:09Z",
|
||||
"x-timestamp" : "2023-02-16T11:25:28Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -38,7 +38,7 @@
|
||||
"operationId" : "post-createPermit",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "createNewPermitsLinkedToRecurringContract",
|
||||
"x-methodName" : "createPermit",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -132,7 +132,7 @@
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disableStoredPaymentDetails",
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -232,7 +232,7 @@
|
||||
"operationId" : "post-disablePermit",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "disableExistingPermit",
|
||||
"x-methodName" : "disablePermit",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -326,7 +326,7 @@
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "getStoredPaymentDetails",
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -425,7 +425,7 @@
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "askIssuerToNotifyShopper",
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -530,7 +530,7 @@
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleRunningAccountUpdater",
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Adyen Recurring API",
|
||||
"description" : "The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.\n\nFor more information, refer to our [Tokenization documentation](https://docs.adyen.com/online-payments/tokenization).\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication, for example:\n\n```\ncurl\n-U \"ws@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nRecurring API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://pal-test.adyen.com/pal/servlet/Recurring/v68/disable\n```\n\n## Going live\n\nTo authenticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v68/disable\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.",
|
||||
"x-timestamp" : "2023-01-10T17:26:09Z",
|
||||
"x-timestamp" : "2023-02-16T11:25:28Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -38,7 +38,7 @@
|
||||
"operationId" : "post-createPermit",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "createNewPermitsLinkedToRecurringContract",
|
||||
"x-methodName" : "createPermit",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -132,7 +132,7 @@
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disableStoredPaymentDetails",
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -232,7 +232,7 @@
|
||||
"operationId" : "post-disablePermit",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "disableExistingPermit",
|
||||
"x-methodName" : "disablePermit",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -326,7 +326,7 @@
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "getStoredPaymentDetails",
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -425,7 +425,7 @@
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "askIssuerToNotifyShopper",
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
@@ -530,7 +530,7 @@
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleRunningAccountUpdater",
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
{
|
||||
"BasicAuth" : [
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v25/disable\n\
|
||||
```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\
|
||||
\ **API URLs** > **Prefix**."
|
||||
x-timestamp: '2023-01-02T17:27:08Z'
|
||||
x-timestamp: '2023-02-16T11:25:28Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -48,7 +48,7 @@ paths:
|
||||
operationId: post-disable
|
||||
x-groupName: General
|
||||
x-sortIndex: 2
|
||||
x-methodName: disableStoredPaymentDetails
|
||||
x-methodName: disable
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -112,7 +112,7 @@ paths:
|
||||
operationId: post-listRecurringDetails
|
||||
x-groupName: General
|
||||
x-sortIndex: 1
|
||||
x-methodName: getStoredPaymentDetails
|
||||
x-methodName: listRecurringDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -172,7 +172,7 @@ paths:
|
||||
operationId: post-notifyShopper
|
||||
x-groupName: General
|
||||
x-sortIndex: 4
|
||||
x-methodName: askIssuerToNotifyShopper
|
||||
x-methodName: notifyShopper
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -240,7 +240,7 @@ paths:
|
||||
operationId: post-scheduleAccountUpdater
|
||||
x-groupName: General
|
||||
x-sortIndex: 3
|
||||
x-methodName: scheduleRunningAccountUpdater
|
||||
x-methodName: scheduleAccountUpdater
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v30/disable\n\
|
||||
```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\
|
||||
\ **API URLs** > **Prefix**."
|
||||
x-timestamp: '2023-01-02T17:27:08Z'
|
||||
x-timestamp: '2023-02-16T11:25:28Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -48,7 +48,7 @@ paths:
|
||||
operationId: post-disable
|
||||
x-groupName: General
|
||||
x-sortIndex: 2
|
||||
x-methodName: disableStoredPaymentDetails
|
||||
x-methodName: disable
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -112,7 +112,7 @@ paths:
|
||||
operationId: post-listRecurringDetails
|
||||
x-groupName: General
|
||||
x-sortIndex: 1
|
||||
x-methodName: getStoredPaymentDetails
|
||||
x-methodName: listRecurringDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -172,7 +172,7 @@ paths:
|
||||
operationId: post-notifyShopper
|
||||
x-groupName: General
|
||||
x-sortIndex: 4
|
||||
x-methodName: askIssuerToNotifyShopper
|
||||
x-methodName: notifyShopper
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -240,7 +240,7 @@ paths:
|
||||
operationId: post-scheduleAccountUpdater
|
||||
x-groupName: General
|
||||
x-sortIndex: 3
|
||||
x-methodName: scheduleRunningAccountUpdater
|
||||
x-methodName: scheduleAccountUpdater
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v40/disable\n\
|
||||
```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\
|
||||
\ **API URLs** > **Prefix**."
|
||||
x-timestamp: '2023-01-10T17:26:09Z'
|
||||
x-timestamp: '2023-02-16T11:25:28Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
operationId: post-createPermit
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: createNewPermitsLinkedToRecurringContract
|
||||
x-methodName: createPermit
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -105,7 +105,7 @@ paths:
|
||||
operationId: post-disable
|
||||
x-groupName: General
|
||||
x-sortIndex: 2
|
||||
x-methodName: disableStoredPaymentDetails
|
||||
x-methodName: disable
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -169,7 +169,7 @@ paths:
|
||||
operationId: post-listRecurringDetails
|
||||
x-groupName: General
|
||||
x-sortIndex: 1
|
||||
x-methodName: getStoredPaymentDetails
|
||||
x-methodName: listRecurringDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -229,7 +229,7 @@ paths:
|
||||
operationId: post-notifyShopper
|
||||
x-groupName: General
|
||||
x-sortIndex: 4
|
||||
x-methodName: askIssuerToNotifyShopper
|
||||
x-methodName: notifyShopper
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -297,7 +297,7 @@ paths:
|
||||
operationId: post-scheduleAccountUpdater
|
||||
x-groupName: General
|
||||
x-sortIndex: 3
|
||||
x-methodName: scheduleRunningAccountUpdater
|
||||
x-methodName: scheduleAccountUpdater
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v49/disable\n\
|
||||
```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\
|
||||
\ **API URLs** > **Prefix**."
|
||||
x-timestamp: '2023-01-10T17:26:09Z'
|
||||
x-timestamp: '2023-02-16T11:25:28Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
operationId: post-createPermit
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: createNewPermitsLinkedToRecurringContract
|
||||
x-methodName: createPermit
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -105,7 +105,7 @@ paths:
|
||||
operationId: post-disable
|
||||
x-groupName: General
|
||||
x-sortIndex: 2
|
||||
x-methodName: disableStoredPaymentDetails
|
||||
x-methodName: disable
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -169,7 +169,7 @@ paths:
|
||||
operationId: post-listRecurringDetails
|
||||
x-groupName: General
|
||||
x-sortIndex: 1
|
||||
x-methodName: getStoredPaymentDetails
|
||||
x-methodName: listRecurringDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -229,7 +229,7 @@ paths:
|
||||
operationId: post-notifyShopper
|
||||
x-groupName: General
|
||||
x-sortIndex: 4
|
||||
x-methodName: askIssuerToNotifyShopper
|
||||
x-methodName: notifyShopper
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -297,7 +297,7 @@ paths:
|
||||
operationId: post-scheduleAccountUpdater
|
||||
x-groupName: General
|
||||
x-sortIndex: 3
|
||||
x-methodName: scheduleRunningAccountUpdater
|
||||
x-methodName: scheduleAccountUpdater
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v67/disable\n\
|
||||
```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\
|
||||
\ **API URLs** > **Prefix**."
|
||||
x-timestamp: '2023-01-10T17:26:09Z'
|
||||
x-timestamp: '2023-02-16T11:25:28Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
operationId: post-createPermit
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: createNewPermitsLinkedToRecurringContract
|
||||
x-methodName: createPermit
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -105,7 +105,7 @@ paths:
|
||||
operationId: post-disable
|
||||
x-groupName: General
|
||||
x-sortIndex: 2
|
||||
x-methodName: disableStoredPaymentDetails
|
||||
x-methodName: disable
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -164,7 +164,7 @@ paths:
|
||||
operationId: post-disablePermit
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: disableExistingPermit
|
||||
x-methodName: disablePermit
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -225,7 +225,7 @@ paths:
|
||||
operationId: post-listRecurringDetails
|
||||
x-groupName: General
|
||||
x-sortIndex: 1
|
||||
x-methodName: getStoredPaymentDetails
|
||||
x-methodName: listRecurringDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -285,7 +285,7 @@ paths:
|
||||
operationId: post-notifyShopper
|
||||
x-groupName: General
|
||||
x-sortIndex: 4
|
||||
x-methodName: askIssuerToNotifyShopper
|
||||
x-methodName: notifyShopper
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -353,7 +353,7 @@ paths:
|
||||
operationId: post-scheduleAccountUpdater
|
||||
x-groupName: General
|
||||
x-sortIndex: 3
|
||||
x-methodName: scheduleRunningAccountUpdater
|
||||
x-methodName: scheduleAccountUpdater
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/Recurring/v68/disable\n\
|
||||
```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\
|
||||
\ **API URLs** > **Prefix**."
|
||||
x-timestamp: '2023-01-10T17:26:09Z'
|
||||
x-timestamp: '2023-02-16T11:25:28Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
operationId: post-createPermit
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: createNewPermitsLinkedToRecurringContract
|
||||
x-methodName: createPermit
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -105,7 +105,7 @@ paths:
|
||||
operationId: post-disable
|
||||
x-groupName: General
|
||||
x-sortIndex: 2
|
||||
x-methodName: disableStoredPaymentDetails
|
||||
x-methodName: disable
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -164,7 +164,7 @@ paths:
|
||||
operationId: post-disablePermit
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: disableExistingPermit
|
||||
x-methodName: disablePermit
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -225,7 +225,7 @@ paths:
|
||||
operationId: post-listRecurringDetails
|
||||
x-groupName: General
|
||||
x-sortIndex: 1
|
||||
x-methodName: getStoredPaymentDetails
|
||||
x-methodName: listRecurringDetails
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -285,7 +285,7 @@ paths:
|
||||
operationId: post-notifyShopper
|
||||
x-groupName: General
|
||||
x-sortIndex: 4
|
||||
x-methodName: askIssuerToNotifyShopper
|
||||
x-methodName: notifyShopper
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
@@ -353,7 +353,7 @@ paths:
|
||||
operationId: post-scheduleAccountUpdater
|
||||
x-groupName: General
|
||||
x-sortIndex: 3
|
||||
x-methodName: scheduleRunningAccountUpdater
|
||||
x-methodName: scheduleAccountUpdater
|
||||
security:
|
||||
- BasicAuth: []
|
||||
- ApiKeyAuth: []
|
||||
|
||||
Reference in New Issue
Block a user