DevelopersPayoutGet Transaction Status
Get Transaction Status
Retrieves payout status and processing detail by reference.
GET{{base_url}}/request/payout/status?reference={reference}
Headers
Authorization: Bearer <access_token>
Content-Type: application/json| Field | Type | Required | Description |
|---|---|---|---|
| reference | string | Yes | Transaction reference supplied during payout creation. |
Status Guide
| Status | Meaning | Recommended action |
|---|---|---|
| successful | final | The payout completed and the recipient was credited. Mark complete on your side. |
| pending | processing | Do not retry. Requery after a short wait using the same reference. |
| failed | terminal | Safe to retry with a new reference or investigate process details. |
⚠️
Always confirm status here before treating a payout as complete or deciding to retry.