Get Refund Transaction By Id

1.22 Get Refund Transaction By Id

Request

Method

URL

GET

/payment/v1/refund-transactions/{id}

Response

Status

Response

200

{

"data": {

"id": 3355,

"conversationId": null,

"createdDate": "2024-01-03 14:24:51.343525+00",

"status": "NOT_REFUNDED",

"refundDestinationType": "WALLET",

"refundPrice": 100.0,

"refundBankPrice": 100.0,

"refundWalletPrice": 100.0,

"currency": "TRY",

"isAfterSettlement": false,

"paymentTransactionRefunds": null,

"paymentId": 2732,

"authCode": "",

"hostReference": "",

"transId": ""

}

}

403

400

400

401

401

500

Last updated