POST
/
payout
/
v1
/
lend
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "Transfer completed successfully",
  "data": {
    "referenceId": "54109311",
    "utr": "1681409852019854",
    "acknowledged": 1
  }
}
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
string
required

It is the loan amount. It should be equal to or greater than 1.00.

beneId
string
required

It is the unique ID to identify the beneficiary. Only alphanumeric characters are allowed.

loanId
string
required

It is the unique ID to identify the loan. Only alphanumeric characters are allowed.

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.

beneDetails
object

It is the details of the beneficiary.

serviceCharges
string
default:
[{"key":"", "value":""}]

It is the service charges that need to be disbursed to different parties.

Response

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

Was this page helpful?