Void / reverse a transaction

Last updated: June 24, 2026

Quick answer

Use reverse() with the transaction ID.

  1. Omitting the amount reverses the full transaction
  2. A 404 means wrong endpoint or ID

See Payment Lifecycle — Reverse.

Solution

Use the reverse() function with the transaction ID. Omitting the amount reverses the full transaction. A 404 indicates the wrong endpoint or transaction ID.


Related articles

See also