cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/lend \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "beneId": "<string>", "loanId": "<string>", "amount": "<string>", "transferMode": "<string>", "serviceCharges": "[{\"key\":\"\", \"value\":\"\"}]", "beneDetails": { "bankAccount": "<string>", "ifsc": "<string>", "name": "<string>", "phone": "<string>", "email": "<string>", "vpa": "<string>", "address1": "<string>" } }'
200
Success transfer for beneId
"{\n \"status\":\"SUCCESS\",\n \"subCode\":\"200\",\n \"message\":\"Transfer completed successfully\",\n \"data\":\n { \n \"referenceId\":\"54109311\",\n \"utr\":\"1681409852019854\",\n \"acknowledged\": 1\n }\n}\n"
Use this API to send requests for loan disbursement to the beneficiary. The service charges are pooled for the respective party and disbursed at the end of day. Disbursement amount = (Amount - total service charges).
Bearer Auth Token
application/json
The response is of type object.
object