Register Devices
Make a Compliance CSID API request
Registering a device such as POS machine, Invoicing system, web application, etc.. with zatca is achived by calling compliance CSID API.
API Referance
POST {{baseurl}}/api/compliance
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
string
Mandatory
Name of asset tracking number used by tax payer
string
Mandatory
E-Mail address of the organization
string
Mandatory
Location of the company branch
string
Mandatory
Name of the company
string
Mandatory
VAT registread number
boolean (true/false)
Mandatory
If this compliance certificate need ability to submit simplified invoices (B2C) make it true. otherwise false
boolean (true/false)
Mandatory
If this compliance certificate need ability to submit standard invoices (B2B) make it true. otherwise false
string
Mandatory
Serial number of invoicing device part 1
string
Mandatory
Serial number of invoicing device part 2
string
Mandatory
Serial number of invoicing device part 3
string
Mandatory
Register address of the branch of company
string
Mandatory
Business category
string
Mandatory
OTP received from fatoora portal
Samples
Last updated