Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://staging.api.payluk.ng/v1/payment/verify-phone/{phone} \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "Phone number verified", "data": { "name": "Ada Eze", "phone": "+2348012345678" } }
Verify a phone number belongs to one of your merchant customers.
Your secret key as a Bearer token. The key prefix selects the environment: sk_test_... (test) or sk_live_... (live).
sk_test_...
sk_live_...
Phone verified.