#morey-3ds
1 messages · Page 1 of 1 (latest)
So you're saying you get two different statuses when you retrieve the same Payment Intent from the front and and back end?
It seems like it
Do you have the Payment Intent ID I can take a look at?
backend uses: await stripe.paymentIntents.retrieve. I pass the ID of the intent here
frontend uses: stripe.retrievePaymentIntent
I pass client_secret here
Give me a moment
Actually it seems to work now. Both are giving me the same intents.
I just tested here:
req_qCbBcDdS3OyyZ5
req_4tPo0DdNX6qG5j
req_Er7rFZ0glNSzPh
I wonder if you're backend is retrieving the Payment Intent before the confirm has gone through and it's marked as successful?