Cancel Cashout
DELETE/cashouts/:id
Cancels a PaysafeCash POS cashout transaction with status INITIATED.
Upon successfully executing this request, the status of the transaction
is CANCELED_MERCHANT.
A successful response to this request has an empty body.
If the optional Correlation-ID header was used during the initiate
cashout request, the same value can be used to cancel the transaction
instead of the transaction id.
Request
Responses
- 200
- 400
- 401
- 404
Cashout transaction cancelled successfully.
Invalid request.
Authentication failed.
Transaction not found or POS cashout feature disabled.