Fintech APIs & Platform for KYC, Verification & Transactions in India | Eko Platform ServicesDMT — Send Money — API Recipe | Eko Platform Services
Eko Platform Services Logo

DMT — Send Money

Full domestic money transfer flow: look up the sender, onboard them if new, add the recipient, then send an OTP-verified transfer.

Product & pricing: Domestic Money Transfer (DMT)

  1. 1

    Check whether the customer is already a registered DMT sender.

    If response_type_id is 308 — skip to step 2, Onboard Sender. Sender not found — onboard them before continuing.

  2. 2

    Register a new sender when Get Sender API returns `response_type_id=308`.

  3. 3

    Add the beneficiary the sender wants to transfer to.

  4. 4

    Trigger the transaction OTP sent to the sender.

  5. 5

    Submit the OTP-verified transfer to complete the flow.

    If response_status_id is 0 — the flow is complete.

Flow at a glance

response_type_id 308308response_status_id 001. GET Get Sender ProfileGETGet Sender Profile2. POST Onboard SenderPOSTOnboard Sender3. POST Add RecipientPOSTAdd Recipient4. POST Send Transaction OTPPOSTSend Transaction OTP5. POST Initiate TransferPOSTInitiate Transferdone