v1

latestOpenAPI 3.1.02026-07-265817860.8 KB

Generate Stripe OAuth URL

Generates a Stripe Connect OAuth URL for a platform organization. Use this to allow your tenants to connect their Stripe accounts.

post/platform/oauth_url

Request body

organization_slugstring required

The slug of the organization.

env'test' | 'live' required

Environment: 'test' or 'live'.

redirect_urlstring uri required

URL to redirect to after OAuth completion.

Response

OAuth URL generated successfully

oauth_urlstring uri

Stripe Connect OAuth URL to redirect the user to.