API ReferenceStripe Connect
Create Stripe Connect Account
Set up Stripe Connect for an organization.
POST /api/stripe/connect
Creates a Stripe Connect Express account for an organization and returns the onboarding URL.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
orgId | string | Yes | Organization ID |
Response
{
"accountId": "acct_1234567890",
"onboardingUrl": "https://connect.stripe.com/setup/e/..."
}Redirect the organization admin to the onboardingUrl to complete Stripe's identity verification and bank account setup. This typically takes 2-5 minutes.
Last updated on 4/5/2026