Stripe.js Token is not being created

I’m setting up a payment through Stripe.js plug in and I’m having issues with the token. Once the card is converted into stripetoken, the next step of “when stripetoken has been created” does not get triggered.

I’ve created inputs to collect credit card info. I’ve set up a two step workflow. 1) when button pay is pressed → Create a customer → Convert Card into Stripetoken
Screen Shot 2020-03-05 at 9.59.25 AM
Screen Shot 2020-03-05 at 10.00.28 AM

Workflow 2: When Stripetoken has been created → Stripe.js Charge Create
Screen Shot 2020-03-05 at 10.15.05 AM

When I test these actions, nothing happens after the first workflow (Convert card into Striptoken). This is the final step in debugger for workflow 1:

I’ve spent hours trying to figure out what I’m doing wrong. Can someone help me figure this out? Thank you!

1 Like

@copilot Are you able to help with this?

Did you find a solution to this? i am facing a similar problem

Hi @lplantify,

We don’t actively monitor the forums and always direct users to report any possible bugs directly to our Plugins inbox over at plugins@withcopilot.com. :+1:

You can’t put Card Token in Customer ID portion. By the way, if you are doing a simple payment, you should use Bubble’s Stripe Plugin, as the documentation is lacking for Stripe JS plugin

Would bubble’s stripe plugin be enough to run a subscription platform? Which involves just users subscribing to a monthly plan?

Yes, it’s ok if its a standard subscription.

Hey everyone, I know its late but I have also grappled with this issue. Turns out I just needed to verify my phone number with Stripe, then ((((BOOM))))) cards saved to Stripe no problem