Account Funding Transactions (AFT)
Funding transactions are used to transfer funds from a card account to another destination, rather than for the provision of goods or services. Examples include, but are not limited to:
- Loading digital wallets
- Moving money into a crypto exchange or investment platform
- Direct purchase of cryptocurrency or liquid assets
- Transfers to financial institution accounts
- Transfers to debit or prepaid accounts/cards
- Gifting money to friends or family members at home or abroad
- And more...
How to enable
Using the instruction.fundsTransfer
object and providing all the required details.
fundsTransfer object (Required)
"fundsTransfer": {
"type": "purchase",
"purpose": "crypto",
"recipient": {
"account": {
"type": "wallet",
"walletReference": "wallet-reference"
}
},
...
}
Schema
Specifies the type of the funds transfer.
Specifies the purpose of the funds transfer.
An object containing details about the recipient of funds.
An object for the account details of the recipient.
Recipient's first name.
Recipient's middle name.
Recipient's last name.
Sender's address.
Recipient's date of birth
Recipient's phone number
Required for domestic processing in some Latin American countries.
An object containing details about the sender of funds.
Sender's first name.
Sender's middle name.
Sender's last name.
Sender's address.
Required for domestic processing in some Latin American countries.
Outcome details
The payment response does not include any fundsTransfer
specific information.