Resolve Phone Number

This endpoint returns details of a phone number.

📘

NOTE

There are two payload responses for this endpoint based on the details returned

Basic
Advanced

Request

{{baseUrl}}/kyc/phone_number

Header

ParametersTypeDescriptionMandatory
AuthorizationSrtingpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4GRequired

Body Parameters

ParametersTypeDescriptionMandatory
first_nameStringFirst name of the phone number holderRequired
last_nameStringLast name of the phone number holderRequired

Response Sample

{ "status": true, "message": "Phone Number Data Retrieved.", "data": { "reference": "DC_R3rdWN3IsEfa2hlHj", "ResultType": "ID Verification", "ResultText": "Partial Match", "Actions": { "Return_Personal_Info": "Not Applicable", "Verify_ID_Number": "Verified", "Names": "Partial Match", "Phone_Number": "Exact Match", "ID_Verification": "Partial Match" }, "Source": "ID Verification" } }