- Choose which upload screens you want to enable. For more information about the screens you can choose from, see How Upload works.
- Choose how you want to receive an alert when a fraud signal is detected in an uploaded file. You can:
- Be alerted via a notification
- Set up Webhooks to deliver fraud alerts to you automatically
- (Optionally) Customize the text on the upload screen.
- (Optionally) Set up even listeners if you want to take action on any of the following JavaScript events:
- Upload component is loaded (COMPONENT_LOAD_UPLOAD)
- Files are added or removed (UPLOAD_INPUT_CHANGE)
- A fraud signal is triggered by our statement validation service (UPLOAD_INVALID_FILE)
- User clicks the Continue button in Flinks Connect (UPLOAD_SUBMIT)
- Upload fails (UPLOAD_ERROR).
- (Optionally) Call the /FraudAnalysis endpoint to check if any fraud signals were detected.