Free DMT — Money Transfer
Domestic money transfer over IMPS. The remitter is verified by OTP once, which yields a sender_token used for beneficiary and transfer calls.
This is not a universal IMPS rail. Each bank is switched on individually by an operator, and at present only a handful are — so most IFSCs are refused. Start your integration at GET /ext/v1/dmt/banks and let your user pick from that list; POST /beneficiary/add rejects anything else with 422 BANK_NOT_SUPPORTED, before a rupee moves.
The per-transfer range and the per-beneficiary daily limit are set by the operator and can change without a version bump. GET /ext/v1/dmt/balance returns the values in force right now (min_transfer, max_transfer, daily_limit_per_beneficiary) — validate against those rather than the figures printed above.