Any easy way to display past transactions? Answered
We're building out a dashboard for our clients and on their home page would like to display the last 5 transactions (monthly subscription). Is there an easy way to do this?
Im assuming the easiest way is to somehow incorporate an API call for the transactions and pull them into Webflow's CMS.
Word of caution: i have no idea what i'm talking about.
Thank you!
Comments
1 comment
Hi Ollie,
Great question! There are two main ways you could achieve this:
Option 1: Memberstack + Custom Code
Use Memberstack API to get the logged-in user's email.
Send that email to a custom API (e.g. Netlify Function) that talks to Stripe.
Fetch the user's last 5 transactions and inject them into the Webflow dashboard with JavaScript.
Option 2: No-Code (Make/Zapier + Airtable/Webflow CMS)
Use Make.com or Zapier to track new Stripe transactions.
Save them to Airtable or Webflow CMS linked by email.
Display them on the dashboard via Webflow CMS.
I hope this helps.
Please sign in to leave a comment.