Mastercard · Example Payload

Mastercard Merchant Locations Merchant Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Merchant Locations Merchant 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

addressLine1addressLine2cashbackMaximumAmountcategorycountryCodecountryNamecountrySubdivisionCodecountrySubdivisionNamecitydistancedistanceUniteasySavingsMerchantOfferIdgeocodingResultidisPayPassConcessionisPayPassPharmacyisPayPassFuelPumpisPayPassTollBoothisPayPassDriveThroughisPayPassRegisterisPayPassTicketingisPayPassVendingMachineisRepowerByCardSwipeSupportedisRepowerByMoneyPakSupportedlatitudelocationNamelongitudephoneNumberpostalCodewebsiteUrl

Example Payload

Raw ↑
{
  "addressLine1": "example_value",
  "addressLine2": "example_value",
  "cashbackMaximumAmount": "example_value",
  "category": "example_value",
  "countryCode": "example_value",
  "countryName": "example_value",
  "countrySubdivisionCode": "example_value",
  "countrySubdivisionName": "example_value",
  "city": "example_value",
  "distance": 42.5,
  "distanceUnit": "example_value",
  "easySavingsMerchantOfferId": "500123",
  "geocodingResult": "example_value",
  "id": "abc123",
  "isPayPassConcession": true,
  "isPayPassPharmacy": true,
  "isPayPassFuelPump": true,
  "isPayPassTollBooth": true,
  "isPayPassDriveThrough": true,
  "isPayPassRegister": true,
  "isPayPassTicketing": true,
  "isPayPassVendingMachine": true,
  "isRepowerByCardSwipeSupported": true,
  "isRepowerByMoneyPakSupported": true,
  "latitude": "example_value",
  "locationName": "example_value",
  "longitude": "example_value",
  "phoneNumber": "example_value",
  "postalCode": "example_value",
  "websiteUrl": "https://www.example.com"
}