From d12efc04c00381906d9783a4153c21ee422596c3 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Tue, 4 Apr 2023 08:27:23 +0000 Subject: [PATCH] spec release --- json/AccountService-v3.json | 23 +++++++++++++++++++---- json/AccountService-v4.json | 23 +++++++++++++++++++---- json/AccountService-v5.json | 23 +++++++++++++++++++---- json/AccountService-v6.json | 23 +++++++++++++++++++---- json/MarketPayNotificationService-v3.json | 9 +++++++-- json/MarketPayNotificationService-v4.json | 9 +++++++-- json/MarketPayNotificationService-v5.json | 9 +++++++-- json/MarketPayNotificationService-v6.json | 9 +++++++-- yaml/AccountService-v3.yaml | 17 ++++++++++++++++- yaml/AccountService-v4.yaml | 17 ++++++++++++++++- yaml/AccountService-v5.yaml | 17 ++++++++++++++++- yaml/AccountService-v6.yaml | 17 ++++++++++++++++- yaml/MarketPayNotificationService-v3.yaml | 7 ++++++- yaml/MarketPayNotificationService-v4.yaml | 7 ++++++- yaml/MarketPayNotificationService-v5.yaml | 7 ++++++- yaml/MarketPayNotificationService-v6.yaml | 7 ++++++- 16 files changed, 192 insertions(+), 32 deletions(-) diff --git a/json/AccountService-v3.json b/json/AccountService-v3.json index 82cd833..756f862 100644 --- a/json/AccountService-v3.json +++ b/json/AccountService-v3.json @@ -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" } diff --git a/json/AccountService-v4.json b/json/AccountService-v4.json index 724b56d..5ab1eb1 100644 --- a/json/AccountService-v4.json +++ b/json/AccountService-v4.json @@ -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" } diff --git a/json/AccountService-v5.json b/json/AccountService-v5.json index 371580b..53e6fd7 100644 --- a/json/AccountService-v5.json +++ b/json/AccountService-v5.json @@ -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" } diff --git a/json/AccountService-v6.json b/json/AccountService-v6.json index 980f195..8d8d921 100644 --- a/json/AccountService-v6.json +++ b/json/AccountService-v6.json @@ -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" } diff --git a/json/MarketPayNotificationService-v3.json b/json/MarketPayNotificationService-v3.json index 16a3b9b..0115931 100644 --- a/json/MarketPayNotificationService-v3.json +++ b/json/MarketPayNotificationService-v3.json @@ -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" } diff --git a/json/MarketPayNotificationService-v4.json b/json/MarketPayNotificationService-v4.json index d3c698a..45e9e2e 100644 --- a/json/MarketPayNotificationService-v4.json +++ b/json/MarketPayNotificationService-v4.json @@ -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" } diff --git a/json/MarketPayNotificationService-v5.json b/json/MarketPayNotificationService-v5.json index 3d0827f..84300d9 100644 --- a/json/MarketPayNotificationService-v5.json +++ b/json/MarketPayNotificationService-v5.json @@ -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" } diff --git a/json/MarketPayNotificationService-v6.json b/json/MarketPayNotificationService-v6.json index d6eacdb..e754663 100644 --- a/json/MarketPayNotificationService-v6.json +++ b/json/MarketPayNotificationService-v6.json @@ -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" } diff --git a/yaml/AccountService-v3.yaml b/yaml/AccountService-v3.yaml index 6b45d09..dcff6f1 100644 --- a/yaml/AccountService-v3.yaml +++ b/yaml/AccountService-v3.yaml @@ -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 diff --git a/yaml/AccountService-v4.yaml b/yaml/AccountService-v4.yaml index 203f553..83c5cf5 100644 --- a/yaml/AccountService-v4.yaml +++ b/yaml/AccountService-v4.yaml @@ -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 diff --git a/yaml/AccountService-v5.yaml b/yaml/AccountService-v5.yaml index 053d0ac..274708b 100644 --- a/yaml/AccountService-v5.yaml +++ b/yaml/AccountService-v5.yaml @@ -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 diff --git a/yaml/AccountService-v6.yaml b/yaml/AccountService-v6.yaml index 4a016a6..210d647 100644 --- a/yaml/AccountService-v6.yaml +++ b/yaml/AccountService-v6.yaml @@ -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 diff --git a/yaml/MarketPayNotificationService-v3.yaml b/yaml/MarketPayNotificationService-v3.yaml index 60bb346..4db75b7 100644 --- a/yaml/MarketPayNotificationService-v3.yaml +++ b/yaml/MarketPayNotificationService-v3.yaml @@ -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: diff --git a/yaml/MarketPayNotificationService-v4.yaml b/yaml/MarketPayNotificationService-v4.yaml index d43b635..16ee9db 100644 --- a/yaml/MarketPayNotificationService-v4.yaml +++ b/yaml/MarketPayNotificationService-v4.yaml @@ -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: diff --git a/yaml/MarketPayNotificationService-v5.yaml b/yaml/MarketPayNotificationService-v5.yaml index 708f264..c0ecf94 100644 --- a/yaml/MarketPayNotificationService-v5.yaml +++ b/yaml/MarketPayNotificationService-v5.yaml @@ -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: diff --git a/yaml/MarketPayNotificationService-v6.yaml b/yaml/MarketPayNotificationService-v6.yaml index ef777e1..407b295 100644 --- a/yaml/MarketPayNotificationService-v6.yaml +++ b/yaml/MarketPayNotificationService-v6.yaml @@ -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: