#snavebelac_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1343905029324673035
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
sure - one moment please...
pi_3QvlFBCA2LVq1pky1oIOeDzu and pi_3Qv3ByCA2LVq1pky0uuZRQWN
your server created these two PaymentIntents, and the customer did submit the payment form for each PaymentIntent. so as expected two payments were made.
I'm not sure what's the issue.
Thanks for looking at this with me. One PaymentIntent (pi_3Qv3ByCA2LVq1pky0uuZRQWN) was created on 21/2 and not completed until 23/2 - this was at roughly the same time as the other one (pi_3QvlFBCA2LVq1pky1oIOeDzu). I was trying to figure out how this could happen. The two PaymentIntens were charged about 2 minutes apart. I wondered if this happened because they attached a payment method the second time and it also charged the first. Are you saying they would have to actually make two separate payments? Sorry for the questions.
Second PaymentIntent was also created and completed on 23/2
PaymentIntents don't expire. So the customer may have kept their tab open for a few days, before finishing the payment
- for pi_3QvlFBCA2LVq1pky1oIOeDzu, your server created the PaymentIntent (req_GBUkNjvU6Kt4BH), then later the customer submited the payment (req_yEeeNIQINsOtMg)
- for pi_3Qv3ByCA2LVq1pky0uuZRQWN, your server created the PaymentIntent (req_DDfwdMiIDF8b85), then later the customer submited the payment (req_0RgTuMkfXAy1q2)
these are two completely separate payments
So just to clarify (becasue my client will ask). If an incomplete PaymentIntent is around for a while and a customer submits a payment for a new, separate PaymentIntent, that payment nethod won't also complete the previous one? the customer woudl have to complete both?
correct.