Dears All,
How can do NUM. 4 in step 1 for signing the invoice, and I need more info to know how do this process using SDk3.3.34 (. NET)
Dear @Madleen
You can follow the below steps for signing process:
1-After submitting the Certificate Signing Request (CSR) via the Compliance Request CSID API, you will receive a BinaryToken and a secret.
2-Decode the BinaryToken using a base64 decoder. The decoded value will be the x.509 certificate.
3-Navigate to the SDK directory: SDK/Data/Certificates/Cert.pem.
4-Replace the contents of the Cert.pem file with the x.509 certificate obtained from the decoded BinaryToken.
5-Insert the newly generated private key into the ec-secp256k1-priv-key.pem file.
6-For .Net SDK, run the following command: fatooranet -sign -invoice “invoice.xml”
7-The invoice will now be signed and can be successfully submitted during the compliance checks phase via the Compliance Invoice API.
Seach the web for Canonical XML
like
Dear @Madleen
Thanks for reaching out,
You can refer to the last page in the signing process PDF that you provide a screenshot from, it’s contain links for all the used tools.
Thanks,
Ibrahem Daoud.