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
When trying to cancel an order with an already captured payment made using the Payment Intents API, the application raises an error with the following message from Stripe:
A PaymentIntent object can be canceled when it is in one of these statuses:
requires_payment_method, requires_capture, requires_confirmation, requires_action
This error can be avoided by refunding the payment (instead of canceling it) during the order canceling process.
The text was updated successfully, but these errors were encountered:
When trying to cancel an order with an already captured payment made using the Payment Intents API, the application raises an error with the following message from Stripe:
This error can be avoided by refunding the payment (instead of canceling it) during the order canceling process.
The text was updated successfully, but these errors were encountered: