Get a Bill Payment Status
Bill Payments
Get a Bill Payment Status
Fetch the status of a bill purchase
GET
Get a Bill Payment Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
application/json Example:
"application/json"
Path Parameters
Example:
"CF-FLYAPI-20240324091413750321"
Query Parameters
Example:
1
Response
OK
Example:
{
"currency": "NGN",
"customer_id": "0025401100",
"frequency": "One Time",
"amount": "1800.00",
"fee": 100,
"product": "DSTV Payment",
"product_name": "DSTV Payment",
"commission": 10,
"transaction_date": "2024-03-24T09:14:13.373Z",
"customer_reference": "d7a004b1-a581-4cd9-89ae-a1f093400",
"country": "NG",
"flw_ref": "247837898415",
"tx_ref": "CF-FLYAPI-20240324091413750321",
"batch_id": 3408739,
"extra": null,
"product_details": "FLY-API-NG-DSTV Payment"
}