New Internal Account Transfers Functionality
We’ve added support for Internal Account Transfers (IATs), allowing Alternative Banking Solutions (ABS) entities to move funds between same-currency accounts under the same entity.
Here's what's new:
Create an internal account transfer
POST /v1/internal-account-transfers
Initiate a transfer between your internal accounts. Simply provide the entityID
, debiting accountID
, and crediting accountID
.
Make sure to first retrieve your accounts via the
GET /v1/accounts
endpoint to identify eligible accounts.
Retrieve all internal account transfers
GET /v1/internal-account-transfers
Retrieve a list of all IATs associated with a given entity.
Retrieve a specific internal account transfer
GET /v1/internal-account-transfers/internalAccountTransferId
Get detailed information about a specific InterAccount Transfer using its unique ID.
IATs are only supported between same-currency accounts under the same ABS entity.
If you have any questions or need further assistance, please get in touch with our support team at [email protected]
Happy building! 🚀
The Alpha API Development Team