reference_number

Internal myPOS reference number for the transaction

cardholder_name          

Embossed name on the card

date_time

Date and time of the transaction formatted as YYMMDDHHmmss

status (int)

one of the constants in the TransactionProcessingResult class

status_text

a textual representation of the status

card_brand

MASTERCARD, MAESTRO, VISA, VISA ELECTRON, VPAY

card_entry_mode

method of presenting the card:
ENTRY_MODE_CONTACTLESS_MCHIP – contactless chip transaction

response_code

response code returned by the issuer. Values, different from "00", represent the reason for a declined transaction

authorisation_code

authorization code returned by issuer

signature_required (boolean)

true: signature row must be present on the receipt

false: signature row must not be present on the receipt

TSI

Transaction Status Indicator

TVR 

Terminal Verification Result

AID

Application Identifier (card)

STAN 

System Trace Audit Number (unique number of the transaction by TID)

CVM

Cardholder Verification Method (P – PIN, S – Signature, N – NO CVM)

application_name

Application Label read from the card chip

transaction_approved (boolean)

true: approved

false: declined

TID 

Terminal ID

update_pending (boolean)

A new update is available

resp_code

Payment Request response code. Values, different from "00", represent the reason for a declined transaction

expire_date

Payment Request expiration date

merchant_data

Bundle with data from your myPOS profile used for printing the receipts. It contains:
billing_descriptor - merchant billing descriptor

address_line1 - merchant address line 1

address_line2 - merchant address line 2

MID - Merchant ID

custom_receipt_row1 - custom receipt footer row 1

custom_receipt_row2 - custom receipt footer row 2

 

installment_data

Bundle with data if user paid in installments. It contains:
number (int) - selected number of installments

interest_rate (double) - installment interest rate

fee (double) - installment fee

annual_percentage_rate (double) - installment annual percentage rate

total_amount (double) - installments total amount

first_installment_amount (double) - first installment amount

subsequent_installment_amount (double) - subsequent installment amount

 

Note 1: Unless noted, extras in the bundle are Strings.

Note 2: Depending on the card and transaction type, some of the extras are not always present.