Businesses Sandbox Environment

Simulating business statuses in the sandbox

To simulate these statuses in the sandbox, pass the status you want to simulate in the legal_name field. You must also pass all other required fields.

After creating the business, the POST API response will always return the business with a status of "created". If you simulated a Created outcome, then the status will not update and you will not receive any further webhooks.

If you simulated a "verified", "rejected", "restricted", or "closed" status, you will subsequently receive a webhook that maps to the status you simulated.

legal_nameResults in status
"created business""created"
"verified business""verified"
"rejected business""rejected"
"closed business""closed"

📘

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