Skip to main content
POST
Standard Transfer Async

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json
beneId
string
required

Beneficiary ID. Alphanumeric characters allowed.

amount
number<float>
required

Amount to be transferred. Decimal allowed (>= 1.00)

transferId
string
required

A unique id to identify this transfer. Alphanumeric and underscore (_) allowed (40 character 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.

remarks
string

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

Response

200

status
string
Example:

"ACCEPTED"

subCode
string
Example:

"201"

message
string
Example:

"Transfer Initiated"

data
object