#morey-3ds

1 messages · Page 1 of 1 (latest)

daring fractal
#

So you're saying you get two different statuses when you retrieve the same Payment Intent from the front and and back end?

chilly ore
#

It seems like it

daring fractal
#

Do you have the Payment Intent ID I can take a look at?

chilly ore
#

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

daring fractal
#

I wonder if you're backend is retrieving the Payment Intent before the confirm has gone through and it's marked as successful?

chilly ore
#

Ya found the problem, all good now 😄

#

Thanks

#

Async order