API Reference

XML Verification API Parameters

API Parameters

Parameter NameRequiredFormatComment
pan_numberYesStringA valid PAN number of the customer.
full_nameYesAscii string.
Regex check:
^[a-zA-Z\s]{1,200}$
Full name of the customer.
mobile_numberYesThe 10-digit mobile
number, should start with 6/7/8/9.
OTP verified mobile
number of the customer.
emailYesValid email formatEmail of the customer.
success_urlYesURLURL to which the customer will be redirected if successful.
failure_urlYesURLURL to which the customer will be redirected if unsuccessful.