Q R is Invalid for Phase 2

Pls help me in creating QR Code for Simplified Invoices

var sellername = “SEA RIVER TRAVEL AND TOURISM”;
var vatregistration = “311532212700003”;
var timestamp = “2025-06-10 01:26:44”;
var invoiceamount = “200.00”;
var vatamoun = “30.00”;

string response = getBase64(sellername, vatregistration, timestamp, invoiceamount, vatamoun);

Below is Base64Value in response
ARxTRUEgUklWRVIgVFJBVkVMIEFORCBUT1VSSVNNAg8zMTE1MzIyMTI3MDAwMDMDEzIwMjUtMDYtMTAgMDE6MjY6NDQEBjIwMC4wMAUFMzAuMDA=

when i display as Q R Code IMAGE AND Scan get Warning Message as
Q R is NOT Compatible with Phase 2 eInvoice

Dear @sohrabus,

Please note that the QR code should contain 9 tags for the simplified tax invoice and associated notes, and 8 for standard invoice and associated notes, while it’s only mandatory to generate it for simplified tax documents as ZATCA will generate it and return it inside the “cleared invoice” from the API response.

For more information regarding QR code generation, please check the E-invoicing detailed technical guideline, *QR code section.

Regards,

Thankyou Sir,
got it.