#floppyrod-3DS
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
could you please provide a request id? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I think this is it "req_DD0KA0cFYJ1Zo7"
There are a few relating to this payment actually
I'll include the others too
req_fsuVYgFAYR3yun
req_T8FiPFFBphpTrk
req_VWqEMwKyz719Ha
I'm taking a look
thank you kind sir/ma'am/other
for the first request req_DD0KA0cFYJ1Zo7 for pi_3L948nGHVipsFZDw0oC2bUg8 there was no next_action so no SCA needed
but the payment method i used was one of the test cards that required SCA
or am I lost
which card?
4000000000003063
yea we are creating the payment intent initially, and then attaching a payment method too it after
how?
we utilise the PI Confirm API, by sending the PM ID in the request (https://stripe.com/docs/api/payment_intents/confirm) this
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so you're not sending the client_secret to the Front-End and using it with Card or Payment Elements
right?
you're generating the PM on the front-end and sending it to your back-end
correct
our front end creates the PM and we send that ID to our backend which fires the Payment Intent Confirmation API and adds the PM ID to the request
when you're creating the Payment Method is that what's causing the issue?