Verify PAN

POST {{base_url}}/api/verify/pan

Request Body

{"pan"=>"ABCDE1234A", "consent"=>"Y", "reason"=>"Reason for verifying PAN set by the developer"}

HEADERS

KeyDatatypeRequiredDescription
x-client-idstring
x-client-secretstring

RESPONSES

status: OK

{"verification":"failed","message":"PAN is invalid"}