post https://partners-staging.safegold.com/v1/users//kyc-update
This endpoint will let the Distributor pass the PAN and Aadhar details. Once the Aadhar and PAN details, the status of the identity parameter and PAN parameter will update to status 1.
Method Type | POST |
---|---|
Staging URL | https://partners-staging.safegold.com/v1/users/{user_id}/kyc-update |
Production URL | https://partners.safegold.com/v1/users/{user_id}/kyc-update |
URL Params
Required:
user_id = [integer]
example:user_id = 2
Request Parameters
Field | Description | Data Type | Length |
---|---|---|---|
kyc_requirement.pan_no | PAN Number | String | 10 |
kyc_requirement.identity_no | Identity Number | String | 100 |
Success 200 Response Parameters
Field | Description |
---|---|
id | The User ID of the Customer provided during Registration |
name | Name of the Customer |
mobile_no | Mobile Number of the Customer |
pincode | Pincode of the Customer |
Email ID of the Customer | |
gold_balance | Gold Balance of the Customer in Grams |
kyc_requirement.identity_required | Flag to Update the Flag of the KYC Identity requirement |
kyc_requirement.pan_required | Flag to Update the Flag of the PAN requirement |
Failure Parameters
Status Code | Code | Code Description |
---|---|---|
HTTP Status 400 | ||
1 | Missing either PAN Status or Identity Status | |
2 | Missing User ID | |
3 | User not Registered |
Points to Remember
A default user_id is used for this API. It can be changed to the desired ID for performing the KYC Update.