Qr code fields format

image

when i provided the qr code with these values and scan it with zatca qrcode application
that output has been appeared, but i didn`t provide the qr code with invoice hash and signature value and the public key
i need to know how to provide the qrcode with these values
and what is the format of the qr code ?
it will be base 64 or i should provide the fields flatten.

you can simply use the SDK to generate the QR,
using this command:

Fatoora -qr -invoice [invoicename.xml]

and this will generate the qr code with its 9 tags and the QR code will be encoded to base 64 .

Regards,