Transaction Administration - Void
Cancels the most recent transaction operation (auth, postauth, or return) of the given orderID.
| Variable | Required | Max Size | Notes |
|---|---|---|---|
| publisher-name | Mandatory | NA | Gateway account username issued to you. |
| publisher-password | Mandatory | NA | Remote Client Password - This is different then the password used to login. |
| mode | Mandatory | NA | Value needs to be set to ‘void’ |
| orderID | Mandatory | 20 | Original transaction’s orderID number |
| card-amount | Mandatory | 10 | Amount of the transaction. |
| txn-type | Mandatory | 4 | Needs to be set to ‘auth’ |
| notify-email | Optional | NA | Email Address to send alert notice for transaction problems. |
Response Values - Void
| Variable | Value | Notes |
|---|---|---|
| FinalStatus | success/problem | Will return ‘success’ upon success. Will return ‘problem’ on failure. |
| success | yes/no | Will return ‘yes’ upon success or ’no’ on failure. |
| Mstatus | success/problem/pending | Deprecated in favor of FinalStatus |
| aux-msg | Aux message if applicable on success. | orderID has been successfully voided. |
| MErrMsg | Error Message if applicable on failure. | orderID was not voided successfully. Transaction may not be voided. |
| Duplicate | yes/blank | yes - If the orderID of the transaction has previously been submitted the value will be ‘yes’ and the values of the other fields will echo the values of the original transaction. |