Stripe Payments
Generate subscription management link
Generates a URL for the subscription management webview. Requires authentication. The URL includes a token that can be used to authenticate in the webview.
get/v1/payments/subscription-management-link
Response
Subscription management link generated successfully
Example response
{
"url": "https://api.example.com/v1/payments/subscription-portal?token=abc123",
"expiresIn": 3600,
"provider": "stripe",
"canManageOnline": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.