---
title: "Validate Meter"
method: POST
path: "/api/v1/electricity/validate"
tags: ["VAS"]
---

# Validate Meter

`POST /api/v1/electricity/validate`

Validate an electricity meter number and return the customer name and address.

## Request body

- object
  - `meterNumber` string, required
  - `billerCode` string, required — Biller code from GET /api/v1/products (e.g. EKEDC) or display name (e.g. Eko Electricity).
  - `amount` number, required
  - `meterType` 'prepaid' | 'postpaid', required

## Response `200`

Validation successful

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-31** `99437f87d687` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/msorg-developers/apis/dancity-api/changes/api/v1/electricity/validate/post.md)

---

[API](https://skmtc.dev/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.dev/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/revisions/99437f87d687/schema)
