Simulate payout statuses
Send a payout to one of these recipients to drive it to the corresponding status:Simulate recipient onboarding milestones
These recipients instantly trigger arecipient.updated
webhook with the corresponding status. The webhook fires in two situations:
when you create a recipient with one of these emails, and when you send a
payout to one:
Unlike real onboarding — where each milestone is sent at most once per
invitation — sandbox milestone recipients fire the webhook every time, so you
can re-test your handler freely.
Recipient profiles in sandbox
Sandbox recipients are simulated and never go through real onboarding, so they have no tax information of their own. To let you exercise the full response shape,GET /recipients and GET /recipients/{id} return a
placeholder profile for them instead of null:
profile stays null until the payee
completes onboarding, and businessType reflects whether they registered as an
individual or an entity.