Skip to main content
GET
/
api
/
stripe
/
connect
/
refresh
/
{orgId}
Refresh Onboarding Link
curl --request GET \
  --url https://api.example.com/api/stripe/connect/refresh/{orgId}

Refresh Onboarding Link

Stripe onboarding links expire after a short period. Use this endpoint to generate a fresh link.

Path Parameters

orgId
string
required
Organization ID

Response

{
  "onboardingUrl": "https://connect.stripe.com/setup/e/..."
}