Payouts

Get Payout By Reference

Retrieve a single payout record using the payout transaction reference.

GET
/api/v1/payout/find-by-reference/{reference}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

reference*string

Transaction reference for the payout

Response Body

application/json

curl -X GET "https://example.com/api/v1/payout/find-by-reference/TRN_R67QZJVLLY"
{
  "requestId": "abcd1234-5678-90ef-ghij-1234567890kl",
  "requestTimestamp": "2026-03-20 09:15:00",
  "message": "Payout fetched successfully.",
  "statusCode": 200,
  "data": {}
}

How is this guide?