DGII 34 — XML canonicalisation is not Exclusive C14N
Canonicalización XML no es Exclusive C14N
| Field | Value |
|---|---|
| DGII code | 34 |
| Category | Signature |
| HTTP status | 422 |
| Retryable | No |
| Tenant fixable | No |
Problem.type | https://errors.api.erply.pro/dgii-34-canonicalizacion-invalida |
Probable cause
The XML canonicalisation used is not Exclusive C14N 1.0. ERPly Pro forces this canonicalisation; a failure here indicates a misaligned signxml version.
How to fix
- Flag this as high severity to the ERPly Pro team: the signing layer must enforce Exclusive C14N 1.0.
- This is not an error the tenant can fix.
Example application/problem+json response
{
"type": "https://errors.api.erply.pro/dgii-34-canonicalizacion-invalida",
"title": "XML canonicalisation is not Exclusive C14N",
"status": 422,
"detail": "DGII code 34: XML canonicalisation is not Exclusive C14N",
"instance": "/v1/invoices",
"correlationId": "1-65fa7c3a-6f9c2d8e0a1b2c3d4e5f6789",
"dgii": {
"code": "34",
"trackId": "20260501-DGII-9988"
}
}
Source
DGII PSFE Technical Spec + Norma 06-04. Exact citation pending review by the compliance specialist.