User Guide
  • Introducing Dojah
  • GETTING STARTED
    • Quick Actions
  • IDENTITY VERIFICATION
    • Sandbox Test Data
    • Government Lookup
      • Individual Lookup
      • Business Lookup
      • Download Lookups
    • EasyOnboard
      • Verification flows
        • Configuring a flow
        • Verification Pages
          • User Data
          • Government Data
          • Business Data
          • Phone Number
          • Email
          • Business ID
          • Government-Issued ID
          • Liveness
          • Upload Other Documents
          • Signature
          • Questions
        • Fraud Check
        • Cost Breakdown
        • Integration
      • Verifications
    • Document Analysis
    • Address Verification
  • FRAUD MONITORING
    • AML Screening
      • User Screening
      • Business Screening
      • Download Screenings
    • EasyDetect
      • Creating a flow
        • Editing a Process
      • Connecting a flow
      • Cases and Events
        • Reviewing Cases
  • REPORTING ANALYTICS
    • API Report
    • Messaging Logs
    • Easy Detect Report
    • Easy Credit Check
  • Developers
    • APIs Logs
    • Configuration
      • Creating/Editing Apps
      • API Keys
        • Sandbox and Live Environment
      • Webhooks
  • Billings
    • Top-up Wallet
    • Transaction History
    • API Calls
  • Settings
    • Teams
      • Manage Teams and Permissions
      • Inviting Team-members
    • Audit logs
Powered by GitBook
On this page

Was this helpful?

  1. FRAUD MONITORING
  2. EasyDetect

Connecting a flow

Last updated 9 months ago

Was this helpful?

Below are the step-by-step instructions for connecting a flow:

  • First, create a flow.

  • After creating the flow, click on the pencil icon in the fraud flow table to edit it.

  • Navigate to the settings section. In the settings section, input your webhook link in the webhook URL field.

  • To receive notifications via email, toggle the email notification option on and enter your email address.

  • Save your changes.

  • In the real-time URL field, copy the link by clicking on the copy button.

  • Open Postman and add a new request.

  • Change the request method from "GET" to "POST."

  • Paste your real-time URL into the appropriate field. In the authorization section, select "Inherit auth from parent."

  • Ensure that your header includes all necessary information, such as App ID and Authorization (Secret key).

  • Click the "Send" button.

OR

  • You can copy the real-time URL on the settings section

  • Integrate it in your codebase to get real- time response

Enter your request parameters in the body section. You can use the example provided in our for a test run.

documentation
Fraud Flows - Settings