#chibidragoon
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't really grasp your question.
Is there a doc you're following for this?
Hi, i am looking at the Stripe Payment Element
https://stripe.com/docs/payments/payment-element
My issue is that in my current context, all I want to do is to create a payment method to attach to my user in my backend. Before, i could create a payment intent using the /v1/payment_methods directly but now i get this error req_HxZbJsxKpa6ofo.
My issue with the payment element is that it keeps saying that i need a payment intent.
For saving a payment method without charging the customer, you'd need to use SetupIntents API
https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements
The link above has a step by step guide
We don't allow sending raw card details to our APIs anymore.
If you have a valid usecase, you can talk to our support team for an exemption
https://support.stripe.com/?contact=true
the issue is that it was still working on my old stripe account so it was a shock that it wasnt working on my new one haha
yeah it's due to security changes
ok so i have to change the way i do things then
I see there's also a video, I'll check it out. Thank you.
๐