We are a solution provider.
For B2C invoices, generating QR code is taking too much time. We are generating xml file for each invoices. As QR code is to be shown to the user as fast as possible, is there any quick approach to handle xml generation, invoice hash generation, and QR code generation. we are using the sdk as of now for signing and generating QR codes.
Dear @itujar_it,
we have standard approach for onboarding please make sure that you are validating the new generated invoice after signing that has the suffix “_signed” and not the first invoice before signing,
Please follow the steps here for java
readme.pdf (478.6 KB)
for .net
README.pdf (255.2 KB)
thanks