Skip to main content
POST
Initiate Stripe Connect
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Start the Stripe Connect onboarding process. Returns an onboarding URL the vendor should be redirected to.
  • Express account — Creates a new Stripe Express account and returns the onboarding link.
  • Standard account — Returns the Stripe OAuth authorization URL.
Vendor scope required.

Request Body

string
required
express or standard.
string
required
URL to redirect to after onboarding completes.

Response

200

Example