Synctera · Schema

socure_global_watchlist

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
matches object
reasonCodes array Array of reason codes
View JSON Schema on GitHub

JSON Schema

synctera-socure-global-watchlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/socure_global_watchlist",
  "title": "socure_global_watchlist",
  "properties": {
    "matches": {
      "$ref": "#/components/schemas/socure_matches"
    },
    "reasonCodes": {
      "description": "Array of reason codes",
      "items": {
        "$ref": "#/components/schemas/socure_reason_code"
      },
      "type": "array"
    }
  },
  "required": [
    "matches"
  ],
  "type": "object"
}