A request to reverse discounts and/or payments made as part of a previous transaction.
object (AccountInfo) Information related to a given tender user. | |
object (CheckInfo) Information about a check associated with a transaction | |
Array of objects (KeyValue) A list of reference IDs for discounts that are to be reversed. These discounts have been removed from the check and must be added back to the users account, if applicable. | |
Array of objects (KeyValue) A list of reference IDs for payments that are to be reversed. These payments have been removed from the check and the funds used must be added back to the users account, if applicable. | |
transactionToUpdate | string <guid> The identifier of an earlier tender transaction. This
identifier is provided in the |
{- "accountInfo": {
- "tenderIdentifier": "string",
- "properties": {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": "string"
}
}, - "transactionToUpdate": "string",
- "discountsToReverse": [
- {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": "string"
}
], - "paymentsToReverse": [
- {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": "string"
}
], - "checkInfo": {
- "guid": "string",
- "displayNumber": "string"
}
}