Skip to main content
GET
/
orders
/
{reference}
/
payments
/
{payment_reference}
cURL
curl --request GET \
  --url https://api.example.com/orders/{reference}/payments/{payment_reference}
{
  "success": true,
  "message": "Operation Successful",
  "data": {
    "reference": "9689c0df-a313-4a5b-b71a-056c89b90977",
    "paymentReference": "019d110b-c47f-7b86-8f87-c18c70b24f9f",
    "currencyCode": "NGN",
    "amount": 5000,
    "status": "success"
  },
  "meta": {
    "timestamp": "2026-03-20T18:36:18Z"
  }
}

Path Parameters

reference
string
required
Example:

"9689c0df-a313-4c5b-b71a-056c89b90978"

payment_reference
string
required
Example:

"019d110e-aeca-769d-9385-83acbbdafef3"

Response

200 - application/json

Payment status retrieved

success
boolean
Example:

true

message
string
Example:

"Operation Successful"

data
object
meta
object