post https://partners-staging.safegold.com/v1/users//direct-update-phone-no
As Mobile Number would be the Unique IDentifier with which the Wallet would be associated, Distributor will update the Customer’s Mobile Number with SafeGold. When the Customer changes the Mobile Number, the Distributor will Verify the New Mobile Number and update the Mobile Number on Safegold through an Update API.
Update Mobile Number API
This endpoint will accept the New Mobile Number to which the Customer is wishing to change.
Method | POST |
---|---|
Staging URL | https://partners-staging.safegold.com/v1/ users/{user_id}/direct-update-phone-no |
Production URL | https://partners.safegold.com/v1/ users/{user_id}/direct-update-phone-no |
Request Parameters
Field | Description | Length |
---|---|---|
new_phone_no | New mobile number of the end customer | 10 |
Success 200 response Parameters
Field | Description |
---|---|
- | - |
Failure Parameters
Status Code | Code | Code Description |
---|---|---|
HTTP Status 400 | ||
1 | Missing Important Information | |
2 | User not Registered | |
3 | User ID/Vendor Mismatch | |
3 | User with Mobile Number Already Registered |
Points to remember
A default user_id is used for this API. It can be changed to the desired ID for performing the Mobile Number Update.