Skip to main content

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

Cashout transaction cancelled successfully.