#heymato
1 messages ยท Page 1 of 1 (latest)
Hi ๐ are you seeing behavior that you're not expecting, and if so can you help me understand what that is?
Well, there were paymentintent updated running on my backend and I did not really know where they came from. Karlleko told meI had to check paymentIntent.update to check this. I saw there was a problem in my frontend code running this sometimes two times which kinda broke the stripe flow.
this is an example of a intent that got messed up. Client did not get through payment but the money was transfered
This is one of my examples from today, in which that problem should be solved:
https://dashboard.stripe.com/test/payments/pi_3MMBo1EzohgVwKXw1bXpHWQz
The Payment Intent associated with this request is still not in a succeeded state, so it would not have moved any funds.
I don't know if you can read this but this is a conversation from a few days ago:
https://discord.com/channels/841573134531821608/1058308284303544351
OK, I'm grabbing a tea fast
Looks like the new PaymentIntent ID you shared didn't get updated later on and seems to have succeeded.
So yeah the flow looks fine
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is another one
I just want to make sure a tackled the problem
Yup I don't see an update request messing up the flow anywhere
so looks like your changes worked ๐
NP! ๐ Glad I could help
thanks!