Onboard Stripe Connect
Compatibility alias for the Stripe Standard OAuth start command. No account is created until the user selects or creates one on Stripe.
Deprecated
Compatibility alias for the Stripe Standard OAuth start command. No account is created until the user selects or creates one on Stripe.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/stripe-connect/onboard" \ -H "Content-Type: application/json" \ -d '{}'{ "url": "http://example.com", "accountId": "string", "flow": "oauth"}Handle Stripe Connect O Auth Callback GET
Consume a lab-owner-bound OAuth state, exchange Stripe's one-time code, retain the connection generation, reconcile account requirements, and redirect safely to the app.
Refresh Stripe Connect Status POST
Retrieve the active account from Stripe and reconcile its capabilities, onboarding state, and requirements snapshot.