Synctera · Schema

ban_status

(alpha) Ban status of the person. One of the following: * `ALLOWED` – person is not banned * `BANNED` – person is banned

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-ban-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ban_status",
  "title": "ban_status",
  "description": "(alpha) Ban status of the person. One of the following:\n* `ALLOWED` \u2013 person is not banned\n* `BANNED` \u2013 person is banned\n",
  "enum": [
    "ALLOWED",
    "BANNED"
  ],
  "example": "ALLOWED",
  "type": "string"
}