Stripe Elements integration: how to save payment token?

Stripe recently replaced their stripe.js product with something called Stripe Elements which generates a unique token from a user’s credit card all in the browser, without sending data to your server. I’ve gotten the credit card input form to work using the example the html, css, and javascript that Stripe provides on their Elements quickstart page using bubble’s html element, but I’m stuck when it comes to extracting the token that the form generates. Does anybody have any ideas or suggestions? Thanks!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.