Viewing and downloading invoices for subscription payments
Last updated
Last updated
Stripe automatically generates invoices for all subscription payments. You can let your customers view and download all their invoices using the Stripe Customer Portal.
To allow your users to access the Stripe Customer Portal, follow these steps:
Create a workflow and add the 'Stripe Connect - Self-Service Portal' action. The Customer ID should be the Current Users's Stripe Customer ID (you will need to save this down after their first payment) and the Return URL is the URL they return to after exiting the portal.
Navigate to an external website and use the URL that is the result of Step 1:
Your user will then be brought to a Stripe-hosted portal where they can view all their invoices and download them:
See the workflow action associated with the 'Subscribe' button in the below demo app for an example of how to implement access to the dashboard.