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
Check whether the customer is already a registered DMT sender.
If
response_type_idis308— skip to step 2, Onboard Sender. Sender not found — onboard them before continuing. - 2POSTOnboard Sender
Register a new sender when Get Sender API returns `response_type_id=308`.
- 3POSTAdd Recipient
Add the beneficiary the sender wants to transfer to.
- 4
Trigger the transaction OTP sent to the sender.
- 5
Submit the OTP-verified transfer to complete the flow.
If
response_status_idis0— the flow is complete.