Get a settlement request by ID
Authorizations
Path Parameters
The unique identifier of the settlement request
Response
Settlement request retrieved
The unique identifier of the settlement request
"d4e5f6a7-b8c9-4d0e-a1f2-3b4c5d6e7f8a"
The type of settlement request
STABLECOIN_TO_STABLECOIN, FIAT_TO_STABLECOIN, STABLECOIN_TO_FIAT, FIAT_TO_FIAT "FIAT_TO_STABLECOIN"
Reason for the payment; internal for the sender
CHARITABLE_CONTRIBUTIONS, CONSULTING_FEES, EDUCATION_FEES, EMPLOYEE_SALARIES_OR_WAGES, FAMILY_SUPPORT, GIFTS, INSURANCE, INTERCOMPANY_TRANSFER, INVESTMENTS, LOANS, PERSONAL_TRANSFERS, PURCHASE_OF_GOODS, PURCHASE_OF_SERVICES, REAL_ESTATE, RENT, TAXES, TRAVEL, UTILITY_BILLS "PERSONAL_TRANSFERS"
The current lifecycle status of the settlement request
REQUEST_STARTED, REQUEST_EXPIRED, REQUEST_CANCELED, REQUEST_COMPLETED, REQUEST_REFUNDED, FUNDS_SENT, FUNDS_RECEIVING_LATE, SETTLEMENT_SENT, SETTLEMENT_COMPLETED, PAYIN_CANCELED, PAYIN_UNDER_REVIEW, PAYIN_FAILED, PAYIN_AMOUNT_MISMATCH, PAYOUT_CANCELED, PAYOUT_UNDER_REVIEW, PAYOUT_FAILED "REQUEST_STARTED"
The amount of the settlement request
"99.00"
The destination details for the settlement
Instructions describing the inbound payment
The timestamp when the settlement request was created
"2026-01-20T15:17:12.805Z"
The timestamp of the most recent update
"2026-01-20T15:20:00.000Z"
An identifier you supplied for this settlement (e.g. your internal order id). Filterable via GET /v0/settlement-requests?external_id=....
"order_abc123"
Free-form key/value pairs you supplied for correlation. Up to 50 string keys (≤40 chars) with string values (≤500 chars). Echoed on every read and webhook; not filterable.
Deprecated — removal: 2026-05-25. Use external_id. Same value, kept for compatibility until the removal date.
"your_trx_123"
The source details (for off-ramp)
The outbound payment from the pre-funded wallet to the destination
The inbound payment received from an external source
The timestamp when processing began
"2026-01-20T15:20:00.000Z"
The timestamp when completed
"2026-01-20T15:25:00.000Z"
The timestamp when funds are expected to reconcile
"2026-01-23T15:20:00.000Z"
Structured failure code for programmatic handling
AMOUNT_MISMATCH_UNDERPAYMENT, AMOUNT_MISMATCH_OVERPAYMENT "AMOUNT_MISMATCH_UNDERPAYMENT"
Human-readable failure reason
"Amount mismatch: expected 100.00, received 90.00"