Create Connect Account
Stripe Connect
Create Connect Account
Create a Stripe Connect account and return an onboarding URL — or, for an existing account, a dashboard login link (if onboarding is complete) or a fresh onboarding link to resume (if it isn’t).
A developer must complete Stripe’s hosted onboarding flow (KYC, bank setup)
before a login link works; calling create_login_link on a half-onboarded
account raises InvalidRequestError (“…has not completed onboarding”)
which previously surfaced as a 502 (issue #1582).
POST
Create Connect Account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response