anusv
August 16, 2024, 2:11pm
1
Dear All,
Any one used zatca-einvoicing-sdk-238-R3.3.3 and reported simplified invoice ? Please reply if anyone has QR code warning as “timestamp_QRCODE_INVALID” and how did you solved it ? Appreciating your response . Thank you.
eCloud
August 16, 2024, 5:09pm
2
Dear @anusv
Zatca-einvoicing-sdk-238-R3.3.3\Lib.Net Work well on Sandbox.
Simplified Invoice Reported without warning.
anusv
August 17, 2024, 2:48pm
3
@eCloud can you please upload an XML generated with sample values for reference ?
eCloud
August 17, 2024, 3:39pm
4
@anusv
Actually you can make it yourself, Zatca SDK also includes sample data.
zatca-einvoicing-sdk-238-R3.3.3\Data\Samples
You can follow these steps for invoice signing.
Dear @charbelsarkis123
Thank you for reaching out, and welcome to our community.
Our recommendation is:
Access Fatoora portal and log in using your tin number.
Use Simulation Enviromint before production, from simulation portal start using the APIs as their order.
Generate the OTP from simulation portal.
Use the CSR in the body of the request using the below endpoint to send the request for generating the CCSID (Use the OTP in the Headers of the request):
For the simulation environment use …
or
I’m not very familiar with openssl, maybe this way (using the provided .NET SDK) will be much easier to understand.
This how we can create CSR using .Net SDK
Download SDK
goto Zatca
Extract downloaded file to Directory C:\
Copy file
C:\zatca-einvoicing-sdk-238-R3.3.3\Data\Input\csr-config-example-EN.properties
to
C:\zatca-einvoicing-sdk-238-R3.3.3\Lib.Net\csr-config-example-EN.properties
Edit file content using Notepad, and save.
csr.common.name=TST-886431145-399999999900003
csr…
Malik
August 18, 2024, 5:47am
5
Hi,
Please check your xml is as per following format,
cbc:IssueDate 2022-09-07</cbc:IssueDate>
cbc:IssueTime 12:21:28</cbc:IssueTime>
IssueDate = ‘YYYY-MM-DD’
IssueTime = ‘HH:MI:SS’
anusv
August 18, 2024, 4:53pm
6
@Malik yes, the same format.