InteroperabilityQrCodeData

Interface representing he validated data extracted from a QR code scanned by a customer for payment, including confirmed amount, CCI, expiration, and related metadata.

Parameters

id

The unique identifier of the QR code.

type

Specifies the type of a QR code, indicating how the payment information is encoded. Possible values include.

cci

A unique customer identifier in compliance with industry standards (e.g., Código de Cuenta Interbancario in Peru).

expirationTime

Expiration date of the QR code in ISO 8601 format (YYYY-MM-DD).

comment

Additional information that provides a more detailed explanation of the QR code's purpose.

merchant

Represents the merchant associated with the QR code payment.

receiver

Represents the person or entity receiving the payment.

Inheritors

Properties

Link copied to clipboard
abstract val cci: String?
Link copied to clipboard
abstract val comment: String?
Link copied to clipboard
abstract val expirationTime: String?
Link copied to clipboard
abstract val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard