Skip to main content

Name Enquiry

Description: Verifies customer name associated with a wallet

Request Parameters

POST {baseUrl}/v1/wallets/name-enquiry
curl -X POST `{baseUrl}/v1/wallets/name-enquiry`
-H "x-Client-Id: your_client_id"
-H "x-hash-key: sha256(clientSecret + payload)"
-H "Content-Type: application/json"
-d '{
"walletNumber": "9025920886"
}
'