When reporting B2C Invoice the invoice is accepting with warning and we use latest sdk this issue only in B2c
“type”: “ERROR”,
“code”: “invoiceTimeStamp_QRCODE_INVALID”,
“category”: “QRCODE_VALIDATION”,
“message”: “Invoice issued timestamp does not match the one on the qr code”,
“status”: “ERROR”
The time in QR Code should match the Invoice Issue Time (KSA-25), and If the time in XML in UTC (with Suffix Z), the time in QR should be in local time format after adding +3 hours (and without adding the suffix Z). this is already implemented in the SDK.
This error is related to B2C only as in B2B invoices, you don’t need to sign and add a QR code before submitting it.