{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Atm", "type": "object", "description": "ATM detail information", "properties": { "accessFees": { "type": "string", "description": "This value indicates under what conditions access fees are charged. Options are UNKNOWN, DOMESTIC, INTERNATIONAL, DOMESTIC_AND_INTERNATIONAL, NO_FEE." }, "addressLine1": { "type": "string", "description": "Line 1 of the street address for the ATM location. Usually includes the street number and name." }, "addressLine2": { "type": "string", "description": "Line 2 of the street address usually an apartment number or suite number." }, "airportCode": { "type": "string", "description": "The Airport Code" }, "atmTerminalId": { "type": "string", "description": "The ATM Terminal Id" }, "availability": { "type": "string", "description": "This value indicates the availability hours of the ATM. Options are UNKNOWN, ALWAYS_AVAILABLE, BUSINESS_HOURS, IRREGULAR_HOURS." }, "camera": { "type": "string", "description": "This value indicates whether or not a security camera is present or near ATM" }, "countryCode": { "type": "string", "description": "Three digit alpha country code as defined in ISO" }, "countryName": { "type": "string", "description": "Name of the country." }, "countrySubdivisionCode": { "type": "string", "description": "Code of the state or province for an ATM location." }, "countrySubdivisionName": { "type": "string", "description": "Name of the state or province for an ATM location." }, "city": { "type": "string", "description": "The name of the city for an ATM location." }, "distance": { "type": "number", "description": "This is the numerical value for the distance from the provided location to the selected ATM." }, "distanceUnit": { "type": "string", "description": "This is the unit of measure value for the distance from the provided location to the selected ATM. Options are KM and MILE." }, "geocodingResult": { "type": "string", "description": "GeocodingResult for the ATM" }, "handicapAccessible": { "type": "string", "description": "This indicates whether the ATM has the ability to read chip cards or not. Options are UNKNOWN, IS_HANDICAP_ACCESSIBLE, NOT_HANDICAP_ACCESSIBLE." }, "hasSharedDeposit": { "type": "string", "description": "This value indicates whether or not the ATM participates in the Mastercard Shared Deposit network. Options are YES or NO." }, "isSurchargeFreeAlliance": { "type": "string", "description": "This value indicates whether or not the ATM participates in the Mastercard Shared (only) Surcharge Free Alliance network. Options are YES or NO." }, "latitude": { "type": "string", "description": "The latitude of the ATM" }, "locationName": { "type": "string", "description": "The name of the ATM location" }, "locationType": { "type": "string", "description": "Type of location for the ATM. Options are OTHER, AIRPORT, HOSPITAL, FINANCIAL_INSTITUTION." }, "longitude": { "type": "string", "description": "The longitude of the ATM." }, "owner": { "type": "string", "description": "This is the DBA name of the financial institution affiliate or independent service organization." }, "ownerICA": { "type": "string", "description": "This is the ICA of the entity that owns the ATM" }, "postalCode": { "type": "string", "description": "The postal code of the ATM location." }, "routeTransactionNumber": { "type": "string", "description": "The routing transaction number" }, "sponsor": { "type": "string", "description": "This is the legal or business name of the entity that sponsors the owner of the ATM into the Mastercard network." }, "sponsorICA": { "type": "string", "description": "This is the ICA of entity that sponsors the owner of the ATM" }, "supportsEmv": { "type": "string", "description": "This indicates whether the ATM has the ability to read chip cards or not. Options are UNKNOWN, SUPPORTS_EMV, DOES_NOT_SUPPORT_EMV." }, "surchargeFreeAllianceNetwork": { "type": "string", "description": "This value indicates whether or not the ATM participates in the Mastercard Shared (only) Surcharge Free Alliance network. Options are DOES_NOT_PARTICIPATE_IN_SFA, ALLPOINT_PREPAID, MONEYPASS_DEBIT, and ALL_SURCHARGE_FREE." } } }