Mendix integration with Veriff. Veriff is a KYC, AML and identity verification platform.
You need to ask for an account on Veriff, and set the API key in the Config
entity.
- Veriff doesn't currently allow non-https urls for callbacks (a feature request has been submitted) ; so you'll need to set your callback like "https://localhost ...", and switch to http in the browser manually
- For your webhooks, you should probably configure RequestCatcher, and then re-post the callbacks to your local server using Postman
API documentation of Veriff is here.
9+