#asdfgh - Payment Intent Status
1 messages · Page 1 of 1 (latest)
Hi there! You shouldn't see a requires_action status on GPay/APay since 3DS won't be required for wallet methods (the wallet basically takes care of 3DS itself).
Yes cards that require 3DS will move to requires_action.
Thank you
One last question
Do you know if this 3d secure session has some expiration time?
so theoretically it happens that the user will return to 3d secure after a few hours and complete the payment, right?
And if he is already in the 3d secure stage, I cannot interrupt his payment with cancel payment intent or something
I believe that is correct, let me double check.
Never mind! I'm wrong. Just tested and you can confirm that you can cancel a PaymentIntent when it is still in a requires_action state even if the redirect has been initiated.
In this case, we cancel the 3DS auth so it can't be completed.
I'm not positive how the issuer handles this... I assume they just redirect the customer back to the return_url.
Okay, thank you!