--- title: "tx_store_report" url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/tx_store_report" source_url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/tx_store_report.md" canonical: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/tx_store_report" last_modified: "2026-05-23T12:56:20+02:00" language: "en" --- # tx\_store\_report [View source](/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/tx_store_report.md) | 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](/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/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. |