#mina_mmp
1 messages · Page 1 of 1 (latest)
When the status is requires_action, it means that the payment requires action from customer to authenticate the 3DS
But when I use the 3DS test card number (4000 0027 6000 3184), status
returns "RequiresPaymentMethod"
Can you share with me the PaymentIntent ID?
pi_3MvXpZFlACm6VYJi1l4K51hh
I don't see this PaymentIntent's status went to requires_payment_method
Did you check its status upon completing the 3DS?
I found out that he does have the state of requires_action in the middle, how can I capture this state?
You can listen to payment_intent.requires_action if you want to get notified when a payment intent is in requires_action status
What method can I call to monitor payment_intent.requires_action?