Synctera · Schema

card_category

The category of the card

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-card-category-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_category",
  "title": "card_category",
  "description": "The category of the card",
  "enum": [
    "CONSUMER",
    "COMMERCIAL"
  ],
  "type": "string"
}