Synctera · Schema

account_id

The unique identifier of an account

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-account-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account_id",
  "title": "account_id",
  "description": "The unique identifier of an account",
  "example": "4403f645-c2e3-4f8d-9027-127dca09f353",
  "format": "uuid",
  "type": "string"
}