Synctera · Schema

Business

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
creation_time string
ein string
email string
entity_name string
formation_date string
formation_state string
id string
last_updated_time string
phone_number string
status string
structure string
trade_names array
verification_last_run string
verification_status string
View JSON Schema on GitHub

JSON Schema

synctera-business1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/business1",
  "title": "Business",
  "properties": {
    "creation_time": {
      "format": "date-time",
      "type": "string"
    },
    "ein": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "entity_name": {
      "type": "string"
    },
    "formation_date": {
      "format": "date",
      "type": "string"
    },
    "formation_state": {
      "type": "string"
    },
    "id": {
      "format": "uuid",
      "type": "string"
    },
    "last_updated_time": {
      "format": "date-time",
      "type": "string"
    },
    "phone_number": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "structure": {
      "type": "string"
    },
    "trade_names": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "verification_last_run": {
      "format": "date-time",
      "type": "string"
    },
    "verification_status": {
      "type": "string"
    }
  },
  "type": "object"
}