#ryuuuu

1 messages · Page 1 of 1 (latest)

stoic sealBOT
outer sleet
#

👋 happy to help

quasi tartan
#

hmm this one doesnt seem to use stripe.js

#

i think Checkout is the one for all of the other platforms?

outer sleet
#

you need to create a SetupIntent on the backend

#

and then use Stripe.js on the frontend

quasi tartan
#

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

outer sleet
quasi tartan
#

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

outer sleet
#

yes