Mastercard · Schema

CardAcceptorDataResource

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
matchType string The card acceptor match type
status string The status of Card Acceptor Name - PENDING, PASS, FAILED
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-card-acceptor-data-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CardAcceptorDataResource",
  "type": "object",
  "properties": {
    "matchType": {
      "type": "string",
      "description": "The card acceptor match type"
    },
    "status": {
      "type": "string",
      "description": "The status of Card Acceptor Name - PENDING, PASS, FAILED"
    }
  }
}