Generate a provider onboarding link
POST/api/onboarding/:provider/link
Creates a Connect account (if needed) and returns a hosted onboarding page URL for the given payment provider (e.g. stripe). The subscription configuration is resolved from the authenticated user's JWT token. If no provider account exists yet, one is created and persisted automatically. The returned URL points to a hosted page where the user can start the onboarding process.
Request
Responses
- 201
- 400
- 422
OnboardingLink resource created
Invalid input
An error occurred