I’ve implemented a payment system on my Bubble using Stripe.js which works well for normal charge. (Great plugin btw)
I decided to go back and add subscription option as well, but this is where I get stuck.
When doing a Retrieve customer I have no idea what to put in there to extract the valid ‘cus_’ number. I have tried using the same Customer ID from the Charge which is just the name on the Credit card, but that doesn’t work either.
From the Stripe API docs it says I need the ‘id’ object. I just need the magic incantation
Can someone help me out?
Thanks!