Synctera · Schema

person_id

Unique ID for the person. Exactly one of `person_id` or `business_id` must be set.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-person-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/person_id",
  "title": "person_id",
  "description": "Unique ID for the person. Exactly one of `person_id` or `business_id` must be set.\n",
  "example": "2c0bf949-9f59-4a04-82d4-9a86e0ccec2c",
  "format": "uuid",
  "type": "string"
}