#don-payments

1 messages · Page 1 of 1 (latest)

stoic sparrow
#

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 is processing after the checkout, and it moves to succeeded a few days later.

boreal island
#

so basically question is if payment intent status update is synchronous or asynchronous

#

we use cards only visa, mastercard, amex etc

stoic sparrow
#

the general answer is it's synchronous if you're using cards, but other payment methods are very much asynchronous

boreal island
#

project is food delivery system so we need immediate knowledge of payment status