Get Payout Status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Response

{
  "Data": {
    "PayoutReference": "PGW-PAYOUT-B6D146AFADCD47089FF5FD51DB68852D",
    "ProductName": "Payout",
    "Amount": 30,
    "StatusId": 5,
    "Status": "Successful",
    "PayoutResponseCode": "00",
    "PayoutResponseMessage": "Transaction successful",
    "Narration": "Test",
    "Currency": "NGN",
    "Fee": 10.75,
    "DateCreated": "2026-02-24T08:22:21.000836",
    "DateUpdated": "2026-02-24T08:23:39.1565075+00:00",
    "SessionId": "999999260224092331604882697943"
  },
  "Status": "Success",
  "StatusCode": "00",
  "Message": "Payout Successful"
}

Possible Status IDs and their statuses

The StatusID represents the current state of a transaction in its lifecycle.

StatusIDStatusDescription
1InitiatedPayout request has been created.
2PendingPayout is awaiting processing.
3ProcessingPayout is currently being processed.
4FailedPayout failed permanently.
5SuccessfulPayout completed successfully.
6Awaiting ApprovalPayout is awaiting first-level approval.
7Awaiting VerificationPayout is awaiting verification checks.
8RejectedPayout was rejected during approval/verification.
9ReversedPayout was reversed after processing.
10Awaiting Second Level Approval VerificationPayout is awaiting second-level approval.
11Failed(pending confirmation)Payout failed but still awaiting final confirmation.
12Failed(retriggered)Payout previously failed and has been retriggered.
Path Params
string
required
Headers
string
required
Defaults to YOUR-SECRET-KEY
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!