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:
@@ -9,7 +9,7 @@
|
||||
"version" : "1",
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Transfers API",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \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/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/v1`.\n\n",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThe Transfers API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \n\n## Authentication\nEach request to the Transfers API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo 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\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/transfers\n```\n## Going live\nWhen going live, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://balanceplatform-api-live.adyen.com/btl/v1`.\n\n",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"version" : "2",
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Transfers API",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \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",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThe Transfers API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \n\n## Authentication\nEach request to the Transfers API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo 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\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, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://balanceplatform-api-live.adyen.com/btl/v2`.\n\n",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"version" : "3",
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Transfers API",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \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",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThe Transfers API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \n\n## Authentication\nEach request to the Transfers API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo 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\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, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://balanceplatform-api-live.adyen.com/btl/v3`.\n\n",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"version" : "4",
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Transfers API",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThis API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \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/v4/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/v4`.\n\n",
|
||||
"description" : ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.\n\nThe Transfers API provides endpoints that you can use to transfer funds, whether when paying out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts) or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts), [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds) for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital). The API also supports use cases for [getting transactions for business bank accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api) and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances) for one or more grants on your platform. \n\n## Authentication\nEach request to the Transfers API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo 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\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/v4/transfers\n```\n## Going live\nWhen going live, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://balanceplatform-api-live.adyen.com/btl/v4`.\n\n",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
|
||||
@@ -6,31 +6,34 @@ info:
|
||||
x-publicVersion: true
|
||||
title: Transfers API
|
||||
description: ">Versions 1 and 2 of the Transfers API are deprecated. If you are\
|
||||
\ just starting your implementation, use the latest version.\n\nThis API provides\
|
||||
\ endpoints that you can use to transfer funds, whether when paying out to a transfer\
|
||||
\ instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ just starting your implementation, use the latest version.\n\nThe Transfers\
|
||||
\ API provides endpoints that you can use to transfer funds, whether when paying\
|
||||
\ out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts),\
|
||||
\ [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds)\
|
||||
\ for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital).\
|
||||
\ The API also supports use cases for [getting transactions for business bank\
|
||||
\ accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api)\
|
||||
\ and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances)\
|
||||
\ for one or more grants on your platform. \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 ```\n\
|
||||
curl\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)\
|
||||
\ for one or more grants on your platform. \n\n## Authentication\nEach request\
|
||||
\ to the Transfers API must be signed with an API key. Generate an API key in\
|
||||
\ your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\
|
||||
\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ in your Balance Platform Customer Area.\n\nTo 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\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\n\
|
||||
The 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/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/v1`.\n\n"
|
||||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\
|
||||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\
|
||||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\
|
||||
\ if you have an Adyen Issuing integration.You can then use the API key to send\
|
||||
\ requests to `https://balanceplatform-api-live.adyen.com/btl/v1`.\n\n"
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
|
||||
@@ -6,31 +6,34 @@ info:
|
||||
x-publicVersion: true
|
||||
title: Transfers API
|
||||
description: ">Versions 1 and 2 of the Transfers API are deprecated. If you are\
|
||||
\ just starting your implementation, use the latest version.\n\nThis API provides\
|
||||
\ endpoints that you can use to transfer funds, whether when paying out to a transfer\
|
||||
\ instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ just starting your implementation, use the latest version.\n\nThe Transfers\
|
||||
\ API provides endpoints that you can use to transfer funds, whether when paying\
|
||||
\ out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts),\
|
||||
\ [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds)\
|
||||
\ for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital).\
|
||||
\ The API also supports use cases for [getting transactions for business bank\
|
||||
\ accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api)\
|
||||
\ and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances)\
|
||||
\ for one or more grants on your platform. \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 ```\n\
|
||||
curl\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)\
|
||||
\ for one or more grants on your platform. \n\n## Authentication\nEach request\
|
||||
\ to the Transfers API must be signed with an API key. Generate an API key in\
|
||||
\ your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\
|
||||
\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ in your Balance Platform Customer Area.\n\nTo 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\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\n\
|
||||
The 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"
|
||||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\
|
||||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\
|
||||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\
|
||||
\ if you have an Adyen Issuing integration.You can then use the API key to send\
|
||||
\ requests to `https://balanceplatform-api-live.adyen.com/btl/v2`.\n\n"
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
|
||||
@@ -6,31 +6,34 @@ info:
|
||||
x-publicVersion: true
|
||||
title: Transfers API
|
||||
description: ">Versions 1 and 2 of the Transfers API are deprecated. If you are\
|
||||
\ just starting your implementation, use the latest version.\n\nThis API provides\
|
||||
\ endpoints that you can use to transfer funds, whether when paying out to a transfer\
|
||||
\ instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ just starting your implementation, use the latest version.\n\nThe Transfers\
|
||||
\ API provides endpoints that you can use to transfer funds, whether when paying\
|
||||
\ out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts),\
|
||||
\ [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds)\
|
||||
\ for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital).\
|
||||
\ The API also supports use cases for [getting transactions for business bank\
|
||||
\ accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api)\
|
||||
\ and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances)\
|
||||
\ for one or more grants on your platform. \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 ```\n\
|
||||
curl\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)\
|
||||
\ for one or more grants on your platform. \n\n## Authentication\nEach request\
|
||||
\ to the Transfers API must be signed with an API key. Generate an API key in\
|
||||
\ your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\
|
||||
\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ in your Balance Platform Customer Area.\n\nTo 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\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\n\
|
||||
The 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"
|
||||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\
|
||||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\
|
||||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\
|
||||
\ if you have an Adyen Issuing integration.You can then use the API key to send\
|
||||
\ requests to `https://balanceplatform-api-live.adyen.com/btl/v3`.\n\n"
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
|
||||
@@ -6,31 +6,34 @@ info:
|
||||
x-publicVersion: true
|
||||
title: Transfers API
|
||||
description: ">Versions 1 and 2 of the Transfers API are deprecated. If you are\
|
||||
\ just starting your implementation, use the latest version.\n\nThis API provides\
|
||||
\ endpoints that you can use to transfer funds, whether when paying out to a transfer\
|
||||
\ instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ just starting your implementation, use the latest version.\n\nThe Transfers\
|
||||
\ API provides endpoints that you can use to transfer funds, whether when paying\
|
||||
\ out to a transfer instrument for [marketplaces](https://docs.adyen.com/marketplaces/payout-to-users/on-demand-payouts)\
|
||||
\ or [platforms](https://docs.adyen.com/platforms/payout-to-users/on-demand-payouts),\
|
||||
\ [sending funds to third parties](https://docs.adyen.com/platforms/business-accounts/send-receive-funds)\
|
||||
\ for users with business bank accounts, or to [request a payout for a grant offer](https://docs.adyen.com/platforms/capital).\
|
||||
\ The API also supports use cases for [getting transactions for business bank\
|
||||
\ accounts](https://docs.adyen.com/platforms/business-accounts/transactions-api)\
|
||||
\ and getting [outstanding balances](https://docs.adyen.com/platforms/capital#get-balances)\
|
||||
\ for one or more grants on your platform. \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 ```\n\
|
||||
curl\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)\
|
||||
\ for one or more grants on your platform. \n\n## Authentication\nEach request\
|
||||
\ to the Transfers API must be signed with an API key. Generate an API key in\
|
||||
\ your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\
|
||||
\nIf you have an Adyen Issuing integration,[generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\
|
||||
\ in your Balance Platform Customer Area.\n\nTo 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\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\n\
|
||||
The 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/v4/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/v4`.\n\n"
|
||||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\
|
||||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\
|
||||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\
|
||||
\ if you have an Adyen Issuing integration.You can then use the API key to send\
|
||||
\ requests to `https://balanceplatform-api-live.adyen.com/btl/v4`.\n\n"
|
||||
termsOfService: https://www.adyen.com/legal/terms-and-conditions
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
|
||||
Reference in New Issue
Block a user