Getting error while signing. [Error] Parsing EInvoice Certificate[Error] Populating Signed Signature Properties.
Please help on this
Dear @Mahesh,
Can you please confirm that the parsed certificate is in X.509 format? not base64 encoded?
To fix such issues, please ensure the following:
1- the SDK is being installed correctly with the required versions of (.NET or JAVA)
2- DLL or JAR files are being referenced correctly to your own app/project
3- in the signing function, ensure that all of the three inputs are correct and valid.
4- check your implementation, as referencing the SDK to your own app/project will create an independency, it’s important to ensure that your implementation of the SDK functions is correct.
Regards,