#don-payments
1 messages · Page 1 of 1 (latest)
hi! that seems mostly ok. Would be hard to say without deeply looking at the code.
Is there any possibility that this situation may happen: I get paymentintent status other than success and later it change to succeeded after some time?
that might happen depending on what payment methods you use. For example, with bank debits like SEPA or ACH transfers, the initial state of the PaymentIntent isprocessingafter the checkout, and it moves tosucceededa few days later.
so basically question is if payment intent status update is synchronous or asynchronous
we use cards only visa, mastercard, amex etc
the general answer is it's synchronous if you're using cards, but other payment methods are very much asynchronous
project is food delivery system so we need immediate knowledge of payment status