Table of contents

Get Pan using Phone Number

Use this sync API to get the PAN ID of an individual using their Phone Number.

API URL: https://api.bulkpe.in/client/fetchpanfrommobile

Method: POST

Auth: Please refer to the Authorization page.

{ "reference": "Test006", //should be unique value "name": "Richard", "mobile": "9988991122" }
{ "status": true, "statusCode": 200, "message": "verified", "data": { "name": "Richard", "mobile_no": "9988991122", "pan_number": "ERABC5112L", //pan value "reference": "Test006" } }
{ "status": false, "statusCode": 400, "message": "No PAN data found.", "data": {} }