Crear una Transferencia On-Ramp u Off-Ramp
Create a new transfer.
source y destination — una fuente bank_account con un destino wallet crea un on-ramp, y el inverso crea un off-ramp. La respuesta incluye instrucciones de depósito que tu cliente necesita para financiar la transferencia.
approved antes de que puedas crear una transferencia en su nombre.Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cuerpo
- 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"
The reason for the payment. Required for SWIFT transfers, BRL transfers, and for third-party off-ramp transfers (where the destination bank account owner relationship is not self).
personal, investment, real_estate, tax, loan, bills, reimbursement, professional_services, family_support, education, rent, donation, gift, insurance, medical, savings, travel, mortgage, fine, dividend, agriculture, import_export, art, other "professional_services"
A free-text description of the payment purpose. Required for third-party off-ramp transfers (where the destination bank account owner relationship is not self). Max 500 characters.
1 - 500"INV-2026-004 — Q1 software services"
ID of a pre-uploaded supporting document (from POST /v2/document with target transfer). Required for third-party transfers on certain routes. A transfer is considered third-party when the destination bank account owner is not the customer themselves (i.e. the bank account relationship is not self). The document should evidence the purpose of the transfer — for example, an invoice, contract, payment agreement, or proof of services rendered.
1^document_[a-z0-9]+$"document_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
Respuesta
A unique identifier for transfer.
^payout_[a-z0-9]{24}$"payout_a1b2c3d4e5f6a7b8c9d0e1f2"
The transfer type.
on_ramp, off_ramp, unmatched_deposit, microdeposit "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.
The reason for the payment. Present on BRL transfers and third-party off-ramp transfers.
"professional_services"
A free-text description of the payment purpose. Present on third-party off-ramp transfers.
"INV-2026-004 — Q1 software services"