generateQRCodeAsPng

open override fun generateQRCodeAsPng(paymentData: PaymentQRValues): ByteArray

Generates a QR code in PNG format based on the provided payment data.

Return

a ByteArray representing the generated QR code in PNG format.

Parameters

paymentData

an instance of PaymentQRValues containing payment-specific details, including creditor and debtor information, payment amount, currency, and references.