DGII 53 — Credit note missing valid parent eNCF
Nota de crédito sin eNCF padre válido
| Field | Value |
|---|---|
| DGII code | 53 |
| Category | Validation |
| HTTP status | 422 |
| Retryable | No |
| Tenant fixable | Yes |
Problem.type | https://errors.api.erply.pro/dgii-53-nota-credito-sin-padre |
Probable cause
A credit note (type 34) requires a valid parent eNCF that has been accepted by DGII.
How to fix
- Include
parentEncfpointing to the original eNCF accepted by DGII.
Example application/problem+json response
{
"type": "https://errors.api.erply.pro/dgii-53-nota-credito-sin-padre",
"title": "Credit note missing valid parent eNCF",
"status": 422,
"detail": "DGII code 53: Credit note missing valid parent eNCF",
"instance": "/v1/invoices",
"correlationId": "1-65fa7c3a-6f9c2d8e0a1b2c3d4e5f6789",
"dgii": {
"code": "53",
"trackId": "20260501-DGII-9988"
}
}
Source
DGII PSFE Technical Spec + Norma 06-04. Exact citation pending review by the compliance specialist.