Synctera · Schema

card_pin

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
pin string The new PIN
View JSON Schema on GitHub

JSON Schema

synctera-card-pin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_pin",
  "title": "card_pin",
  "properties": {
    "pin": {
      "description": "The new PIN",
      "type": "string"
    }
  },
  "type": "object"
}