You could be rolling the order back to a pre-payme...
# support
s
You could be rolling the order back to a pre-payment state after capturing payment, due to some error in an after complete hook. That would capture the payment in Stripe but not be reflected by a matching payment in Solidus. Check what logic you have running in the after complete hook.
👍 1