{
  "products": {
    "enabled": [
      "nl.tradle.DigitalPassport",
      "tradle.CorporateBankAccount",
      "tradle.LifeInsurance",
      "tradle.MortgageProduct"
    ],
    "autoApprove": true,
    "autoVerify": false,
    "approveAllEmployees": true,
    "plugins": {
      "termsAndConditions": {
        "enabled": true
      },
      "lens": {
        "nl.tradle.DigitalPassport": {
          "tradle.PhotoID": "io.safere.lens.PhotoID"
        }
      },
      "prefillForm": {
        "nl.tradle.DigitalPassport": {
          "tradle.PhotoID": {
            "country": {
              "id": "tradle.Country_NZ"
            }
          }
        }
      },
      "complyAdvantage": {
        "credentials": {
          "apiKey": "..."
        },
        "products": {
          "tradle.CordaKYC": {
            "filter": {
              "fuzziness": 1,
              "filter": {
                "types": [
                  "sanction"
                ]
              }
            },
            "propertyMap": {
              "tradle.BusinessInformation": {
                "companyName": "companyName",
                "registrationDate": "registrationDate"
              }
            }
          }
        }
      },
      "onfido": {
        "apiKey": "..."
      },
      "openCorporates": {
        "apiKey": "...",
        "products": {
          "tradle.CordaKYC": [
            "tradle.BusinessInformation"
          ]
        }
      },
      "centrix": {
        "credentials": {
          "httpCredentials": {
            "username": "...",
            "password": "..."
          },
          "requestCredentials": {
            "subscriberId": "...",
            "userId": "...",
            "userKey": "..."
          }
        },
        "products": {
          "nl.tradle.DigitalPassport": {}
        }
      },
      "customize-message": {
        "tradle.FormRequest": {
          "tradle.PhotoID": "Please click to scan your **ID document**",
          "tradle.Selfie": "Thank you. Now take a '**selfie**' photo of yourself that I can match against your ID document",
          "tradle.Residence": {
            "first": "Thank you. Now I need you to provide your **residence** information",
            "nth": "Thank you. Do you have another **residence**? If yes, tap Add, otherwise tap Next"
          }
        },
        "tradle.Confirmation": {
          "tradle.Remediation": "Thanks for importing your data!"
        }
      }
    }
  },
  "tours": {
    "intro": {
      "_t": "tradle.Tour",
      "message": "Take a quick tour of this chat bot?",
      "pages": [
        {
          "title": "Ready for friendliness?",
          "description": "Finally, you will be in control of your own private information!",
          "img": "https://s3.amazonaws.com/tradle-public-images/friendly.png",
          "imgStyle": {
            "height": 150,
            "width": 150
          },
          "backgroundColor": "#ffde1c",
          "fontColor": "#004db5",
          "level": 10
        }
      ]
    }
  }
}
