Businesses Sandbox Experience

Simulating Business Statuses In Sandbox

To simulate business statuses in sandbox, pass the desired status 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 the status of "created". If you simulated a Created outcome, 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"

πŸ“˜

Webhooks

Configure webhooks to receive the expected status update events.