Get Refunds

1.18 Get Refunds

Created refund transaction for the given transaction id.

Request

Method

URL

GET

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

Response

Status

Response

200

{

"data": {

"id": 1,

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

"refundStatus": "SUCCESS",

"refundPrice": 25,

"authCode": "authCode",

"hostReference": "hostReference",

"transId": "transId",

"transactionId": "transactionId",

"transactionType": "DEPOSIT",

"walletTransactionId": 123

}

}

403

400

400

401

401

500

Last updated