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
urlstring
Stripe onboarding URL. Redirect the human here.
expires_atdatetime
When this URL expires.
object"stripe_connect_session"
Object type.

Errors

401
Unauthorized Error