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.
MethodPOST
Staging URLhttps://partners-staging.safegold.com/v1/ users/{user_id}/direct-update-phone-no
Production URLhttps://partners.safegold.com/v1/ users/{user_id}/direct-update-phone-no

Request Parameters

FieldDescriptionLength
new_phone_noNew mobile number of the end customer10

Success 200 response Parameters

FieldDescription
--

Failure Parameters

Status CodeCodeCode Description
HTTP Status 400
1Missing Important Information
2User not Registered
3User ID/Vendor Mismatch
3User 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.

Language
Click Try It! to start a request and see the response here!