#Jerry Jose
1 messages · Page 1 of 1 (latest)
hi! it happens for certain types of payment methods that have async processing, like ACH bank payments
can we test with card payment?
well cards never generate that event so there would be nothing to test
so card payment is sync process ? in live also?
what about the card payment with 3D secure
yes it's sync
and for 3DS that's not involved at this part really. The PaymentIntent is in the requires_action status while 3DS is required/being performed, and then moves immediately to a state like succeeded when it completes
thanks