DGII 19 — Currency not supported
Moneda no soportada
| Field | Value |
|---|---|
| DGII code | 19 |
| Category | Validation |
| HTTP status | 422 |
| Retryable | No |
| Tenant fixable | Yes |
Problem.type | https://errors.api.erply.pro/dgii-19-moneda-no-soportada |
Probable cause
The currency sent is not in the DGII catalogue (ISO 4217). For Dominican pesos use DOP.
How to fix
- Use a valid ISO 4217 code —
DOPfor Dominican pesos.
Example application/problem+json response
{
"type": "https://errors.api.erply.pro/dgii-19-moneda-no-soportada",
"title": "Currency not supported",
"status": 422,
"detail": "DGII code 19: Currency not supported",
"instance": "/v1/invoices",
"correlationId": "1-65fa7c3a-6f9c2d8e0a1b2c3d4e5f6789",
"dgii": {
"code": "19",
"trackId": "20260501-DGII-9988"
}
}
Source
DGII PSFE Technical Spec + Norma 06-04. Exact citation pending review by the compliance specialist.