Verify PAN
POST {{base_url}}/api/verify/pan
Request Body
{"pan"=>"ABCDE1234A", "consent"=>"Y", "reason"=>"Reason for verifying PAN set by the developer"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-client-id | string | ||
x-client-secret | string |
RESPONSES
status: OK
{"verification":"failed","message":"PAN is invalid"}