Synctera · Schema

card_product_type

The type of the card product

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-card-product-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_product_type",
  "title": "card_product_type",
  "description": "The type of the card product",
  "enum": [
    "DEBIT",
    "CREDIT",
    "PREPAID"
  ],
  "type": "string"
}