Errores de cliente
Errores producidos durante la validación del receptor del comprobante.
| Código | Slug | Mensaje | Descripción |
|---|---|---|---|
AL_PER_CUST_001 | IDENTIFICATION_NUMBER_INVALID_FOR_RUC | The field 'customer.identificationNumber' must be exactly 11 numeric digits when 'identificationType' is '6' (RUC) | Ocurre cuando identificationType es "6" (RUC) y el valor de identificationNumber no tiene exactamente 11 dígitos numéricos. |
AL_PER_CUST_002 | IDENTIFICATION_NUMBER_INVALID_FOR_DNI | The field 'customer.identificationNumber' must be exactly 8 numeric digits when 'identificationType' is '1' (DNI) | Ocurre cuando identificationType es "1" (DNI) y el valor de identificationNumber no tiene exactamente 8 dígitos numéricos. |
AL_PER_CUST_003 | IDENTIFICATION_NUMBER_INVALID_FORMAT | The field 'customer.identificationNumber' must be alphanumeric (1–15 characters, no whitespace) for the given 'identificationType' | Ocurre cuando identificationType corresponde a un documento extranjero y el valor de identificationNumber contiene espacios, caracteres no alfanuméricos o excede los 15 caracteres. |
AL_PER_CUST_004 | IDENTIFICATION_TYPE_INVALID | The field 'customer.identificationType' is not a valid identification type | Ocurre cuando el valor de customer.identificationType no corresponde a ningún código del Catálogo N.° 06 (tipos de documento de identidad). |
Updated 19 days ago
