π©Confirm Customer Details
Use this endpoint to confirm Customer Details, if they exist with Eskom.
post
Header parameters
AuthorizationstringRequiredExample:
API token for user authentication
{"value":"Token tk-abc-1234-xyz"}Body
objectOptional
Valid combinations for this request:
- 'meter_no'
- 'meter_card'
- ['meter_no', 'supply_group_code', 'key_rev_no', 'tariff_index', 'token_tech', 'algo_tech']
- 'name'
- 'id_no'
- 'account_no'
- 'address'
and
and
Responses
200
customer confirmed successfully (with fallback to meter verification if customer not found)
application/json
Responseall of
and
400
invalid meter details
application/json
500
server error
application/json
post
/api/v1/meter/merchant-confirm-customerLast updated