v1
latestOpenAPI 3.0.02026-07-224537337.5 KBRetrieve a Transfer
Retrieve a specific transfer
get/v2/transfer/{id}
Path parameters
idstring required
Example:payout_d243ab2b1de4447d8a046d87fefe58cf
The payout ID.
Response
Example response
{
"id": "payout_a1b2c3d4e5f6a7b8c9d0e1f2",
"externalId": "merchant_ref_123",
"type": "on_ramp",
"status": "pendingFunding",
"statusHistory": [
{
"status": "pendingFunding",
"transitionedAt": "2026-06-20T14:03:21.000Z"
},
{
"status": "processing",
"transitionedAt": "2026-06-20T14:05:10.000Z"
}
],
"customer": "customer_b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"fees": {
"integratorFee": {
"fixedAmount": "1.00",
"bpsRate": "10",
"bpsAmount": "0.10",
"totalAmount": "1.10",
"currency": "usd"
},
"platformFee": {
"fixedAmount": "2.00",
"bpsRate": "10",
"bpsAmount": "0.10",
"totalAmount": "2.10",
"currency": "usd"
}
},
"source": {
"id": "bankAccount_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"type": "bank_account"
},
"destination": {
"id": "wallet_e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2",
"type": "wallet",
"currency": "usdc",
"network": "sol",
"exchangeRate": "5.455"
},
"depositAccount": {
"type": "bank_account",
"bankDetails": {
"bankName": "Bank of America",
"accountHolderName": "John Doe",
"accountType": "savings",
"accountNumber": "1234567890",
"routingNumber": "1234567890",
"bic": "1234567890",
"iban": "1234567890",
"pixKey": "+5511999999999",
"brCode": "00020126580014br.gov.bcb.pix0136a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"bankAddress": "123 Main St, Anytown, USA",
"beneficiaryAddress": "123 Main St, Anytown, USA",
"memo": "BBE6C7EB4A3F"
}
},
"quote": {
"id": "quote_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"expiresAt": "2021-01-01T00:00:00.000Z"
},
"updated": "2021-01-01T00:00:00.000Z",
"created": "2021-01-01T00:00:00.000Z",
"paymentReason": "professional_services",
"paymentDescription": "INV-2026-004 - Q1 software services",
"tracking": {
"source": {
"imad": "20250224MMQFMP0B000012",
"omad": "123456789012345678901234",
"traceNumber": "021000021234567",
"transactionId": "4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b",
"uetr": "097B365480122XK9"
},
"destination": {
"imad": "20250224MMQFMP0B000012",
"omad": "123456789012345678901234",
"traceNumber": "021000021234567",
"transactionId": "4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b",
"uetr": "097B365480122XK9"
}
}
}