# Onboarding To ZATCA

One-boarding is a process that makes ready the compliance CSID to issue production CSID.

It is achieved by sending Compliance Invoice Check for all below six documents

{% hint style="info" %}
`for simplified documents use {{base_url}}/api/simplified-compliance`
{% endhint %}

{% hint style="info" %}
`for simplified documents use {{base_url}}/api/standard-compliance`
{% endhint %}

> Stackcue->`DocumentType` in the json body needs to change based on the document. Given below the details

| Document               | DocumentType           |
| ---------------------- | ---------------------- |
| Simplified Invoice     | `SimplifiedInvoice`    |
| Simplified Credit Note | `SimplifiedCreditNote` |
| Simplified Debit Note  | `SimplifiedDebitNote`  |
| Standard Invoice       | `StandardInvoice`      |
| Standard Credit Note   | `StandardCreditNote`   |
| Standard Debit Note    | `StandardDebitNote`    |
