Edit

Void transaction

Cancel an authorization so that the funds are released on the payer's account and cannot be captured. Voids can only be performed on transactions that have not yet been captured.

Request

POST
https://api.scanpay.dk/v2/{shopid}:trn:{trnid}/void
  • trnid is the transaction ID you received when synchronizing.

The request has no body. The response has no defined fields and as such is an empty JSON object.