Account Transfer
Initiates a transfer between legal entity's accounts.
Example Account Transfer
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalamountRequiredstringThe amount of money. Our API expect amount values to be in minor units - the smallest unit of a currency depending on the number of decimals. For example, USD has two decimals. So $10 is represented by 1000. JPY has no decimals, so ¥10 is 10.
descriptionRequiredstringdestination_ibanRequiredstringsource_ibanRequiredstringResponse Body
Success response
transaction_idRequiredstringTransaction List GET
Retrieves transactions by given filters. Can be filtered by account IDs, statuses, assets, type, transaction IDs, include bulk, start date, end date, page size and next page token.
External Transfer POST
Create an external transfer. The transfer_external_type must be specified (e.g., DOMESTIC_USD, SWIFT) and the respective transfer type's payload be filled out in the request body. For example, if transfer_external_type is SWIFT, the swift parameters must be completed.