1.19 Reset Merchant Wallet Balance

Created refund transaction for the given transaction id.

Request

Method

URL

POST

/wallet/v1/merchants/me/wallet/reset-balance

{
  "walletAmount": 15.0
}

Response

Status

Response

200

{

"data": {

"id": 1,

"createdDate": "2024-01-17T12:34:56",

"amount": 15.0,

"currency":"TRY",

"memberId":153

}

}

403

400

400

401

401

500

Last updated