Field | Type | Description |
---|---|---|
tender_reference | char | The tender_reference of the transaction. |
amount_currency | char | The currency of the balance. |
amount_value | long | The value of the balance. |
timestamp | char | Timestamp of the transaction |
state | ADYTenderState | Current state of the transaction |
capture_pending | int | Is set to true if a pending transaction exists on the PED, to be sent to the Adyen payments platform and captured |
merchant_reference | char | The transaction reference provided by the Merchant (reported in the Adyen payments platform). |
psp_reference | char | Adyen's unique 16-character string associated with the transaction/the request.
A pspReference and authCode will not be visible if the transaction was performed offline.
|
masked_pan | char | The PAN, masked so that sensitive information is not visible. The first six and last four digits are the maximum number of digits to be displayed. |
pos_entry_mode | char | POS entry mode (ICC/MSR/MKE/CLESS_CHIP/CLESS_SWIPE/BAR). |
receipts | receipt_set | Set used to hold a list of receipt information. |
struct _tx_store_report * next | struct | Struct that points to the next transaction in the set. |
tx_store_report