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 inPENDING_QUOTE_ACCEPTANCEstate 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
- 201
- 400
- 403
Transfer created successfully