Skip to main content

GenerateCheckoutLinkDto

returnUrlstring

Optional return URL Stripe redirects to after checkout completes / is canceled. Defaults to the agent detail page.

tierIdstringrequired

Pricing tier id the user should be moved to. Must belong to the agent that owns the source subscription and must be a paid tier.

GenerateCheckoutLinkDto
{
"returnUrl": "string",
"tierId": "string"
}