Mastercard · Schema

CardAcceptorData

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
matchType string Types of card acceptor match type
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-card-acceptor-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CardAcceptorData",
  "type": "object",
  "properties": {
    "matchType": {
      "type": "string",
      "description": "Types of card acceptor match type"
    }
  }
}