Synctera · Schema

card_product_id

The unique identifier of a cards product

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-card-product-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_product_id",
  "title": "card_product_id",
  "description": "The unique identifier of a cards product",
  "example": "d6180286-ae04-4bdb-ac62-bce0b4b06f91",
  "format": "uuid",
  "type": "string"
}