cURL
curl --request POST \ --url https://waas-staging.embedly.ng/api/v1/customers/kyc/address-verification \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "customerId": "<string>", "meterNumber": "<string>", "houseAddress": "<string>" } '
{ "data": { "status":"successful", "message":"Verification successful!", "timestamp":"2025-12-10T07:39:14.9402901Z", "data": { "verified":true, "houseAddress":"1 Abuja street, Nigeria", "houseOwner":"Du**\***","confidenceLevel":95,"discoCode":"00" } }, "status":200, "message":"" }
This endpoint enables you to complete address verification for customer in order to upgrade the customer’s KYC to Tier 3
3fa85f64-5717-4562-b3fc-2c963f66afa6