Hi Bubble Community,
I’m working on integrating Stripe payments in my Bubble.io app using the Stripe.js plugin. My goal is to allow users to make deposits by entering their card details directly on my app.
Here’s what I have done so far:
- Created a Stripe Customer and saved the Customer ID in the current user’s data.
- Used Stripe.js to generate a Card Token from user inputs (card number, expiry, CVC).
- Attempting to charge the current user using the saved Customer ID and the generated token.
However, I’m not sure if I’m correctly linking the Customer ID and Token during the charge step, and want to confirm the best practice for this flow. Also, how can I best verify successful payments within Bubble and on the Stripe Dashboard?
Any detailed guidance or example workflows would be greatly appreciated!