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
I have been trying to implement a solution where I need to use a manual capture from stripe. I am currently generating a client secret where capture_method is set to manual.
When I run stripe.confirmPayment(clientSecret, card), I am getting the following error [Error: requires_capture]. Is there way to manually capture payments using this package?
The text was updated successfully, but these errors were encountered:
I have been trying to implement a solution where I need to use a manual capture from stripe. I am currently generating a client secret where
capture_method
is set to manual.When I run
stripe.confirmPayment(clientSecret, card)
, I am getting the following error[Error: requires_capture]
. Is there way to manually capture payments using this package?The text was updated successfully, but these errors were encountered: