---
title: "Validate KES identifier"
method: POST
path: "/quote/validate-kes-identifier"
tags: ["Quote"]
---

# Validate KES identifier

`POST /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.

## Request body

- object
  - `identifier` string, required — The paybill or till number to validate
  - `identifierType` 'PayBill' | 'Till', required — The type of identifier to validate

## Response `200`

Validation successful

- object
  - `status` string
  - `data` object
    - `organization_name` string — The name of the business associated with the identifier

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.net/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/94cb0ddffad0/schema)
