Quote
Validate KES identifier
Validate a Kenyan M-Pesa PayBill or Till number and retrieve the associated business name. This endpoint is only available in production.
post/quote/validate-kes-identifier
Request body
Example request
{
"identifier": "247247",
"identifierType": "PayBill"
}Response
Validation successful
Example response
{
"status": "ok"
}