Void / reverse a transaction
Last updated: June 24, 2026
Quick answer
Use reverse() with the transaction ID.
- Omitting the amount reverses the full transaction
- A 404 means wrong endpoint or ID
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.