JSON (VAT IN URL)
If you cannot provide an XML document as input you can provide the required document information via a JSON input. We have constructed a schema which supports the requirements to generate all the document types acceptable by ZATCA. We provide the following to test out JSON schema using the inputs you will be providing.
Redoc UI to view each parameter of the JSON input in detail
Swagger UI to test out the payload with the test API
Postman Collection if you want to run via the postman app
Here are some samples for each document.
Request Method
POST
Request Path
NOTE: VAT_NUM is the vat number of your organization that you have onboarded in our website. For eg if you have onboarded vat number 399975588700003 then the full path would be
Request Headers
Productid
einvoicing_global
Keep as is
Service
online_service
Keep as is
Authorization/MiplApiKey
api_key/auth token
Value and header type is mentioned in the Authentication Page
Request Body
Refer to the sample documents for inputs
The response for the API can be found here.
Last updated