Void Transaction Request
GET
/cgi.html-voidA Void Transaction request is used to cancel a previously authorized transaction before the batch is closed and sent to the processor. The host system must use data from the original transaction to allow the terminal to locate and process the Void request.
Query Parameters
RegisterId*
stringTPN
stringPaymentType*
enumAuthKey
stringTransType*
enumAmount*
stringRefId*
stringMerchantId
stringCustomerEmail
stringCustomerMobile
stringGET/cgi.html-void
1curl --location 'https://test.spinpos.net:443/SPIn/cgi.html?TerminalTransaction=%3Crequest%3E%3CRegisterId%3E1%3C%2FRegisterId%3E%3CPaymentType%3ECredit%3C%2FPaymentType%3E%3CTransType%3EVoid%3C%2FTransType%3E%3CAmount%3E11.00%3C%2FAmount%3E%3CRefId%3E3%3C%2FRefId%3E%3C%2Frequest%3E'
Response
// Awaiting response…