Mastercard · JSON Structure

Mastercard Merchant Locations Merchant Structure

Type: object Properties: 30
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Merchant is a JSON Structure definition published by Mastercard, describing 30 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

addressLine1 addressLine2 cashbackMaximumAmount category countryCode countryName countrySubdivisionCode countrySubdivisionName city distance distanceUnit easySavingsMerchantOfferId geocodingResult id isPayPassConcession isPayPassPharmacy isPayPassFuelPump isPayPassTollBooth isPayPassDriveThrough isPayPassRegister isPayPassTicketing isPayPassVendingMachine isRepowerByCardSwipeSupported isRepowerByMoneyPakSupported latitude locationName longitude phoneNumber postalCode websiteUrl

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Merchant",
  "type": "object",
  "properties": {
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "cashbackMaximumAmount": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countryName": {
      "type": "string"
    },
    "countrySubdivisionCode": {
      "type": "string"
    },
    "countrySubdivisionName": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "distance": {
      "type": "number"
    },
    "distanceUnit": {
      "type": "string"
    },
    "easySavingsMerchantOfferId": {
      "type": "string"
    },
    "geocodingResult": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "isPayPassConcession": {
      "type": "boolean"
    },
    "isPayPassPharmacy": {
      "type": "boolean"
    },
    "isPayPassFuelPump": {
      "type": "boolean"
    },
    "isPayPassTollBooth": {
      "type": "boolean"
    },
    "isPayPassDriveThrough": {
      "type": "boolean"
    },
    "isPayPassRegister": {
      "type": "boolean"
    },
    "isPayPassTicketing": {
      "type": "boolean"
    },
    "isPayPassVendingMachine": {
      "type": "boolean"
    },
    "isRepowerByCardSwipeSupported": {
      "type": "boolean"
    },
    "isRepowerByMoneyPakSupported": {
      "type": "boolean"
    },
    "latitude": {
      "type": "string"
    },
    "locationName": {
      "type": "string"
    },
    "longitude": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "websiteUrl": {
      "type": "string"
    }
  }
}