Para registrarte manda un correo a apicoop@coopdesarrollo.com.mx con tu nombre completo y la institución a la que perteneces.

Resource URL

Location and services offerd by ATMs

Parametros

Parametro Tipo Posicion # Descripción
If-Modified-Since string Header No requerido Se utiliza para la solicitud condicional, para recuperar datos sólo si se han modificado desde una fecha determinada.
If-None-Match string Header No requerido Se utiliza para la solicitud condicional, para recuperar datos sólo si el valor ETag especificado no coincide.
apikey string query requerido Unique identifier used to authenticate a user.

Ejemplo

{
    "parameters" : [ 
        {
            "name" : "If-Modified-Since",
            "type" : "string",
            "description" : "Used for conditional request, to retrieve data only if modified since a given date",
            "in" : "header",
            "required" : false
        }, 
        {
            "name" : "If-None-Match",
            "type" : "string",
            "description" : "Used for conditional request, to retrieve data only if the given Etag value does not match",
            "in" : "header",
            "required" : false
        },
        {
            "name": "apikey",
            "in": "query",
            "type": "string",
            "required": true,
            "description": "Unique identifier used to authenticate a user"
          } 
    ]
}

200

Successful response with a list of ATM data

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
Etag string Used for conditional request, to retrieve data only if the given Etag value does not match.
Cache-Control string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
    "meta": {
        "LastUpdated": "2022-01-28T15:16:04.618Z",
        "TotalResults": 12,
        "Agreement": "El uso de las API y cualquier dato relacionado estará sujeto a los términos de la Licencia Abierta y sujeto a los términos y condiciones.",
        "License": "Licencia de uso otrogada por http://www.coopdesarrollo.com.mx",
        "TermsOfUse": "Terminos de uso otorgados por http://www.coopdesarrollo.com.mx"
    },
    "data": [
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000002",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATER",
                                    "ATWA"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "DIVISION DEL NORTE 50 EL CALVARIO (COLONIA)",
                                    "BuildingNumber": "50",
                                    "StreetName": "DIVISION DEL NORTE",
                                    "TownName": "LAGOS DE MORENO",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "47420",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.3638",
                                            "Longitude": "-101.933712"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000003",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATER",
                                    "ATWA"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "BLVD NINOS HEROES 215 VALLE DEL SOL (COLONIA)",
                                    "BuildingNumber": "215",
                                    "StreetName": "BLVD NINOS HEROES",
                                    "TownName": "SAN FRANCISCO DEL RINCON",
                                    "CountrySubDivision": [
                                        "GUANAJUATO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "36300",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.013843",
                                            "Longitude": "-101.860706"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000004",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATER"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "SAPD",
                                    "Description": "SIN ACCESO A PERSONAS CON DISCAPACIDAD MOTRIZ",
                                    "Name": "SINACCESOAPERSONASCONDISCAPACIDADMOTRIZ"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "PLAZA PRINCIPAL 29 PURISIMA DE BUSTOS CENTRO (COL",
                                    "BuildingNumber": "29",
                                    "StreetName": "PLAZA PRINCIPAL",
                                    "TownName": "PURISIMA DEL RINCON",
                                    "CountrySubDivision": [
                                        "GUANAJUATO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "36400",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.029347",
                                            "Longitude": "-101.877921"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000005",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                []
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "SAPD",
                                    "Description": "SIN ACCESO A PERSONAS CON DISCAPACIDAD MOTRIZ",
                                    "Name": "SINACCESOAPERSONASCONDISCAPACIDADMOTRIZ"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "BLVD TORRES LANDA 1902-4 LOS LIMONES (COLONIA)",
                                    "BuildingNumber": "1902-4",
                                    "StreetName": "BLVD TORRES LANDA",
                                    "TownName": "LEON",
                                    "CountrySubDivision": [
                                        "GUANAJUATO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "37448",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.105438",
                                            "Longitude": "-101.701773"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000006",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATER",
                                    "ATWA"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "CONCEPCION 209 SAN FRANCISCO DEL RINCON CENTRO",
                                    "BuildingNumber": "209",
                                    "StreetName": "CONCEPCION",
                                    "TownName": "SAN FRANCISCO DEL RINCON",
                                    "CountrySubDivision": [
                                        "GUANAJUATO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "36300",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.020148",
                                            "Longitude": "-101.86002"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000007",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "BLVD ANACLETO GONZALEZ FLORES 945 COL. EL PANTEON VIEJO",
                                    "BuildingNumber": "945",
                                    "StreetName": "BLVD ANACLETO GONZALEZ FLORES",
                                    "TownName": "TEPATITLAN DE MORELOS",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "47600",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "20.800362",
                                            "Longitude": "-102.763078"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000008",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "BENITO JUAREZ 116 CIUDAD MANUEL DOBLADO CENTRO (CIUDAD)",
                                    "BuildingNumber": "116",
                                    "StreetName": "BENITO JUAREZ",
                                    "TownName": "MANUEL DOBLADO",
                                    "CountrySubDivision": [
                                        "GUANAJUATO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "36470",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "20.728231",
                                            "Longitude": "-101.951357"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000009",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATER",
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "BLVD LIC RAMON MARTIN HUERTA 618 MI NUEVO SAN JUAN",
                                    "BuildingNumber": "618",
                                    "StreetName": "BLVD LIC RAMON MARTIN HUERTA",
                                    "TownName": "SAN JUAN DE LOS LAGOS",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "47040",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.257114",
                                            "Longitude": "-102.323960"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000010",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATER",
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "AV. REFORMA 37 ZAPOTLANEJO CENTRO",
                                    "BuildingNumber": "37",
                                    "StreetName": "AV. REFORMA",
                                    "TownName": "ZAPOTLANEJO",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "45430",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "20.621682",
                                            "Longitude": "-103.069213"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000011",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATIR",
                                    "ATWA",
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "ROMAN GONZALES ESQ PEDRO MORENO 2 ZONA CENTRO",
                                    "BuildingNumber": "2",
                                    "StreetName": "ROMAN GONZALES ESQ PEDRO MORENO",
                                    "TownName": "UNION DE SAN ANTONIO",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "47570",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.1284007",
                                            "Longitude": "-102.006861"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000011",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATIR",
                                    "ATWA",
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "ROMAN GONZALES ESQ PEDRO MORENO 2 ZONA CENTRO",
                                    "BuildingNumber": "2",
                                    "StreetName": "ROMAN GONZALES ESQ PEDRO MORENO",
                                    "TownName": "UNION DE SAN ANTONIO",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "47570",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.1284007",
                                            "Longitude": "-102.006861"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "Brand": [
                {
                    "BrandName": "COOPDESARROLLO",
                    "ATM": [
                        {
                            "Identification": "XQ000012",
                            "SupportedLanguages": [
                                [
                                    "es"
                                ]
                            ],
                            "ATMServices": [
                                [
                                    "ATBA",
                                    "ATCT",
                                    "ATMM",
                                    "ATMO",
                                    "ATPC",
                                    "ATCM",
                                    "ATCO"
                                ]
                            ],
                            "Accessibility": [
                                [
                                    "ATPT"
                                ]
                            ],
                            "Access24HoursIndicator": true,
                            "SupportedCurrencies": [
                                [
                                    "MXN"
                                ]
                            ],
                            "MinimumPossibleAmount": "50",
                            "OtherAccessibility": [
                                {
                                    "Code": "TCPR",
                                    "Description": "TECLADO CON PUNTOS DE REFERENCIA",
                                    "Name": "TECLADOCONPUNTOSDEREFERENCIA"
                                }
                            ],
                            "LocationCategory": [
                                [
                                    "ATBE"
                                ]
                            ],
                            "Location": {
                                "PostalAddress": {
                                    "AddressLine": "AVENIDA HIDALGO 16 ZONA CENTRO",
                                    "BuildingNumber": "16",
                                    "StreetName": "AVENIDA HIDALGO",
                                    "TownName": "SAN JULIAN",
                                    "CountrySubDivision": [
                                        "JALISCO"
                                    ],
                                    "Country": "MX",
                                    "PostCode": "47170",
                                    "GeoLocation": {
                                        "GeographicCoordinates": {
                                            "Latitude": "21.010599",
                                            "Longitude": "-102.179528"
                                        }
                                    }
                                }
                            },
                            "FeeSurcharges": {
                                "CashWithdrawalNational": "15 MXN",
                                "BalanceInquiry": "5 MXN"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

400

You have sent a request which could not be understood.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
  "status": "400",
  "title": "Bad request",
  "description": "You have sent a request which could not be understood."
}

401

You have an incorrect apikey.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
    "message": "No API key found in request"
} 

408

Your client has failed to submit a request, and a timeout has occurred.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
  "status": "408",
  "title": "Client timeout",
  "description": "Your client has failed to submit a request, and a timeout has occurred."
}

429

You have requested this resource too often.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
  "status": "429",
  "title": "Too many requests",
  "description": "You have requested this resource too often."
}

500

An error occurred on the server.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
  "status": "500",
  "title": "Internal server error",
  "description": "An error occurred on the server."
}

503

The service is temporarily unavailable.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
  "status": "503",
  "title": "Service temporarily unavailable",
  "description": "The service is temporarily unavailable."
}

default

A standard error response.

Nombre Tipo Descripción
Strict-Transport-Security string Used for conditional request, to retrieve data only if modified since a given date.
X-Frame-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
X-Content-Type-Options string Used for conditional request, to retrieve data only if the given Etag value does not match.
Status Code integer Used for conditional request, to retrieve data only if the given Etag value does not match.

Respuesta

{
  "status": "string",
  "title": "string",
  "description": "string"
}