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" : "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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user