Create an On-Ramp or Off-Ramp Transfer
Create a new transfer.
source and destination — a bank_account source with a wallet destination creates an on-ramp, and the reverse creates an off-ramp. The response includes deposit instructions your customer needs to fund the transfer.
approved verification profile before you can create a transfer on their behalf.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Transfer with Quote
- Transfer
The customer's ID.
^customer_[a-z0-9]+$"customer_1234567890"
The quote ID from a previously created quote. The transfer uses the locked exchange rate, currency, and network from the quote.
"quote_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
Integrator-defined external reference. The value is not stored as unique.
"merchant_ref_123"
Response
A unique identifier for transfer.
^payout_[a-z0-9]{24}$"payout_a1b2c3d4e5f6a7b8c9d0e1f2"
The transfer type.
on_ramp, off_ramp, unmatched_deposit "on_ramp"
The transfer status. See Transfer Lifecycle for status definitions and transitions.
pendingFunding, pendingReview, fundsReceived, processing, succeeded, undeliverable, returned, pendingRefundInformation, failed, canceled, refunded, unexpectedError, failedPrecondition, expired "pendingFunding"
The customer ID.
"customer_b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7"
The source of an on ramp transfer.
- Source Bank Account
- Source Wallet
{
"id": "bankAccount_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"type": "bank_account"
}The deposit bank account for an on ramp transfer.
- Deposit Bank Account
- Deposit Wallet
The last datetime the transfer was updated.
"2021-01-01T00:00:00.000Z"
The datetime the transfer was created.
"2021-01-01T00:00:00.000Z"
The external reference (not stored as unique).
"merchant_ref_123"
Fee breakdown for the transfer. For floating-rate BRL transfers, this is omitted until settlement is complete.
The quote used for this transfer, if any. When present, the locked exchange rate from the quote was applied to the destination amount and exchange rate.