Skip to main content
GET
Verify Meter
disco is the numeric DISCO ID from List DISCOs. meter_number is the customer’s meter number. meter_type is prepaid or postpaid. This is a GET request — pass all three as query parameters.

Authorizations

Authorization
string
header
required

Send your API key as Token <your_api_key>.

Use your live key for real transactions, or your sandbox key (sk_test_…) to test — sandbox calls return a realistic simulated result and never touch your wallet. Add "sandbox_status": "fail" to any sandbox request to simulate a failure.

Query Parameters

disco
integer
required

Disco plan_id (from GET /api/discos)

Example:

1

meter_number
string
required

Customer's meter number

Example:

"12345678901"

meter_type
enum<string>
required

prepaid or postpaid

Available options:
prepaid,
postpaid
Example:

"prepaid"

Response

200 - application/json

Customer