- 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.
- Then, follow these guidelines to design the Levin DMT transaction flow in your app:
- Check if the customer has already been onboarded on EKO’s platform using the Get Sender Information API.
- 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.
- For an existing customer, use the Get Sender Information and Verify OTP APIs to get the customer monthly limit .
- Then, Get List of Recipients which are already registered for that customer.
- If the desired recipient is not registered, Add Recipient for that customer.
- 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.