API Parameters
| Parameter Name | Required | Format | Comment |
|---|---|---|---|
| pan_number | Yes | String | A valid PAN number of the customer. |
| full_name | Yes | Ascii string. Regex check: ^[a-zA-Z\s]{1,200}$ | Full name of the customer. |
| mobile_number | Yes | The 10-digit mobile number, should start with 6/7/8/9. | OTP verified mobile number of the customer. |
| Yes | Valid email format | Email of the customer. | |
| success_url | Yes | URL | URL to which the customer will be redirected if successful. |
| failure_url | Yes | URL | URL to which the customer will be redirected if unsuccessful. |
