DGII 10 — Invalid eNCF format
Formato de eNCF inválido
| Field | Value |
|---|---|
| DGII code | 10 |
| Category | Validation |
| HTTP status | 400 |
| Retryable | No |
| Tenant fixable | Yes |
Problem.type | https://errors.api.erply.pro/dgii-10-encf-formato-invalido |
Probable cause
The eNCF number does not match the format E<TypeTypeType><Sequence> (12 characters after the E).
How to fix
- The eNCF must follow the pattern
^E[0-9]{12}$. - Check that the type (
31,32, …) matches the three digits following the E.
Example application/problem+json response
{
"type": "https://errors.api.erply.pro/dgii-10-encf-formato-invalido",
"title": "Invalid eNCF format",
"status": 400,
"detail": "DGII code 10: Invalid eNCF format",
"instance": "/v1/invoices",
"correlationId": "1-65fa7c3a-6f9c2d8e0a1b2c3d4e5f6789",
"dgii": {
"code": "10",
"trackId": "20260501-DGII-9988"
}
}
Source
DGII PSFE Technical Spec + Norma 06-04. Exact citation pending review by the compliance specialist.