POST
/
payout
/
v1
/
requestTransfer
{
  "status": "SUCCESS,",
  "subCode": "200,",
  "message": "Transfer completed successfully,",
  "data": {
    "referenceId": "10023,",
    "utr": "P16111765023806,",
    "acknowledged": 1
  }
}
This API will be retired soon. Please plan to migrate to the latest version, Transfers V2.

Once you trigger the requestTransfer API, the transfer to the beneficiary account will be attempted immediately and the bank’s reference number will be returned in the API response. The median time for the response is 2 to 5 seconds.

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. Decimals allowed (>= 1.00)

beneId
string
required

Beneficiary Id. Alphanumeric characters allowed.

transferId
string
required

A unique Id to identify this transfer. Alphanumeric and underscore (_) allowed (40 character limit).

remarks
string

Additional remarks, if any. Alphanumeric and white spaces allowed (70 characters limit).

transferMode
string

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

The response is of type any.