1.17 Create Refund Transaction

Created refund transaction for the given transaction id.

Request

Method

URL

POST

/payment/v1/wallet-transactions/{walletTransactionId}/refunds

{
  "price": 25
}

Response

Status

Response

200

{

"data": {

"id": 1,

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

"refundStatus": "PENDING",

"refundPrice": 25,

"authCode": "authCode",

"hostReference": "hostReference",

"transId": "transId",

"transactionId": "transactionId",

"transactionType": "DEPOSIT",

"walletTransactionId": 123

}

}

403

400

400

401

401

500

Last updated