-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[12.x] requiresConfirmation status helper method #1068
[12.x] requiresConfirmation status helper method #1068
Conversation
Can you add a method for |
Would you say we need to update the |
it depends, you could argue it's a bug fix as it was missing before and it's a state that the payment intent could potentially find itself in |
On a side note, it's very very similar to "Requires action" and I'm actually using the same Stripe code to confirm |
Right. We'll also need to update the payments view then if we're going to add these to the validate method. I'm going to leave this in draft for now so I can take a thorough look at all the implications soon. Sorry if this is gonna take a bit longer. |
Sure no problem. I figured it might be quick as it's marked as "Optional" in the documentation |
Hey @benjamindoe. Sorry this took longer. I'm already going to approve this PR for 12.x. I've been working on integrating the status checks for the |
@benjamindoe Here's a PR that'll also implement this check on the payment page: #1094 |
In some cases, users needs to confirm a payment or setup intent. This is probably due to the Stripe customer account having a card added through the Stripe dashboard (Unconfirmed, only speculating).
You can currently just do
However, this
requiresConfirmation
method would bring this status inline with the other statuses