Fixed

Stripe transaction reversals for authorize-only payments

When you authorize a Stripe charge without capturing it, reversing that payment should release the hold cleanly. Reversals could fail when the authorization reference needed for the void was missing; void handling now falls back to the parent authorization, so authorize-only reversals complete.

  • Authorize-only Stripe payments you reverse finish instead of failing on a missing authorization reference.