Get details of a specific payout
Retrieve the full details and current status of a specific payout.Documentation Index
Fetch the complete documentation index at: https://developer.quickei.io/llms.txt
Use this file to discover all available pages before exploring further.
GET https://quickei.io/pay/sandbox/api/v1/payouts/{payout_id}
PYT-20260323-X4K9M2)| Field | Description |
|---|---|
id | Unique payout identifier |
reference | Your internal reference |
amount | Payout amount |
currency | ISO 4217 currency code |
fee | Fee charged for the payout |
total_deducted | Total deducted from wallet (amount + fee) |
status | pending, processing, completed, failed |
recipient | Recipient details (type, account info) |
description | Payout description |
failure_reason | Reason for failure (null unless failed) |
processed_at | ISO 8601 timestamp when payout completed or failed (null while pending/processing) |
created_at | ISO 8601 timestamp of payout creation |
200404