When send XML file to clearance endpoint API, getting 200 response and invoice it’s cleared. but we didn’t get invoice signing from ZATCA the cleared Invoice is null and the clearance status is “CLEARED” .
the bellow text is response body from ZATCA
{
"validationResults": {
"infoMessages": [
{
"type": "INFO",
"code": "XSD_ZATCA_VALID",
"category": "XSD validation",
"message": "Complied with UBL 2.1 standards in line with ZATCA specifications",
"status": "PASS"
}
],
"warningMessages": [],
"errorMessages": [],
"status": "PASS"
},
"clearanceStatus": "CLEARED",
"clearedInvoice": null
}