Internal Account Transfers
Move money between your Alpha accounts
Make an InterAccount Transfer (IAT) request
To make an IAT, you will need to first retrieve your currency accounts, using the GET /v1/accounts endpoint.
IATs are only available between accounts of the same currency, under the same entity. For example, you will be able to move GBP from GBP wallet 1, to GBP wallet 2.
You will need to use the POST /v1/internal-account-transfers endpoint and provide the entityID, the debiting accountID and the crediting accountID.
Retrieve all InterAccount Transfers
You will be able to see all IATs for one entity. To retrieve all transfers, use the GET /v1/internal-account-transfers endpoint and provide the entityID.
Retrieve a specific InterAccount Transfer
To retrieve the details for a specific InterAccount transfer, use the GET /v1/internal-account-transfers/internalAccountTransferId endpoint, and provide the internalAccountTransferId.
Updated 7 months ago
