Step Completed: M
mexican-curp-validation
mexican-curp-validation
Step Completed
"step": {
"status": 200,
"id": "mexican-curp-validation",
"error": null,
"data": {
"curp": "AAAA000000AAAAAAA0",
"birthDate": "2001-01-01",
"gender": "MUJER",
"fullName": "DOE JANE",
"name": "JANE",
"surname": "DOE",
"secondSurname": "",
"nationality": "Mexico",
"registration": {
"state": "Ciudad de México",
"municipality": {
"id": 19,
"name": "CHIHUAHUA"
},
"year": "2001"
},
"curpStatus": {
"type": "Active",
"description": "Change in registration without changes to CURP"
}
}
Step Error
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "StepError",
"code" : "curp.fullNameMismatch",
"message" : "Full name mismatch"
},
"data" : {
"birthDate" : "1980-01-01",
"curp" : "AAAA000000AAAAAA00",
"fullName" : "DOE JOHN",
"gender" : "HOMBRE",
"name" : "JOHN",
"nationality" : "MEXICO",
"surname" : "DOE",
"secondSurname" : ""
}
}
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "StepError",
"code" : "curp.invalid",
"message" : "CURP number is invalid"
}
}
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "StepError",
"code" : "system.internalError",
"message" : "Internal error"
}
}
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "StepError",
"code" : "input.failed",
"message" : "Cannot meet dependent input"
}
}
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "StepError",
"code" : "node.failed",
"message" : "Cannot meet dependent node"
},
"documentType" : "national-id"
}
{
"error": {
"type": "govCheckError",
"code": "curp.userNotFound",
"message": "No curp data found"
},
"data": null
}
Code Error
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "REQUEST_REJECTED",
"code" : "503",
"message" : "Request is rejected when call 'documentMetadata.getFieldList' action on 'mol-verification-xxx' node."
}
}
"step" : {
"status" : 200,
"id" : "mexican-curp-validation",
"error" : {
"type" : "SERVICE_NOT_AVAILABLE",
"code" : "404",
"message" : "Service 'documentMetadata.getCountryList' is not available on 'mol-verification-xxx' node."
},
"documentType" : "national-id"
}
mexican-ine-validation
mexican-ine-validation
Step Completed
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : null,
"data" : {
"documentNumber" : "000000000",
"cde" : "AAAAAA00000000A000",
"ne" : "0",
"Distrito Federal" : "5",
"ocrNumber" : "0000000000000",
"registrationYear" : "2016",
"emissionYear" : "2016"
}
},
Step Error
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "StepError",
"code" : "ine.notEnoughParams",
"message" : "Not enough params to get ine data"
}
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "StepError",
"code" : "ine.notValidParams",
"message" : "Invalid parameters"
},
"documentType" : "national-id"
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "StepError",
"code" : "ine.notFound",
"message" : "No ine data found"
}
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "StepError",
"code" : "input.failed",
"message" : "Cannot meet dependent input"
}
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "StepError",
"code" : "ine.oldDocument",
"message" : "There is a newer document associated to this user"
},
"documentType" : "national-id"
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "StepError",
"code" : "node.failed",
"message" : "Cannot meet dependent node"
},
"documentType" : "national-id"
}
System Error
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "SystemError",
"code" : "system.internalError",
"message" : "Internal error"
}
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "SystemError",
"code" : "system.serviceUnavailable",
"message" : "Service unavailable"
}
}
Code Errors
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "REQUEST_REJECTED",
"code" : "503",
"message" : "Request is rejected when call 'documentMetadata.getFieldList' action on 'mol-verification-xxx' node."
}
}
"step" : {
"status" : 200,
"id" : "mexican-ine-validation",
"error" : {
"type" : "SERVICE_NOT_AVAILABLE",
"code" : "404",
"message" : "Service 'documentMetadata.getFieldList' is not available on 'mol-verification-xxx' node."
},
"documentType" : "national-id"
}
mexican-pep-validation
mexican-pep-validation
Step Completed
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : null,
"data" : {
"fullName" : "JOHN DOE",
"isPep" : false
}
}
Step Error
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "StepError",
"code" : "input.failed",
"message" : "Cannot meet dependent input"
}
}
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "StepError",
"code" : "mexicanPep.matchFound",
"message" : "The user was found to be a PEP"
},
"data" : {
"pepData" : [
{
"informacionPrincipal" : {
"entidadfederativa" : "Federación",
"sujetoobligado" : "Banco de México (BANXICO)",
"nombre" : "JOHN DOE",
"denominacion" : "Alimentador/a",
"areaadscripcion" : "Oficina de Impresión L2 Turno Matutino Ciudad de México",
"periodoreporta" : "01/01/2020 - 01/01/2022"
},
"informacionSecundaria" : {
"nombre" : "JOHN DOE",
"institucion" : "Banco de México (BANXICO)",
"cargo" : "Alimentador/a",
"area" : "Oficina de Impresión L2 Turno Matutino Ciudad de México",
"telefono" : "0000-0000",
"correo" : "[email protected]",
"direccion" : "Peatonal Fray Pedro de Gante 20,Colonia Centro,Cuauhtémoc, C.P. 06000,Ciudad de México",
"periodoinforma" : "01/01/2020 - 01/01/2022"
},
"idInformacion" : 00000000
}
],
"fullName" : "JOHN DOE",
"isPep" : true
}
},
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "StepError",
"code" : "mexicanPep.notEnoughParams",
"message" : "Full Name is not defined"
}
}
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "StepError",
"code" : "mexicanPep.notValidParams",
"message" : "Parameters validation error!"
},
"data" : {
"fullName" : "JANE DOE",
"isPep" : false
}
}
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "StepError",
"code" : "node.failed",
"message" : "Cannot meet dependent node"
},
"documentType" : "passport"
}
System Error
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "SystemError",
"code" : "system.serviceUnavailable",
"message" : "Service unavailable"
},
"documentType" : "national-id"
}
"step" : {
"status" : 200,
"id" : "mexican-pep-validation",
"error" : {
"type" : "SystemError",
"code" : "system.internalError",
"message" : "Internal error"
},
"documentType" : "national-id"
}
mexican-rfc-validation
mexican-rfc-validation
Step Completed
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : null,
"data" : {
"curp" : "AAAA000000AAAAAA00",
"registeredTaxPayer" : true
}
}
Step Error
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "StepError",
"code" : "rfc.invalidParams",
"message" : "CURP number is invalid"
}
}
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "StepError",
"code" : "rfc.notTaxPayer",
"message" : "The RFC database does not have any taxpayer attached to this CURP"
},
"data" : {
"curp" : "AAAA000000AAAAAAA0",
"registeredTaxPayer" : false
}
}
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "StepError",
"code" : "input.failed",
"message" : "Cannot meet dependent input"
}
}
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "StepError",
"code" : "rfc.invalidCurp",
"message" : "Provided CURP is invalid"
}
}
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "StepError",
"code" : "rfc.notFound",
"message" : "No RFC data found"
}
}
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "StepError",
"code" : "node.failed",
"message" : "Cannot meet dependent node"
},
"documentType" : "national-id"
}
System Error
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "SystemError",
"code" : "system.internalError",
"message" : "Internal error"
}
}
"step" : {
"status" : 200,
"id" : "mexican-rfc-validation",
"error" : {
"type" : "SystemError",
"code" : "system.internalError",
"message" : "Step timeout"
}
}
mexican-rfc-status-validation
mexican-rfc-status-validation
Step Completed
{
"status": 200,
"error": null,
"data": {
"fullName": "METAMAP",
"rfc": "XXX000000XX0",
"legalRepresentativeRfc": "RUTX000000X00",
"legalRepresentativeCurp": "RUTX000000XXXXXX00",
"certificates": {
"1": {
"serialNumber": "0000000000000000000",
"status": "Activo",
"type": "SELLO",
"startDate": "2022-02-17 18:31:26",
"endDate": "2026-02-17 18:31:26",
"base64Certificate": "{{BASE_64_STRING}}",
"certificateData": {
"issuer": {
"issuerName": "SERVICIO DE ADMINISTRACION TRIBUTARIA",
"type": "AUTORIDAD CERTIFICADORA",
"authorityName": "SAT-IES Authority",
"emailAddress": "[email protected]",
"street": "AV. LOREM IPSUNO 00, COL. LOREM IPSUM",
"zipCode": "00000",
"country": "MX",
"state": "CIUDAD DE MEXICO",
"municipality": "CUAUHTEMOC",
"responsible": "ADMINISTRACION CENTRAL DE SERVICIOS TRIBUTARIOS AL CONTRIBUYENTE",
"rfc": "SAT000000XX0"
},
"issueDate": "Feb 17 18:31:26 2022 GMT",
"expiryDate": "Feb 17 18:31:26 2026 GMT",
"issuedTo": {
"companyName": "METAMAP",
"commercialName": "METAMAP",
"otherName": "METAMAP",
"companyRfc": "XXX000000XX0",
"legalRepresentativeRfc": "RUTX000000X00",
"legalRepresentativeCurp": "RUTX000000XXXXXX00"
}
}
},
"2": {
"serialNumber": "0000000000000000000",
"status": "Activo",
"type": "SELLO",
"startDate": "2022-02-17 18:31:26",
"endDate": "2026-02-17 18:31:26",
"base64Certificate": "{{BASE_64_STRING}}",
"certificateData": {
"issuer": {
"issuerName": "SERVICIO DE ADMINISTRACION TRIBUTARIA",
"type": "AUTORIDAD CERTIFICADORA",
"authorityName": "SAT-IES Authority",
"emailAddress": "[email protected]",
"street": "AV. LOREM IPSUNO 00, COL. LOREM IPSUM",
"zipCode": "00000",
"country": "MX",
"state": "CIUDAD DE MEXICO",
"municipality": "CUAUHTEMOC",
"responsible": "ADMINISTRACION CENTRAL DE SERVICIOS TRIBUTARIOS AL CONTRIBUYENTE",
"rfc": "SAT000000XX0"
},
"issueDate": "Feb 17 18:31:26 2022 GMT",
"expiryDate": "Feb 17 18:31:26 2026 GMT",
"issuedTo": {
"companyName": "METAMAP",
"commercialName": "METAMAP",
"otherName": "METAMAP",
"companyRfc": "XXX000000XX0",
"legalRepresentativeRfc": "RUTX000000X00",
"legalRepresentativeCurp": "RUTX000000XXXXXX00"
}
}
}
},
"timestamp": "2020-11-17T18:36:57.198Z"
}
}
{
"status": 200,
"error": null,
"data": {
"fullName": "JOHN DOE",
"rfc": "XXXX000000000",
"legalRepresentativeRfc": "XXXX000000000",
"legalRepresentativeCurp": "XXXX000000XXXXXX00",
"certificates": {
"1": {
"serialNumber": "0000000000000000000",
"status": "Activo",
"type": "SELLO",
"startDate": "2022-02-17 18:31:26",
"endDate": "2026-02-17 18:31:26",
"base64Certificate": "{{BASE_64_STRING}}",
"certificateData": {
"issuer": {
"issuerName": "SERVICIO DE ADMINISTRACION TRIBUTARIA",
"type": "AUTORIDAD CERTIFICADORA",
"authorityName": "SAT-IES Authority",
"emailAddress": "[email protected]",
"street": "AV. LOREM IPSUNO 00, COL. LOREM IPSUM",
"zipCode": "00000",
"country": "MX",
"state": "CIUDAD DE MEXICO",
"municipality": "CUAUHTEMOC",
"responsible": "ADMINISTRACION CENTRAL DE SERVICIOS TRIBUTARIOS AL CONTRIBUYENTE",
"rfc": "SAT000000XX0"
},
"issueDate": "Feb 17 18:31:26 2022 GMT",
"expiryDate": "Feb 17 18:31:26 2026 GMT",
"issuedTo": {
"companyName": "JOHN DOE",
"name": "JOHN DOE",
"organization": "JOHN DOE",
"rfc": "XXXX000000000",
"legalRepresentativeRfc": "XXXX000000000",
"legalRepresentativeCurp": "XXXX000000XXXXXX00"
}
}
}
},
"timestamp": "2020-11-17T18:36:57.198Z"
}
}
Step Error
{
"status": 200,
"error": {
"type": "stepError",
"code": "mexicanRfcStatus.noResults",
"message": "The user was not found in the RFC database"
},
"data": null,
"timestamp": "2020-11-17T18:36:57.198Z"
}
{
"status": 200,
"error": {
"type": "stepError",
"code": "mexicanRfcStatus.inactive",
"message": "The RFC provided does not have any active FIEL"
},
"data": {
"fullName": "MATI TECHNOLOGIES S DE RL DE CV",
"rfc": "MTE180305MW5",
"legalRepresentativeRfc": "RUTC900627J26",
"legalRepresentativeCurp": "RUTC900627HDFZRR01",
"certificates": {
"1": {
"serialNumber": "0001000000511464186",
"status": "Activo",
"type": "SELLO",
"startDate": "2022-02-17 18:31:26",
"endDate": "2026-02-17 18:31:26",
"base64Certificate": "{{BASE_64_STRING}}",
"certificateData": {
"issuer": {
"issuerName": "SERVICIO DE ADMINISTRACION TRIBUTARIA",
"type": "AUTORIDAD CERTIFICADORA",
"authorityName": "SAT-IES Authority",
"emailAddress": "[email protected]",
"street": "AV. LOREM IPSUNO 00, COL. LOREM IPSUM",
"zipCode": "00000",
"country": "MX",
"state": "CIUDAD DE MEXICO",
"municipality": "CUAUHTEMOC",
"responsible": "ADMINISTRACION CENTRAL DE SERVICIOS TRIBUTARIOS AL CONTRIBUYENTE",
"rfc": "SAT000000XX0"
},
"issueDate": "Feb 17 18:31:26 2022 GMT",
"expiryDate": "Feb 17 18:31:26 2026 GMT",
"issuedTo": {
"companyName": "METAMAP",
"commercialName": "METAMAP",
"otherName": "METAMAP",
"companyRfc": "XXX000000XX0",
"legalRepresentativeRfc": "RUTX000000X00",
"legalRepresentativeCurp": "RUTX000000XXXXXX00"
}
}
}
},
"timestamp": "2020-11-17T18:36:57.198Z"
}
}
Updated 12 months ago