Synctera · Schema

physical_card_format

The format of a physical card product

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-physical-card-format-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/physical_card_format",
  "title": "physical_card_format",
  "description": "The format of a physical card product",
  "enum": [
    "MAGNETIC_STRIPE",
    "CHIP",
    "CONTACT",
    "CONTACTLESS",
    "PHYSICAL_COMBO"
  ],
  "type": "string"
}