Update User Details

This API is used to updated details of a user.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
phonestringA valid phone number of user
emailstringA valid email address of user
dobstringA valid format of date of birth of user
addressstringA valid address of user
upi_idstringA valid VPA(virtual payment address) of user
bank_detailsobjectA valid object consisting of bank details of user

Common error scenarios

The following are the common error scenarios in sending an API request:

ErrorDescription
param is missing or the value is empty: finsire_idfinsire_id is a required field
param is missing or the value is empty: phonephone is a required field
param is missing or the value is empty: emailemail is a required field
param is missing or the value is empty: dobdob is a required field
param is missing or the value is empty: addressaddress is a required field
param is missing or the value is empty: upi_idupi_id is a required field
param is missing or the value is empty: bank_detailsbank_details is a required field

You can try out this API here.