Post https://app.moneygraph.ai/api/v1/customer/update/{user}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
gender* string
Gender must be male or female
state* string
State iso2
city* string
City
street* string
Address
postal_code* string
Postal/Zip Code
birthday* string
Birthday of director, format 20-06-1976
source_of_fund_id* string
Source of fund ID, click here to fetch source_of_fund_id
ip_address* string
ipv4 address of customer
id_type* string
ID type must be passport,national_id,driver_license,voter_id,residence_permit, only required when sumsub_applicant_id & smile_job_id is not provided
id_number* string
Identification number, only required when sumsub_applicant_id & smile_job_id is not provided
tax_numberstring
Customer tax number
issued_date* string
Identification document issue date, format 20-06-1976
expire_date string
Identification document expire date, format 20-06-1979
sumsub_applicant_id string
Sumsub Applicant Id
smile_job_id string
Smile Job Id
{
"message": "User Account Updated",
"status": "success",
"data": {
"id": "0917324",
"mode": "test",
"first_name": "Scott",
"last_name": "Mccal",
"email": "[email protected]",
"phone": "+12709255094",
"account_type": "business",
"birthday": "29-06-1999",
"gender": "male",
"id_type": "ID_CARD",
"id_number": "213652146416",
"source_of_funds": "Family Savings",
"kyc_status": "PENDING",
"tax_number": "9236586985",
"document": {
"document": null,
"selfie": null
},
"address": {
"country": "US",
"state": "DE",
"city": "City",
"street": "Address",
"postal_code": "90000"
},
"business_details": {
"business_name": "ABC LTD",
"website": null,
"staff_size": "1-5",
"registration_number": "9236586985",
"tax_number": "9236586985",
"registration_date": "29-06-1999",
"registration_location": "No.1 wetwtwtwetwtwt",
"registration_type": "Single Member LLC",
"mcc": "Bicycle Shops",
"complete_ownership": false,
"address": {
"country": "US",
"state": "DE",
"city": "SALD",
"street": "Hillton street",
"postal_code": "90000"
}
}
}
}