Update User
Read on collecting KYC information and running KYC checks on SEND users
This API allows you to update the user information. You can provide all the required user information at once. You can also update the user information partially by using this API multiple times as required. Details on what fields can be updated when a user is verified and not verified are provided below.
PATCH /users/{{user_id}}
PATCH /users/{{user_id}}
Updatable fields for send user (individual)
Fields
User is verified
User is not verified
Additional details
first_name
No
Yes
middle_name
No
Yes
last_name
No
Yes
mobile_phone
Yes
Yes
No
Yes
address_line1
Yes
Yes
address_line2
Yes
Yes
city
Yes
Yes
state
Yes
Yes
country
No
No
zipcode
Yes
Yes
date_of_birth
No
Yes
gender
No
Yes
user_scope
No
Yes
occupation
Yes
Yes
type
No
No
physical_documents
Yes
Yes
Updating physical_document object will add a new copy of the document and archive the older one.
virtual_documents
Conditional
Yes
SSN is not updatable once user is verified.
company_details
Yes
Yes
Last updated