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" : "Account API",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Account API provides endpoints for managing account-related entities on your platform. These related entities include account holders, accounts, bank accounts, shareholders, and verification-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic).\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, 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@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Account 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://cal-test.adyen.com/cal/services/Account/v3/createAccountHolder\n```",
|
||||
"x-timestamp" : "2023-03-22T11:13:03Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:08Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -2612,7 +2612,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -3401,7 +3406,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
@@ -3852,7 +3862,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Account API",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Account API provides endpoints for managing account-related entities on your platform. These related entities include account holders, accounts, bank accounts, shareholders, and verification-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic).\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, 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@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Account 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://cal-test.adyen.com/cal/services/Account/v4/createAccountHolder\n```",
|
||||
"x-timestamp" : "2023-03-22T11:13:03Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:08Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -2632,7 +2632,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -3445,7 +3450,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
@@ -3931,7 +3941,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Account API",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Account API provides endpoints for managing account-related entities on your platform. These related entities include account holders, accounts, bank accounts, shareholders, and verification-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic).\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, 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@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Account 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://cal-test.adyen.com/cal/services/Account/v5/createAccountHolder\n```",
|
||||
"x-timestamp" : "2023-03-22T11:13:03Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:08Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -3089,7 +3089,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -4121,7 +4126,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
@@ -4803,7 +4813,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Account API",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Account API provides endpoints for managing account-related entities on your platform. These related entities include account holders, accounts, bank accounts, shareholders, and verification-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic).\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, 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@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Account 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://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder\n```",
|
||||
"x-timestamp" : "2023-03-22T11:13:03Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:08Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -3126,7 +3126,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -4383,7 +4388,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
@@ -5079,7 +5089,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Classic Platforms - Notifications",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Notification API sends notifications to the endpoints specified in a given subscription. \nSubscriptions are managed through the Notification Configuration API. The API specifications listed here detail the format of each notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications).",
|
||||
"x-timestamp" : "2023-03-30T18:22:12Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:07Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -2750,7 +2750,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Classic Platforms - Notifications",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Notification API sends notifications to the endpoints specified in a given subscription. \nSubscriptions are managed through the Notification Configuration API. The API specifications listed here detail the format of each notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications).",
|
||||
"x-timestamp" : "2023-03-30T18:22:12Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:07Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -2867,7 +2867,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Classic Platforms - Notifications",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Notification API sends notifications to the endpoints specified in a given subscription. \nSubscriptions are managed through the Notification Configuration API. The API specifications listed here detail the format of each notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications).",
|
||||
"x-timestamp" : "2023-03-30T18:22:12Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:07Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -3176,7 +3176,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Classic Platforms - Notifications",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Notification API sends notifications to the endpoints specified in a given subscription. \nSubscriptions are managed through the Notification Configuration API. The API specifications listed here detail the format of each notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications).",
|
||||
"x-timestamp" : "2023-03-30T18:22:12Z",
|
||||
"x-timestamp" : "2023-04-03T19:29:08Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -3451,7 +3451,12 @@
|
||||
"HOLD",
|
||||
"MONTHLY",
|
||||
"WEEKLY",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT"
|
||||
"WEEKLY_MON_TO_FRI_AU",
|
||||
"WEEKLY_MON_TO_FRI_EU",
|
||||
"WEEKLY_MON_TO_FRI_US",
|
||||
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
|
||||
"WEEKLY_SUN_TO_THU_AU",
|
||||
"WEEKLY_SUN_TO_THU_US"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ 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://cal-test.adyen.com/cal/services/Account/v3/createAccountHolder\n\
|
||||
```"
|
||||
x-timestamp: '2023-03-22T11:13:03Z'
|
||||
x-timestamp: '2023-04-03T19:29:08Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -1922,7 +1922,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
payoutScheduleReason:
|
||||
description: 'The reason for the payout schedule choice.
|
||||
@@ -2670,7 +2675,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PersonalDocumentData:
|
||||
@@ -3146,7 +3156,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
required:
|
||||
- schedule
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ 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://cal-test.adyen.com/cal/services/Account/v4/createAccountHolder\n\
|
||||
```"
|
||||
x-timestamp: '2023-03-22T11:13:03Z'
|
||||
x-timestamp: '2023-04-03T19:29:08Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -1949,7 +1949,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
payoutScheduleReason:
|
||||
description: 'The reason for the payout schedule choice.
|
||||
@@ -2718,7 +2723,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PersonalDocumentData:
|
||||
@@ -3227,7 +3237,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
required:
|
||||
- schedule
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ 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://cal-test.adyen.com/cal/services/Account/v5/createAccountHolder\n\
|
||||
```"
|
||||
x-timestamp: '2023-03-22T11:13:03Z'
|
||||
x-timestamp: '2023-04-03T19:29:08Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -2253,7 +2253,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
payoutScheduleReason:
|
||||
description: 'The reason for the payout schedule choice.
|
||||
@@ -3175,7 +3180,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PerformVerificationRequest:
|
||||
@@ -3863,7 +3873,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
required:
|
||||
- schedule
|
||||
|
||||
@@ -24,7 +24,7 @@ info:
|
||||
\ 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://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder\n\
|
||||
```"
|
||||
x-timestamp: '2023-03-22T11:13:03Z'
|
||||
x-timestamp: '2023-04-03T19:29:08Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -2284,7 +2284,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
payoutScheduleReason:
|
||||
description: 'The reason for the payout schedule choice.
|
||||
@@ -3440,7 +3445,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PerformVerificationRequest:
|
||||
@@ -4140,7 +4150,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
required:
|
||||
- schedule
|
||||
|
||||
@@ -9,7 +9,7 @@ info:
|
||||
\ in a given subscription. \nSubscriptions are managed through the Notification\
|
||||
\ Configuration API. The API specifications listed here detail the format of each\
|
||||
\ notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications)."
|
||||
x-timestamp: '2023-03-30T18:22:12Z'
|
||||
x-timestamp: '2023-04-03T19:29:07Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -2223,7 +2223,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PersonalDocumentData:
|
||||
|
||||
@@ -9,7 +9,7 @@ info:
|
||||
\ in a given subscription. \nSubscriptions are managed through the Notification\
|
||||
\ Configuration API. The API specifications listed here detail the format of each\
|
||||
\ notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications)."
|
||||
x-timestamp: '2023-03-30T18:22:12Z'
|
||||
x-timestamp: '2023-04-03T19:29:07Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -2325,7 +2325,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PersonalDocumentData:
|
||||
|
||||
@@ -9,7 +9,7 @@ info:
|
||||
\ in a given subscription. \nSubscriptions are managed through the Notification\
|
||||
\ Configuration API. The API specifications listed here detail the format of each\
|
||||
\ notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications)."
|
||||
x-timestamp: '2023-03-30T18:22:12Z'
|
||||
x-timestamp: '2023-04-03T19:29:07Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -2580,7 +2580,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PersonalDocumentData:
|
||||
|
||||
@@ -9,7 +9,7 @@ info:
|
||||
\ in a given subscription. \nSubscriptions are managed through the Notification\
|
||||
\ Configuration API. The API specifications listed here detail the format of each\
|
||||
\ notification.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications)."
|
||||
x-timestamp: '2023-03-30T18:22:12Z'
|
||||
x-timestamp: '2023-04-03T19:29:08Z'
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
@@ -2854,7 +2854,12 @@ components:
|
||||
- HOLD
|
||||
- MONTHLY
|
||||
- WEEKLY
|
||||
- WEEKLY_MON_TO_FRI_AU
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
type: string
|
||||
type: object
|
||||
PersonalDocumentData:
|
||||
|
||||
Reference in New Issue
Block a user