POST
/api/request_pan.php
Request New PAN & Correction
Initiate new PAN or correction
Live API Testing
Parameters
api_key
String
Req Ex:
YOUR API KEYnumber
String
Req Ex:
9876543210pan_mode
String
Req Ex:
EKYCpan_type
String
Req Ex:
new_panreturn_url
String
Req Ex:
https://demo-return.com/callbackorderid
String
Req Ex:
PAN-DEMO-12345Success
{
"status_code": 200,
"status": "SUCCESS",
"message": "Generated Redirecting URL Successfully",
"redirecting_url": "/api/redirecting.php?txnid=DEMO-TXN-12345",
"txnid": "DEMO-TXN-12345"
}
Errors
Error 400
{
"status_code": 400,
"status": "FAILED",
"message": "Mobile number is required"
}
Error 401
{
"status_code": 401,
"status": "FAILED",
"message": "Invalid API Key"
}