Get Payout
Retrieve the full details of a payout by its ID, including current status and destination information.Endpoint
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
payout_id | string | Unique payout identifier. |
quote_id | string | Associated quote ID. |
status | string | Current status: pending, processing, completed, failed. |
source_currency | string | Source stablecoin or fiat currency. |
source_network | string | null | Source blockchain (if stablecoin). |
source_amount | string | integer | Amount in source currency. |
destination_currency | string | Destination currency. |
destination_account | object | null | Bank account details. |
destination_address | string | null | Wallet address. |
destination_amount | string | integer | Amount in destination currency. |
reference | string | Your reference for the payout. |
created_at | string | ISO 8601 timestamp of creation. |
completed_at | string | null | ISO 8601 timestamp of completion. |
Notes
- Check the
statusfield to determine the current state of the payout. - Use the
payout_idto track the transaction in your system. - Once status becomes
completed, funds have been delivered.