Start Stripe Connect onboarding
Start Stripe Connect guided onboarding. Returns a URL to redirect the human to. The human completes Stripe’s identity and bank account verification flow. On completion, Stripe fires an account.updated webhook and ListBee marks the account as connected. The stripe_account_id is saved immediately — payment_config is set only after webhook confirmation.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Response
Successful Response
url
Stripe onboarding URL. Redirect the human here.
expires_at
When this URL expires.
object
Object type.
Errors
401
Unauthorized Error