Mastercard · Example Payload

Mastercard Atm Locations Atm Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Atm Locations Atm Example is an example object payload from Mastercard, with 30 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accessFeesaddressLine1addressLine2airportCodeatmTerminalIdavailabilitycameracountryCodecountryNamecountrySubdivisionCodecountrySubdivisionNamecitydistancedistanceUnitgeocodingResulthandicapAccessiblehasSharedDepositisSurchargeFreeAlliancelatitudelocationNamelocationTypelongitudeownerownerICApostalCoderouteTransactionNumbersponsorsponsorICAsupportsEmvsurchargeFreeAllianceNetwork

Example Payload

Raw ↑
{
  "accessFees": "example_value",
  "addressLine1": "example_value",
  "addressLine2": "example_value",
  "airportCode": "example_value",
  "atmTerminalId": "500123",
  "availability": "example_value",
  "camera": "example_value",
  "countryCode": "example_value",
  "countryName": "example_value",
  "countrySubdivisionCode": "example_value",
  "countrySubdivisionName": "example_value",
  "city": "example_value",
  "distance": 42.5,
  "distanceUnit": "example_value",
  "geocodingResult": "example_value",
  "handicapAccessible": "example_value",
  "hasSharedDeposit": "example_value",
  "isSurchargeFreeAlliance": "example_value",
  "latitude": "example_value",
  "locationName": "example_value",
  "locationType": "example_value",
  "longitude": "example_value",
  "owner": "example_value",
  "ownerICA": "example_value",
  "postalCode": "example_value",
  "routeTransactionNumber": "example_value",
  "sponsor": "example_value",
  "sponsorICA": "example_value",
  "supportsEmv": "example_value",
  "surchargeFreeAllianceNetwork": "example_value"
}