cURL
curl --request POST \ --url https://sandbox.cashfree.com/payout/v1/connected-wallet/recharge \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 500.01, "paymentInstrumentId": "YES_CONNECTED_484576_4f21dfa", "rechargeId": "recharge12", "utr": 54600012345, "remarks": "salary" }'
200
success
{ "status": "SUCCESS", "subCode": "200", "message": "Recharge successful", "data": { "referenceId": 4379710, "message": "Amount added to the merchant balance" }}
Use this API to recharge the OneEscrow account (notional credit) using a payment instrument.
Bearer token for authentication.
Recharge successful
The response is of type object.
object
Was this page helpful?