Skip to main content

Create internal transfer

POST 

/payment/v3/transfers

Creates an internal transfer between wallets with optional currency conversion.

Supports two conversion types:

  • QUOTE: Returns a firm rate that requires client acceptance before settlement. The transfer is held in PENDING_QUOTE_ACCEPTANCE state until the client accepts the quote via the actions endpoint.

  • AUTO_CONVERSION: Automatically converts funds at the market rate without requiring quote acceptance. Only fixed debit is supported.

For same-asset transfers (originator and beneficiary currencies match), omit the conversion object.

Request

Responses

Transfer created successfully

Was this page helpful?