Levin DMT Flow

  1. First, you need to onboard your agents (users) using the Onboard Agent API. This is a one-time process for each agent on our platform.
  2. Then, follow these guidelines to design the Levin DMT transaction flow in your app:
    1. Check if the customer has already been onboarded on EKO’s platform using the Get Sender Information API.
      1. For a new customer, use the Onboard Sender , Validate Aadhar and Verify Customer OTP APIs to onboard them on the platform.
        Note: OTPs will not be dispatched on UAT for testing.
      2. For an existing customer, use the Get Sender Information and Verify OTP APIs to get the customer monthly limit .
    2. Then, Get List of Recipients which are already registered for that customer.
    3. If the desired recipient is not registered, Add Recipient for that customer.
    4. Then, use the Send Transaction OTP to trigger the OTP and the Initiate Transaction API to initiate a transaction to a registered recipient for that customer.