Standard Transfer Sync
Use this API to initiate an amount transfer request at Cashfree by providing beneficiary id, amount, and transfer id. This is a sync transfer request.
POST
Body
application/json
Beneficiary Id. Alphanumeric characters allowed.
amount to be transferred. Decimals allowed (>= 1.00)
A unique Id to identify this transfer. Alphanumeric and underscore (_) allowed (40 character limit).
It is the mode of transfer. Allowed values are: banktransfer, neft, imps, rtgs, upi, paytm, and amazonpay. The default transferMode is banktransfer.
Additional remarks, if any. Alphanumeric and white spaces allowed (70 characters limit).
Response
200
application/json
200
The response is of type any
.
Was this page helpful?