Mastercard · Schema

Locale

Merchant Locale details

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
code string The locale where the merchant anticipates their business to be located; often referred to as the Accept-Language in HTTP headers.
merchantDescription string Description of the primary merchant tied to the transaction and responsible for providing the products or services (description of the business, what they do, markets, etc.). Used to help cardholder u
defaultLocale boolean This indicates whether or not this locale will be used as the default locale for displaying information to the customer.
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-locale-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Locale",
  "type": "object",
  "description": "Merchant Locale details",
  "properties": {
    "code": {
      "type": "string",
      "description": "The locale where the merchant anticipates their business to be located; often referred to as the Accept-Language in HTTP headers."
    },
    "merchantDescription": {
      "type": "string",
      "description": "Description of the primary merchant tied to the transaction and responsible for providing the products or services (description of the business, what they do, markets, etc.). Used to help cardholder understand business responsible for the charge."
    },
    "defaultLocale": {
      "type": "boolean",
      "description": "This indicates whether or not this locale will be used as the default locale for displaying information to the customer."
    }
  }
}