POST
/
v1
/
connected-wallet
/
recharge
{
  "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
amount
string
required

It is the recharge amount in decimal value up to 2 precision.

paymentInstrumentId
string
required

It is the unique ID to identify the payment instrument.

rechargeId
string

It is the unique ID to identify the recharge request.

remarks
string

Remarks for the recharge transaction (optional).

utr
string

It is the unique transaction reference number for the recharge transaction (optional).

Response

200 - application/json
data
object
message
string

It displays the outcome of the request.

status
string

It displays the status of the request.

subCode
string

It displays the code identify the status of the request.