Metadata

Additional metadata related to the payment, such as card details or response codes. Useful to prepare a consolidated receipt on ePOS side. Available if payment finished successfully.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Dcc(val conversionFee: String, val disclaimer: String, val exchangeRate: String, val transactionAmount: Int, val transactionCurrency: String)

Dynamic Currency Conversion (DCC) details

Link copied to clipboard

The method used to enter the payment details.

Link copied to clipboard

Properties

Link copied to clipboard

The application ID used during the payment process.

Link copied to clipboard

The authorisation code provided for the payment.

Link copied to clipboard

The card details used for the payment, including last 4 digits, issuing country, brand, and type.

Link copied to clipboard

The Dynamic Currency Conversion (DCC) details, null if DCC was not used.

Link copied to clipboard

The method used to enter the payment details (e.g., EMV, contactless, keyed).

Link copied to clipboard

The merchant acquiring ID associated with the payment.

Link copied to clipboard

The response code returned by the payment gateway.

Link copied to clipboard

The method used to verify the payment (e.g., PIN, signature).