Are you looking for test card numbers?

Would you like to contact support?

Point-of-sale icon

TxStoreReport

Contains results and data from past transactions.

Parameters

Name

Type

Description

tenderReference

String

Reference for the tender. Specify a tenderReference to return a report for that tender.
currencystring

The transaction currency

amountlong

The transaction amount in minor units (100 is 1.00 with EUR).

  • For a normal authorization, this contains the authorized amount.
  • For a partial authorization, this contains the authorized amount.
  • For a DCC transaction, this contains the pre-DCC total.
referenceAmount 

The transaction amount in minor units (100 is 1.00 with EUR).

 

  • For a normal authorization, this field is empty.
  • For a partial authorization, this contains the initial amount.
  • For a DCC transaction, this contains the final, post-conversion, total.


timestampStringThe date and time at which the tender was created.
stateTransaction.TenderStateThe state of the transaction.
capturePendingboolean

Is set to true if a pending transaction exists on the PED, to be sent to the Adyen payments platform and captured.

An extended report also contains:

Name

Type

Description

merchantReference

String

The transaction reference provided by the Merchant (reported in the Adyen payments platform).

pspReference

String

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.

maskedPan

String

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.

posEntryMode

StringPOS entry mode (ICC/MSR/MKE/CLESS_CHIP/CLESS_SWIPE).

receiptSets

List

Set used to hold a list of receipt information.

Some helper methods are provided in the object:

Helper methods and parameters

Name

Input Parameters

Type

Description

Returned ParametersType

GetRequestedTenderReference

  

Returns the specified tender reference.

tenderReference

String

GetRequestedMaxTransaction

 

 Number of transaction reports to return.maxTransactionlong

GetReportCount

 

 Returns the number of reports in the TXStoreReport object.reportCount

long

GetReport

reportIdlongReturns an report object which contains the specified report.reportObj

IDispatch

GetTenderReference

  Returns tender reference for the transaction.tenderReference

String

GetState

  Returns the state of the transaction.stateString
GetTimestamp  Returns the time the transaction was processed.timestampString

GetCapturePending

  Returns transaction where the capture is still pending.pendinglong
GetAmountcurrencyVariantReturns the transaction amount in the specified currency.value

long

GetMerchantReference  Returns the merchant reference for the transactionsreference

String

GetPSPReference  Returns the PSP reference for the transactions

reference

String
GetMaskedPan  The PAN associated with the transaction, masked such that only personnel with a legitimate business need can see the full PAN. maskPan

String

GetPosEntryMode  Returns the entry mode used, ICC, magstripe, NFC, or MKE.mode

String

GetReceiptCount  Returns the number of receipts stored in the TxStoreReportreceiptTotallong
GetReceiptreceiptIdlongReturns the receipt at the index provided (receiptId)receiptsObj

Receipts Object

Use this object in the following calls and callbacks to represent the Transaction Report: