v1
latestOpenAPI 3.1.02026-07-2414704.6 MBMobile to PAN
A Name Lookup API that allows users or applications to look up the owner’s name associated with a given phone number. These APIs are used in cases where you need to verify the identity of a caller, enhance user profiles, or validate the legitimacy of phone numbers.
post/mobile/panLookup
Headers
X-Ipay-Auth-Codestring
Auth Code
X-Ipay-Client-Idstring
Unique Client Id Provided by Instantpay
X-Ipay-Client-Secretstring
Unique Client Secret Provided by Instantpay
X-Ipay-Endpoint-Ipstring
End Customer IP Address
Request body
Response
200
Example response
{
"statuscode": "TXN",
"status": "Transaction Successful",
"data": {
"result": {
"mobileLinkedName": "Ravi"
},
"poolReferenceId": "1241023100643TTMGX",
"pool": {
"openingBal": "98921.48",
"mode": "DR",
"amount": "2.36",
"closingBal": "98919.12"
}
},
"timestamp": "2024-10-23 15:36:43",
"ipay_uuid": "h0009d503448-becb-4280-96e9-a97caf1a7e93-QFUQCEKHB3Rv",
"orderid": "1241023100643TTMGX",
"environment": "SANDBOX"
}