Synctera · Schema

verification_vendor_info

The information provided to Synctera from the vendor. Interpretation of this object is up to the client.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-verification-vendor-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/verification_vendor_info",
  "title": "verification_vendor_info",
  "description": "The information provided to Synctera from the vendor. Interpretation of this object is up to the client.\n",
  "discriminator": {
    "mapping": {
      "application/json": "#/components/schemas/verification_vendor_json",
      "text/xml": "#/components/schemas/verification_vendor_xml"
    },
    "propertyName": "content_type"
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/verification_vendor_json"
    },
    {
      "$ref": "#/components/schemas/verification_vendor_xml"
    }
  ],
  "type": "object"
}