You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have capture = false then the Stripe submission errors with "Invalid PaymentIntent status" if you hit 3D secure.
The result back is Requires Confirmation which I'm guessing is not being handled in the code as it was built and tested with capture = true so would have a confirmed status.
I've created this issue more to show the fix (which is to set your capture = true) - client is happy enough with this so hopefully this note helps someone else.
The text was updated successfully, but these errors were encountered:
If you have capture = false then the Stripe submission errors with "Invalid PaymentIntent status" if you hit 3D secure.
The result back is Requires Confirmation which I'm guessing is not being handled in the code as it was built and tested with capture = true so would have a confirmed status.
I've created this issue more to show the fix (which is to set your capture = true) - client is happy enough with this so hopefully this note helps someone else.
The text was updated successfully, but these errors were encountered: