GiveLinkDocs
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

FieldTypeRequiredDescription
orgIdstringYesOrganization 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.

How is this guide?

On this page