Payment attempts on orders with stock restrictions appear as authorized and "uncaptured" on Stripe #7922
Labels
bug-s2
The bug is affecting any of the non-critical features described in S1 and there is no workaround.
Description
Related to #7692.
Follow-up issue from #7779 - This PR introduces a warning to the user about an unsuccessful payment when stock is reduced, when the payment awaits for SCA authentication; it also removes doubling of transaction fees, on every payment attempt.
However, for that scenario, he payment still goes through as authorized and authenticated, appearing as "uncaptured" on Stripe.
Both payments appear on Stripe, (1) and (2):
Uncaptured
payment;Succeeded
payment;Expected Behavior
Payment attempts on orders with stock restrictions should be voided, when stock restrictions occur.
Actual Behaviour
Payment attempts on orders with stock restrictions appear as authorized and "uncaptured" on Stripe
Steps to Reproduce
As a customer:
As admin:
4. Set available stock to zero, for that item
As a customer
5. Click
Complete Authentication
(customer)6. Check the Stripe Dashboard for that account - see the payment is appearing as uncaptured
Animated Gif/Screenshot
Steps to reproduce:
Payment, on Stripe Dashboard:
Workaround
Cancelling the payment on Stripe:
Severity
bug-s3: a feature is broken but there is a workaround
Your Environment
Possible Fix
The text was updated successfully, but these errors were encountered: