Synctera · Schema

business_id4

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

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-business-id4-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/business_id4",
  "title": "business_id4",
  "description": "Unique ID for the business. Exactly one of `business_id` or `person_id` must be set.\n",
  "example": "2c334624-265b-4ac9-9a30-0a1d45ea4bd0",
  "format": "uuid",
  "type": "string"
}