API ReferenceStripe Connect
Refresh Onboarding Link
Generate a fresh Stripe onboarding link for an organization.
GET /api/stripe/connect/refresh/{orgId}
Stripe onboarding links expire after a short period. Use this endpoint to generate a fresh link.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | string | Yes | Organization ID |
Response
{
"onboardingUrl": "https://connect.stripe.com/setup/e/..."
}Last updated on 4/5/2026