Back to home

PAN / IDENTITY APIS

Imps Penny Drop

Verification endpoint — Imps Penny Drop. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
POST /api/qrx/imps_penny_drop

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
account_number 1234567890
ifsc HDFC0001234
name VIMAL SHARMA

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": []
}