For the complete documentation index, see llms.txt. This page is also available as Markdown.

Void a Transaction

Void a Transaction

post: https://easypay5.com/APIcardProcNumber/v1.0.0/CardSale/CardPresent

{
  "TxID": 53
}
{
  "Transaction_VoidResult": {
    "ErrCode": 0,
    "ErrMsg": "",
    "FunctionOk": true,
    "RespMsg": "Successful Transaction Void TxID : 53 [097706]",
    "TxApproved": true,
    "TxID": 53
  }
}

SessKey string required

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138


Content-Type string required

Example: application/json


Accept string required

Example: application/json

Last updated

Was this helpful?