stdClass Object
(
    [validationResults] => stdClass Object
        (
            [infoMessages] => Array
                (
                    [0] => stdClass Object
                        (
                            [type] => INFO
                            [code] => XSD_ZATCA_VALID
                            [category] => XSD validation
                            [message] => Complied with UBL 2.1 standards in line with ZATCA specifications
                            [status] => PASS
                        )

                )

            [warningMessages] => Array
                (
                    [0] => stdClass Object
                        (
                            [type] => WARNING
                            [code] => BR-KSA-37
                            [category] => KSA
                            [message] => The seller address building number must contain 4 digits.
                            [status] => WARNING
                        )

                )

            [errorMessages] => Array
                (
                    [0] => stdClass Object
                        (
                            [type] => ERROR
                            [code] => invalid-invoice-hash
                            [category] => INVOICE_HASHING_ERRORS
                            [message] => The invoice hash API body does not match the (calculated) Hash of the XML
                            [status] => ERROR
                        )

                    [1] => stdClass Object
                        (
                            [type] => ERROR
                            [code] => signed-properties-hashing
                            [category] => CERTIFICATE_ERRORS
                            [message] => Invalid signed properties hashing, SignedProperties with id='xadesSignedProperties'
                            [status] => ERROR
                        )

                )

            [status] => ERROR
        )

    [reportingStatus] => NOT_REPORTED
    [clearanceStatus] => 
    [qrSellertStatus] => 
    [qrBuyertStatus] => 
)

int(400)
___END DEBUGGING__