This operation is used to verify the validity of a voucher and possibly establish the value of a previously issued voucher (if supported by the server). This operation has no financial impact and is informative only.
successful operation
Accepted
Bad request
Not found
Internal server error
Service unavailable
Gateway timeout
{- "posInfo": {
- "entryMode": {
- "panEntryMode": "UNKNOWN",
- "pinEntryCapability": "UNKNOWN"
}, - "posConditionCode": "NORMAL_PRESENTMENT"
}, - "settlementEntity": {
- "id": "string",
- "name": "string"
}, - "receiver": {
- "id": "string",
- "name": "string"
}, - "amounts": {
- "requestAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "approvedAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "feeAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "balanceAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "additionalAmounts": {
- "property1": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "property2": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
}
}, - "voucher": {
- "code": "string",
- "expiryDate": "2019-08-24T14:15:22Z",
- "redeemInstructions": [
- "string"
], - "serialNumber": "string",
- "pin": {
- "type": "CLEAR_PIN"
}
}, - "product": {
- "productId": "string",
- "barcode": "string",
- "name": "string",
- "amount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "minAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "maxAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "description": "string",
- "isFixedValue": false,
- "receiver": {
- "id": "string",
- "name": "string"
}, - "channelProductListings": [
- {
- "channelName": "string",
- "productDisplayName": "string",
- "productDisplayCategory": "string",
- "productDisplaySortOrder": 0,
- "channelProductIdentifier": "string"
}
]
}, - "thirdPartyIdentifiers": [
- {
- "institutionId": "string",
- "transactionIdentifier": "string"
}
], - "rrn": "string"
}