Synctera · Schema

verification_vendor_info_detail

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
code string Vendor specific code.
description string Description of vendor specific code.
View JSON Schema on GitHub

JSON Schema

synctera-verification-vendor-info-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/verification_vendor_info_detail",
  "title": "verification_vendor_info_detail",
  "properties": {
    "code": {
      "description": "Vendor specific code.",
      "example": "R186",
      "type": "string"
    },
    "description": {
      "description": "Description of vendor specific code.",
      "example": "Global Watchlist sources selected are correlated with the input identifiers",
      "type": "string"
    }
  },
  "type": "object"
}