v31

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-07-082421122.2 KB
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

identifierstring required

The paybill or till number to validate

identifierType'PayBill' | 'Till' required

The type of identifier to validate

Example request

{
  "identifier": "247247",
  "identifierType": "PayBill"
}

Response

Validation successful

statusstring

Example response

{
  "status": "ok"
}