Mastercard · Schema

CardAcceptorNamesBulk

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
cardAcceptorNames array List of merchant card acceptors
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-card-acceptor-names-bulk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CardAcceptorNamesBulk",
  "type": "object",
  "properties": {
    "cardAcceptorNames": {
      "type": "array",
      "description": "List of merchant card acceptors"
    }
  }
}