Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/user/stripe/customer-portal \ --header 'x-access-token: <api-key>'
{ "success": true, "url": "<string>" }
Creates a Stripe customer portal session for managing subscriptions
JWT token passed in x-access-token header
Customer portal URL retrieved successfully
true
Stripe customer portal URL
Was this page helpful?