#ryuuuu
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can take a look at this guide https://stripe.com/docs/payments/save-and-reuse?platform=web
hmm this one doesnt seem to use stripe.js
i think Checkout is the one for all of the other platforms?
you need to create a SetupIntent on the backend
and then use Stripe.js on the frontend
oh i already have a setupIntent from my backend, what im not sure about yet is how to use stripe.js to get the payment method id from the card details filled out by the user
oo the way i had my flow setup, i needed the payment details first and then the setupintent, thankfully i just found this little note hidden here in that guide
that link there is what i needed, and it turns out it is using mode:setup, kinda weird tho that the currency is required
yes