Synctera · Schema

application_update_request

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
enabled boolean To enable or disable aft/oct feature
processor object
View JSON Schema on GitHub

JSON Schema

synctera-application-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/application_update_request",
  "title": "application_update_request",
  "properties": {
    "enabled": {
      "description": "To enable or disable aft/oct feature",
      "type": "boolean"
    },
    "processor": {
      "$ref": "#/components/schemas/processor"
    }
  },
  "type": "object"
}