Update Customer
Update a customer's profile fields by externalCustomerId. All fields are optional — only include the fields you want to change. Email restrictions (no disposable domains, no + suffixes) still apply.
Path parameters
externalCustomerIdstringRequired
Request body
emailstringRequiredphonestringfirstNamestringlastNamestringstreetstringstreet2stringstatestringcitystringzipstringcountrystring
Customer email address. Must not use a disposable domain or contain a + suffix.
Customer mobile number in international format (e.g. +15551234567). Must be a valid mobile number — landlines and VOIP numbers are rejected. If provided without a + prefix and with at least 10 digits, +1 (US) is prepended automatically. Recommended if available — customers without a phone number are prompted to enter one during the SDK flow.
Response
externalCustomerIdstringdataobjectemailstringRequiredphonestringfirstNamestringlastNamestringstreetstringstreet2stringstatestringcitystringzipstringcountrystringkycVerificationsarray of objecttypestringproof_of_idstringstatusstringpendingstringverifiedstringunder_reviewstringrejectedstringexpiredstringverified_manuallystringrejected_manuallystringcreatedAtstringcreatedAtstring
Customer profile fields. Only email is required — all other fields are collected during SDK flows where needed.
Customer email address. Must not use a disposable domain or contain a + suffix.
Customer mobile number in international format (e.g. +15551234567). Must be a valid mobile number — landlines and VOIP numbers are rejected. If provided without a + prefix and with at least 10 digits, +1 (US) is prepended automatically. Recommended if available — customers without a phone number are prompted to enter one during the SDK flow.