From 2cd8962d5add7e27b43b66c958838de4c44e735b Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Wed, 5 Oct 2022 14:14:21 +0000 Subject: [PATCH] spec release --- json/TransferService-v2.json | 6 +----- json/TransferService-v3.json | 6 +----- yaml/TransferService-v2.yaml | 6 +----- yaml/TransferService-v3.yaml | 6 +----- 4 files changed, 4 insertions(+), 20 deletions(-) diff --git a/json/TransferService-v2.json b/json/TransferService-v2.json index 65f301d..f8a50ea 100644 --- a/json/TransferService-v2.json +++ b/json/TransferService-v2.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Transfers API", "description" : "The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a [transfer instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/transferInstruments).\n\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-H \"Content-Type: application/json\" \\\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\\n...\n```\n## Roles and permissions\nTo use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.\n## Versioning\nThe Transfers 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://balanceplatform-api-test.adyen.com/btl/v2/transfers\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to `https://balanceplatform-api-live.adyen.com/btl/v2`.\n\n", - "x-timestamp" : "2022-09-30T16:25:48Z", + "x-timestamp" : "2022-10-04T17:25:48Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -945,10 +945,6 @@ "failed", "fee", "feePending", - "installment", - "installmentPending", - "installmentReversed", - "installmentReversedPending", "internalTransfer", "internalTransferPending", "invoiceDeduction", diff --git a/json/TransferService-v3.json b/json/TransferService-v3.json index 22aafdd..702e701 100644 --- a/json/TransferService-v3.json +++ b/json/TransferService-v3.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Transfers API", "description" : "The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a [transfer instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/transferInstruments).\n\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-H \"Content-Type: application/json\" \\\n-U \"ws@BalancePlatform.YOUR_BALANCE_PLATFORM\":\"YOUR_WS_PASSWORD\" \\\n...\n```\n## Roles and permissions\nTo use the Transfers API, you need an additional role for your API credential. Transfers must also be enabled for the source balance account. Your Adyen contact will set up the roles and permissions for you.\n## Versioning\nThe Transfers 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://balanceplatform-api-test.adyen.com/btl/v3/transfers\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the username and password to send requests to `https://balanceplatform-api-live.adyen.com/btl/v3`.\n\n", - "x-timestamp" : "2022-09-30T16:25:48Z", + "x-timestamp" : "2022-10-04T17:25:48Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1255,10 +1255,6 @@ "failed", "fee", "feePending", - "installment", - "installmentPending", - "installmentReversed", - "installmentReversedPending", "internalTransfer", "internalTransferPending", "invoiceDeduction", diff --git a/yaml/TransferService-v2.yaml b/yaml/TransferService-v2.yaml index 5227676..5f04b84 100644 --- a/yaml/TransferService-v2.yaml +++ b/yaml/TransferService-v2.yaml @@ -23,7 +23,7 @@ info: ```\n## Going live\nWhen going live, your Adyen contact will provide your API\ \ credential for the live environment. You can then use the username and password\ \ to send requests to `https://balanceplatform-api-live.adyen.com/btl/v2`.\n\n" - x-timestamp: '2022-09-30T16:25:48Z' + x-timestamp: '2022-10-04T17:25:48Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -779,10 +779,6 @@ components: - failed - fee - feePending - - installment - - installmentPending - - installmentReversed - - installmentReversedPending - internalTransfer - internalTransferPending - invoiceDeduction diff --git a/yaml/TransferService-v3.yaml b/yaml/TransferService-v3.yaml index 1e54988..8e602b1 100644 --- a/yaml/TransferService-v3.yaml +++ b/yaml/TransferService-v3.yaml @@ -23,7 +23,7 @@ info: ```\n## Going live\nWhen going live, your Adyen contact will provide your API\ \ credential for the live environment. You can then use the username and password\ \ to send requests to `https://balanceplatform-api-live.adyen.com/btl/v3`.\n\n" - x-timestamp: '2022-09-30T16:25:48Z' + x-timestamp: '2022-10-04T17:25:48Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -1019,10 +1019,6 @@ components: - failed - fee - feePending - - installment - - installmentPending - - installmentReversed - - installmentReversedPending - internalTransfer - internalTransferPending - invoiceDeduction