Synctera · Schema

card_pin_status

The status of the card PIN

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-card-pin-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_pin_status",
  "title": "card_pin_status",
  "description": "The status of the card PIN",
  "enum": [
    "SET",
    "CHANGED"
  ],
  "readOnly": true,
  "type": "string"
}