Stripe Customer Portal

The stripe customer portal is a page hosted by stripe that lets your users manage their subscriptions, or view payment history.

Note that for this API call to work, you will need to 'activate' the customer portal in Stripe. To do this you can follow the link below and click the save changes button as seen in the image below.

https://dashboard.stripe.com/test/settings/billing/portal

Parameters required for this API call are as follows:

customer

In this field you should enter the Stripe customer id of the users portal that you would like to open.

return_url

In this field you should enter the URL that you would like the user to be sent to when they click back in the customer portal.

Last updated