curl --request POST \
--url https://{domain}:{port}/api/Cortina/DynamicQR/Void \
--header 'Content-Type: application/*+json' \
--data '
{
"ActorInfo": {
"Id": 2001187922,
"MerchantId": "123456789",
"Name": "TanyaT_OP"
},
"BasicInfo": {
"Amount": 0.1,
"Currency": "ILS",
"MachineAuTime": "230221121009",
"SiteId": 1,
"TransactionId": "236584335969834429321847829253667359"
},
"CustomData": {
"Actor": "",
"Machine": {
"dynamic_qr_channels_rec_ids": "18,19"
}
},
"DeviceInfo": {
"FWVersion": "",
"HwSerial": 434324119376524,
"Id": 0,
"Type": "ONYX"
},
"MachineInfo": {
"Address": "TestPayDynamicQR V2",
"City": "Abbeville",
"Country": "UNITED STATES",
"CountryCode": "US",
"CountryISOCode": "USA",
"DecimalPlace": 2,
"Id": 869761713,
"Name": "TestPayDynamicQR V2",
"Offset": "2.00",
"TerminalId": "987654321",
"ZipCode": "1223311"
},
"PaymentInfo": {
"AuthAmount": 0.1,
"AuthCode": "333333",
"AuthDateTime": "230221101008",
"AuthSource": "55555",
"IsGatewayTimeout": false,
"RRN": "111111",
"SettAmount": 0.1,
"SettDateTime": "230221101009",
"SrvTranId": "236584335969834429321847829253667359",
"Token": "",
"TraceNumber": "4444"
},
"ReasonCode": 3,
"ReasonText": "Cashless Cancelled by machine"
}
'