POST
/
payout
/
v1
/
directTransfer
{
  "status": "PENDING",
  "subCode": "201",
  "message": "Transfer request pending at the bank",
  "data": {
    "referenceId": "23457526",
    "utr": "",
    "acknowledged": 0
  }
}
This API will be retired soon. Please plan to migrate to the latest version, Transfers V2.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer auth token.

Content-Type
string
required

application/json

Body

application/json
amount
number
required

Amount to be transferred. Amount should be greater that INR 1.00. Decimals are allowed.

beneDetails
object
required

Object with the beneficiary details to whom amount is to be transferred

transferId
string
required

A unique ID to identify this transfer. Alphanumeric characters and underscores are allowed (40 character limit).

transferMode
string
required

It is the mode of transfer. Allowed values are: banktransfer, neft, imps, rtgs, upi, paytm, and amazonpay. The default transferMode is banktransfer.

Response

200 - application/json
data
object
message
string
status
string
subCode
string