Poll bootstrap status

Poll the account's readiness after bootstrap. Call repeatedly (e.g. every 5s) after handing stripe_onboarding_url to the human. ready becomes true once Stripe Connect onboarding completes and charges are enabled. When ready is true, the account can accept payments. readiness.actions lists remaining steps and readiness.next points to the highest-priority one. Public endpoint — no API key required.

Path parameters

account_idstringRequired

Response

Successful Response
readyboolean
True when the account is fully operational and can accept payments.
account_idstring
Account ID.
readinessobject
Account readiness. When ready is true, actions is empty.
stripe_onboarding_urlstring or null

Stripe Connect onboarding URL. Non-null until Stripe Connect is complete.

object"bootstrap_status"
Object type identifier.

Errors

404
Not Found Error
422
Unprocessable Entity Error