Mastercard · Schema

PageableCardAcceptorNamesResource

Pageable card acceptor names resource with pagination metadata

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
data array List of card acceptor resources
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-pageable-card-acceptor-names-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PageableCardAcceptorNamesResource",
  "type": "object",
  "description": "Pageable card acceptor names resource with pagination metadata",
  "properties": {
    "data": {
      "type": "array",
      "description": "List of card acceptor resources"
    }
  }
}