PedDevice Object
Name | Description |
---|---|
PedDevice | PED object representing the terminal. |
Method
Name | Description |
---|---|
|
Used to retrieve the TxStoreReport object, which contains results from past transactions. |
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
|
String |
Reference for the tender. Specify a |
|
|
Long | ![]() |
Number of transaction reports to return. |
Callback
Name | Description |
---|---|
|
Callback to GetTxStoreReport that provides the reports. |
Parameters
Name |
Type |
Description |
---|---|---|
|
The |
|
|
int |
Result denoting whether an error occurred on the PED. A value of 0 means no error occurred. |
|
int |
Result denoting whether an error occurred on the PSP. A value of 0 means no error occurred. |
libResult |
int | Result denoting whether an error occurred in the Library. A value of 0 means no error occurred. |
errorMessage |
String | Error message describing what went wrong. |
TxStoreReport Parameters
Name |
Type |
Description |
---|---|---|
|
String |
Reference for the tender. Specify a tenderReference to return a report for that tender. |
currency |
string | The transaction currency |
amount |
long |
The transaction amount in minor units (100 is 1.00 with EUR).
|
referenceAmount |
The transaction amount in minor units (100 is 1.00 with EUR).
|
|
timestamp |
String | The date and time at which the tender was created. |
state |
Transaction.TenderState | The state of the transaction. |
capturePending |
boolean | 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 |
---|---|---|
|
String |
The transaction reference provided by the Merchant (reported in the Adyen payments platform). |
|
String |
Adyen's 16-digit unique reference associated with the transaction/the request.
A pspReference and authCode will not be visible if the transaction was performed offline.
|
|
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. |
|
String | POS entry mode (ICC/MSR/MKE/CLESS_CHIP/CLESS_SWIPE). |
|
List |
Set used to hold a list of receipt information. |
Some helper methods are provided in the reportObj:
Helper methods and parameters
Name |
Input Parameters |
Type | Description |
Returned Parameters | Type |
---|---|---|---|---|---|
|
Returns the specified tender reference. |
tenderReference |
String |
||
|
|
Number of transaction reports to return. | maxTransaction |
long | |
|
|
Returns the number of reports in the TXStoreReport object. | reportCount |
long |
|
|
reportId |
long | Returns an report object which contains the specified report. | reportObj |
TxStoreReport |
|
Returns tender reference for the transaction. | tenderReference |
String |
||
|
Returns the state of the transaction. | state |
String | ||
GetTimestamp |
Returns the time the transaction was processed. | timestamp |
String | ||
|
Returns transaction where the capture is still pending. | pending |
long | ||
GetAmount |
currency |
Variant | Returns the transaction amount in the specified currency. | value, currency |
long |
GetMerchantReference |
Returns the merchant reference for the transactions | reference |
String |
||
GetPspReference |
Returns the PSP reference for the transactions
A pspReference and authCode will not be visible if the transaction was performed offline.
|
|
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 TxStoreReport | receiptTotal |
long | ||
GetReceipt |
receiptId |
long | Returns up to 25 receipts, or a specific receipt if you specify an ID. | receiptsObj |
Receipts |