Mastercard · Schema

LocationsBulk

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
locations array Set of Merchant Locations
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-locations-bulk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocationsBulk",
  "type": "object",
  "properties": {
    "locations": {
      "type": "array",
      "description": "Set of Merchant Locations"
    }
  }
}