Voids
The void object and the allowed CRUD operations on the related resource endpoint
Before being approved an order can be cancelled. On successful cancellation, the order's payment status becomes
voided
and a new void transaction is created.Check the related ER diagram and explore the flowchart that illustrates how the void resource relates to the order and the transaction APIs.
This is an immutable API, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of voids or a specific single one.
Last modified 1yr ago