v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Mobile 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

mobileNumberstring

User Mobile Number

latitudestring

End Customer Latitude.

longitudestring

End Customer Longitude.

externalRefstring

Your Unique Transaction id

consentstring

Consent should be accepted by customer

Response

200

statuscodestring
{"stackTrail":"paths:/mobile/panLookup:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring

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"
}