Viewing and downloading invoices for subscription payments

Stripe automatically generates invoices for all subscription payments. You can let your customers view and download all their invoices using the Stripe Customer Portal.

The Stripe Connect - Marketplace plugin does not currently support automatic sending of the invoices to customers email. However, it is possible to build this functionality using the API Connector. This Stripe doc outlines the parameters you need to include.

To allow your users to access the Stripe Customer Portal, follow these steps:

  1. 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.

  1. 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:

Demo app

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.

https://bubble.io/page?type=page&name=mubstack-homepage&id=stripeconnectmarketplace&tab=Workflow

Last updated