Synctera · Schema

manual_entry

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
address_verification object
enabled boolean
View JSON Schema on GitHub

JSON Schema

synctera-manual-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/manual_entry",
  "title": "manual_entry",
  "properties": {
    "address_verification": {
      "$ref": "#/components/schemas/digital_wallet_token_address_verification"
    },
    "enabled": {
      "default": false,
      "example": false,
      "type": "boolean"
    }
  },
  "type": "object"
}