Created refund transaction for the given transaction id.
Request
Method
URL
POST
/wallet/v1/merchants/me/wallet/reset-balance
{ "walletAmount": 15.0 }
Response
Status
200
{
"data": {
"id": 1,
"createdDate": "2024-01-17T12:34:56",
"amount": 15.0,
"currency":"TRY",
"memberId":153
}
403
400
401
500
Last updated 1 year ago