Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/user/stripe/activate \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "<string>" }
Activates a subscription after successful payment
JWT token passed in x-access-token header
Subscription activated successfully
true
Success message
Was this page helpful?