Skip to content

API Reseller

Payout API

IMPS, NEFT, RTGS and UPI transfers, singly or in bulk, each independently trackable. A transfer with no usable response stays pending with the balance debited, which is the only safe treatment when a timeout means the money may already have moved.

What you get

  • IMPS, NEFT, RTGS and UPI with automatic rail selection
  • Bulk submission with per-transfer status
  • Beneficiary validation before the transfer is accepted
  • Explicit pending state, never auto-resolved on elapsed time
  • Balance and low-balance webhooks

FAQ

About payout api

How should I handle a timeout?

Treat it as pending and do not retry with a fresh reference. Reuse the original idempotency key: the API will return the existing transfer rather than creating a second one. A timeout is when a payout is most likely to have succeeded, so retrying blindly is how a system pays twice.