get https://api.flutterwave.com/v3/bill-items//validate
This document shows you how to validate customer's details. Supported input include: meter number, smartcard number, internet account number, etc.
Log in to see full request history
Responses
This document shows you how to validate customer's details. Supported input include: meter number, smartcard number, internet account number, etc.
xxxxxxxxxx
curl --request GET \
--url 'https://api.flutterwave.com/v3/bill-items/AT099/validate?code=BIL099&customer=08038291822' \
--header 'Authorization: Bearer FLWSECK_TEST-SANDBOXDEMOKEY-X' \
--header 'Content-Type: application/json' \
--header 'accept: application/json'
xxxxxxxxxx
17{
"status": "success",
"message": "Item validated successfully",
"data": {
"response_code": "00",
"address": null,
"response_message": "Successful",
"name": "Test DSTV Account",
"biller_code": "BIL119",
"customer": "0025401100",
"product_code": "CB141",
"email": null,
"fee": 0,
"maximum": 0,
"minimum": 0
}
}