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_id
Response
Successful Response
ready
True when the account is fully operational and can accept payments.
account_id
Account ID.
readiness
Account readiness. When ready is true, actions is empty.
stripe_onboarding_url
Stripe Connect onboarding URL. Non-null until Stripe Connect is complete.
object
Object type identifier.
Errors
404
Not Found Error
422
Unprocessable Entity Error