Update PAN Details https://cms.inr-exchange.rare-able.com/api/user/onboarding/update_individual_verfication
POST

This endpoint allows a user to submit or update their PAN details by providing the PAN name, PAN number, and date of birth (DOB). The PAN number must follow the required format, and the date of birth should be provided in YYYY-MM-DD format. Upon success, the API updates the user’s PAN information and returns the updated details.

BODY PARAMS

pan_name string required
pan_number string required
Regex - /^[A-Z]{5}[0-9]{4}[A-Z]{1}$/
dob string required
YYYY-MM-DD

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

success "boolean"
message "string"
code "integer"
data "object"