diff --git a/json/TransferService-v1.json b/json/TransferService-v1.json index 757fab7..f6c5b09 100644 --- a/json/TransferService-v1.json +++ b/json/TransferService-v1.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Transfers API", "description" : "The Transfers API provides an endpoint that you can use to move funds within your balance platform, or to 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/v1\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/v1`.\n\n", - "x-timestamp" : "2022-08-04T16:19:57Z", + "x-timestamp" : "2022-09-05T15:24:41Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -761,6 +761,7 @@ "fee", "grant", "installment", + "installmentReversal", "internalTransfer", "invoiceDeduction", "leftover", diff --git a/json/TransferService-v2.json b/json/TransferService-v2.json index 1e41728..b231de4 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 an endpoint that you can use to move funds within your balance platform, or to 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/v1\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/v1`.\n\n", - "x-timestamp" : "2022-09-01T13:20:13Z", + "x-timestamp" : "2022-09-05T15:24:41Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -794,6 +794,7 @@ "fee", "grant", "installment", + "installmentReversal", "internalTransfer", "invoiceDeduction", "leftover", @@ -949,6 +950,8 @@ "feePending", "installment", "installmentPending", + "installmentReversed", + "installmentReversedPending", "internalTransfer", "internalTransferPending", "invoiceDeduction", diff --git a/json/TransferService-v3.json b/json/TransferService-v3.json index a38828e..758a3e3 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 an endpoint that you can use to move funds within your balance platform, or to 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/v1\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/v1`.\n\n", - "x-timestamp" : "2022-09-01T13:20:13Z", + "x-timestamp" : "2022-09-05T15:24:41Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1049,6 +1049,7 @@ "fee", "grant", "installment", + "installmentReversal", "internalTransfer", "invoiceDeduction", "leftover", @@ -1220,6 +1221,8 @@ "feePending", "installment", "installmentPending", + "installmentReversed", + "installmentReversedPending", "internalTransfer", "internalTransferPending", "invoiceDeduction", diff --git a/yaml/TransferService-v1.yaml b/yaml/TransferService-v1.yaml index 54b5d74..ba5f457 100644 --- a/yaml/TransferService-v1.yaml +++ b/yaml/TransferService-v1.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/v1`.\n\n" - x-timestamp: '2022-08-04T16:19:57Z' + x-timestamp: '2022-09-05T15:24:41Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -592,6 +592,7 @@ components: - fee - grant - installment + - installmentReversal - internalTransfer - invoiceDeduction - leftover diff --git a/yaml/TransferService-v2.yaml b/yaml/TransferService-v2.yaml index ac75b20..ee1a70d 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/v1`.\n\n" - x-timestamp: '2022-09-01T13:20:13Z' + x-timestamp: '2022-09-05T15:24:41Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -635,6 +635,7 @@ components: - fee - grant - installment + - installmentReversal - internalTransfer - invoiceDeduction - leftover @@ -783,6 +784,8 @@ components: - feePending - installment - installmentPending + - installmentReversed + - installmentReversedPending - internalTransfer - internalTransferPending - invoiceDeduction diff --git a/yaml/TransferService-v3.yaml b/yaml/TransferService-v3.yaml index d01925b..5d01892 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/v1`.\n\n" - x-timestamp: '2022-09-01T13:20:13Z' + x-timestamp: '2022-09-05T15:24:41Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -811,6 +811,7 @@ components: - fee - grant - installment + - installmentReversal - internalTransfer - invoiceDeduction - leftover @@ -994,6 +995,8 @@ components: - feePending - installment - installmentPending + - installmentReversed + - installmentReversedPending - internalTransfer - internalTransferPending - invoiceDeduction