Synctera · Schema

user_data

An unstructured JSON blob representing additional transaction information specific to each payment rail.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-user-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/user_data",
  "title": "user_data",
  "description": "An unstructured JSON blob representing additional transaction information specific to each payment rail.",
  "nullable": true,
  "type": "object"
}