Hi everyone.
I’m working on my app and I have almost finished it without even posting something here. Currently I’m working on the upgrading/downgrading into subscriptions and I’m using Stripe as payment service.
I’ve added the standard (native) Stripe plugin from bubble. I’ve looked into using stripe.js but it seemed like my use case is so simple, it should be doable in the native plugin.
My use case is as follows: a user picks a payment plan (yearly or monthly) and they pay every set time interval. I’ve added the collect users credit card information and then I’ve added a subscribe user to plan action. Yet when I test this I always get a error from Stripes API, it says: “Stripe error: You cannot use a Stripe token more than once”. When I look in Stripe it does manage to create the customer and add the credit card information to that customer. It is not able to properly add the customer to the subscription.
Can you guys help me out? I’m not sure what I’m doing wrong here…
Thanks in advance!
Niels