| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionID |
Transaction Identificator |
string |
Required |
| merchantID |
Merchant Identificator |
string |
Required |
| storeName |
Store Name |
string |
Required |
| transactionDateTime |
Date Time of the transaction |
date |
Required |
| amount |
Transaction amount |
decimal number |
Required |
| cardToken |
|
string |
Required |
| cardPANPrint |
Printable card Information, with masked characters for privacy. |
string |
Required |
| cardDisplayName |
|
string |
Required |
| cardIconURL |
Icon of the card used in this payment |
string |
None. |
| productName |
Name of the product |
string |
None. |
| productUnitPrice |
Unit price of the product |
decimal number |
None. |
| productQty |
Quantity of the product |
decimal number |
None. |
| store |
Store Data |
Store |
None. |
| currencyISOCode |
Currency ISOCode |
string |
Required |
| currencySymbol |
Currency Symbol |
string |
Required |
| receiptLine |
Array of Line Data containing the receipt as generated at the POS |
Collection of ReceiptLine |
None. |
| receiptPDF |
PDF Receipts in Array of Bytes |
Collection of byte |
None. |