Invoice errors

If the status of the invoice is FAILED, the Response will present the array errors with each error present on the invoice.

Errors array example

    "errors": [
        {
            "error_reason": "Supplier Not Authorized",
            "error_detail": "Contact BRINTA team for assistance."
        },
        {
            "error_reason": "Incorrect Invoice Series",
            "error_detail": "Check Invoice Series and try again."
        }
    ]

Error object parameters

  • "error_reason"
  • "error_detail"

List of Errors

error_reasonerror_detail
Connection Error - Tax AuthorityThere are connectivity issues with the tax Authority. Try again in a few minutes.
Incorrect AmountsCheck Amounts and try again.
Incorrect Buyer AddressCheck Buyer Address and try again.
Incorrect Buyer InfoCheck Buyer Info and try again.
Incorrect Buyer Tax RegistrationCheck Buyer Tax Registration and try again.
Incorrect Document DatesCheck Document Dates and try again.
Incorrect Document TypeCheck Document Type and try again.
Incorrect Invoice NumberCheck Invoice Number and try again.
Incorrect Invoice SeriesCheck Invoice Series and try again.
Incorrect Item CategoriesCheck Item Categories and try again.
Incorrect Payment MethodCheck Payment Method and try again.
Incorrect TaxesCheck Taxes and try again.
OtherContact BRINTA team for assistance.
Supplier Not AuthorizedContact BRINTA team for assistance.
Too Many RequestsToo Many Requests for local e-invoicing provider. Please try again.