#m2.0
1 messages · Page 1 of 1 (latest)
hello! taking a look 👀
Hello Alex, thanks
i'll pass on the feedback about the stripe sample. We have a separate guide for it using the Payment Element (although not a full downloadable sample) : https://stripe.com/docs/payments/save-and-reuse?platform=web
Can you share your account id so that I can take a closer look at how your integration works? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
can you share how you're saving the card right now? i.e.
Are you using the Card Element or Payment Element?
Are you creating a PaymentIntent and then saving the card during payment?
Currently I use the card element.
The errors you see are only the attempts to integrate the payment element...which I finally abandoned ^^
but do you intend to use the Payment Element?
Yes that's why I asked for an update
if you want to, there are guides for those e.g.
https://stripe.com/docs/payments/save-and-reuse?platform=web
https://stripe.com/docs/payments/save-during-payment
it's unlikely that we're going to update the sample immediately
those guides above provide step by step guides which you can look at ^
if you have specific questions while referring to those i'll be happy to help
Thanks for those links,
I'll look into that soon.
Regarding my 2nd question, do you have any information?
Have you tried tracing through your code to see why the code to save the information to your database is not being carried out / executed?