Synctera · Schema

brand_product_code

The Mastercard or Visa Product Code - 3 alpha-numeric characters

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-brand-product-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/brand_product_code",
  "title": "brand_product_code",
  "description": "The Mastercard or Visa Product Code - 3 alpha-numeric characters",
  "maxLength": 3,
  "minLength": 3,
  "type": "string"
}