Mastercard · JSON Structure

Mastercard Merchant Locations Merchant Search Structure

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

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

Properties

addressLine1 addressLine2 city countryCode countrySubdivisionCode latitude longitude merchantCategory merchantType offerMerchantId postalCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MerchantSearch",
  "type": "object",
  "properties": {
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countrySubdivisionCode": {
      "type": "string"
    },
    "latitude": {
      "type": "string"
    },
    "longitude": {
      "type": "string"
    },
    "merchantCategory": {
      "type": "string"
    },
    "merchantType": {
      "type": "string"
    },
    "offerMerchantId": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    }
  }
}