Persons Sandbox Environment

Simulating person statuses in the sandbox

In Sandbox, all persons will move from a status of "created" to a status of "verified" unless you pass the below fields to simulate a non-verified status.

To simulate a non-verified status in the sandbox, pass the status you want to simulate in the first_name field along with "person" in the last_name field. You must also pass all other required fields.

first_namelast_nameResults in status
"created""person""created"
"rejected""person""rejected"
"restricted""person""restricted"
"closed""person""closed"

After creating the person, the POST API response will always return the person with a status of "created". If you simulated a "created" status, then the status will not be updated and you will not receive any further webhooks.

For all other statuses, you will subsequently receive a webhook that maps to the status you simulated.

📘

You will have to configure webhooks in order to receive the expected status update events.