Void
The void API allows the POS to cancel an already authorized transaction.
1. Ensure the `transaction_id` and `payment_code` pair match a previously authorized transaction.
2. Only transactions that are in the authorized state may be voided.
3. Transactions that are already captured may not be voided.
4. The `transaction_time_ms` should be the epoch time in millis of when the customer cancelled the transaction.
5. Voided transactions may be safely voided again without side-effects.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
merchant_id
transaction_id
transaction_time_ms
payment_code
Response
OK
merchant_id
transaction_id
Errors
400
Bad Request Error

