v1

latestOpenAPI 3.1.02026-07-244511495.5 KB
Internal Transfers

Move funds between two accounts with the same currency

Move funds between two accounts with the same currency

post/v1/internal-transfers

Headers

Idempotency-Keystring uuid required

Idempotency key to allow safe retrying of the operation. The value should be a unique UUID for each distinct operation. See our understanding idempotency guide for full details.

Request body

amountinteger required

Transfer amount.

external_idstring string nullable

External ID set by the customer. The external ID will be available on all resources related to the transaction if set when creating the transaction.

external_referencestring required

External reference as set by the client.

from_account_idstring uuid required

The ID of the Fuse account where the funds will be paid from.

to_account_idstring uuid required

The ID of the Fuse account where the funds will be paid to.

Response

Internal transfer has been created

transaction_idstring uuid required