Customer portal links can now be returned in API
Last month we've released Customer portal – which is basically a Quiz with new blocks "Subscriptions list" and "Cancel subscription button"
Now, you can get the link to this portal from API /subscriptions and in webhook
To create customer portal
- Copy "Manage subscriptions" Quiz from "Quizzes & Pages => New quiz from template" section
- Edit it as you wish
- In project settings, in Stripe/Paddle/PayPal tabs, add a link for Customer Portal in a format
https://quiz.YOURDOMAIN.com/manage-link?user_id=\{user_id}
You need to pass user_id to the link, so the user will be authorized in their customer portal.
Next, you will receive indiviudal link in API and webhooks and you can present this lin to a user in your mobile app, in emails, or in your customer support, when a user wants to cancel their subscriptions


Refunds and subscription cancellations right on the platform
Now you can refund users their payments and cancel their subscriptions right on the platform – no need to go to payment system and look for payment, everything from web2wave interface
It works for Stripe, Paddle, PayPal and Primer

