POST
/
v1
/
connected-wallet
/
recharge
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"
}'
{
"status": "SUCCESS",
"subCode": "200",
"message": "Recharge successful",
"data": {
"referenceId": 4379710,
"message": "Amount added to the merchant balance"
}
}

Headers

Authorization
string
required

Bearer token for authentication.

Body

application/json

Response

200
application/json

Recharge successful

The response is of type object.