Transfer funds
Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version.
Starts a request to transfer funds to balance accounts, transfer instruments, or third-party bank accounts. Adyen sends the outcome of the transfer request through webhooks.
To use this endpoint, you need an additional role for your API credential and transfers must be enabled for the source balance account. Your Adyen contact will set these up for you.
Headers
Header for authenticating through SCA
Request body
The unique identifier of the source balance account.
The type of transfer.
Possible values:
-
bank: Transfer to a transfer instrument or a bank account.
-
internal: Transfer to another balance account within your platform.
-
issuedCard: Transfer initiated by a Adyen-issued card.
-
platformPayment: Fund movements related to payments that are acquired for your users.
Your description for the transfer. It is used by most banks as the transfer description. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
Supported characters: [a-z] [A-Z] [0-9] / - ? : ( ) . , ' + Space
Supported characters for regular and fast transfers to a US counterparty: [a-z] [A-Z] [0-9] & $ % # @ ~ = + - _ ' " ! ?
The unique identifier of the source payment instrument.
The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with category bank.
Possible values:
-
regular: For normal, low-value transactions.
-
fast: Faster way to transfer funds but has higher fees. Recommended for high-priority, low-value transactions.
-
wire: Fastest way to transfer funds but has the highest fees. Recommended for high-priority, high-value transactions.
-
instant: Instant way to transfer funds in SEPA countries.
-
crossBorder: High-value transfer to a recipient in a different country.
-
internal: Transfer to an Adyen-issued business bank account (by bank account number/IBAN).
Your reference for the transfer, used internally within your platform. If you don't provide this in the request, Adyen generates a unique reference.
A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both the source and recipient of funds.
Supported characters: a-z, A-Z, 0-9. The maximum length depends on the category.
-
internal: 80 characters
-
bank: 35 characters when transferring to an IBAN, 15 characters for others.
Response
OK - the request has succeeded.
The unique identifier of the source balance account.
The category of transfer.
Possible values:
-
bank: Transfer to a transfer instrument or a bank account.
-
internal: Transfer to another balance account within your platform.
-
issuedCard: Transfer initiated by a Adyen-issued card.
-
platformPayment: Fund movements related to payments that are acquired for your users.
The date and time when the event was triggered, in ISO 8601 extended format. For example, 2020-12-18T10:15:30+01:00.
Your description for the transfer. It is used by most banks as the transfer description. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.
Supported characters: [a-z] [A-Z] [0-9] / - ? : ( ) . , ' + Space
Supported characters for regular and fast transfers to a US counterparty: [a-z] [A-Z] [0-9] & $ % # @ ~ = + - _ ' " ! ?
The direction of the transfer.
Possible values: incoming, outgoing.
The ID of the resource.
The unique identifier of the payment instrument used in the transfer.
The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with category bank.
Possible values:
-
regular: For normal, low-value transactions.
-
fast: Faster way to transfer funds but has higher fees. Recommended for high-priority, low-value transactions.
-
wire: Fastest way to transfer funds but has the highest fees. Recommended for high-priority, high-value transactions.
-
instant: Instant way to transfer funds in SEPA countries.
-
crossBorder: High-value transfer to a recipient in a different country.
-
internal: Transfer to an Adyen-issued business bank account (by bank account number/IBAN). This will be removed in v4 and replaced with a new field.
Additional information about the status of the transfer.
Your reference for the transfer, used internally within your platform. If you don't provide this in the request, Adyen generates a unique reference.
A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both the source and recipient of funds.
Supported characters: a-z, A-Z, 0-9. The maximum length depends on the category.
-
internal: 80 characters
-
bank: 35 characters when transferring to an IBAN, 15 characters for others.
The result of the transfer.
For example, authorised, refused, or error.