Update a person by customer reference id

Update a person object using its reference id.

Overview

This endpoint replaces the entire person resource. You must pass all fields.

If you want to update an individual field or fields on a person, use the PATCH endpoint.

Removing fields

To remove a field from the resource, pass the field with an empty string as the value. Only the following fields can be removed from the person resource:

  • middle_name
  • address2

Impact on KYC status

Changing the below fields will re-trigger the KYC process. You will receive a person_unverified webhook and the person's status will be set to "created" until re-verification is complete.

  • first_name
  • last_name
  • date_of_birth
  • social_security_number
  • address1
  • city
  • state
  • country
  • zip5
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!