Skip to main content

Invoice validation

A-Cube validates invoice data against the rules of the UBL format.

If the invoice is fully validated, we accept and forward it to the recipient. If there are any errors during invoice upload, our system will provide detailed information.

Example with incorrect data

{
"title": "An error occurred",
"detail": "recipientIdentifier: recipientIdentifier needs to be set",
"violations": [
{
"propertyPath": "recipientIdentifier",
"message": "recipientIdentifier needs to be set",
"code": null
}
]
}