1.23 Refund Payment Transaction

Request

Method

URL

POST

/payment/v1/refund-transactions

{
    "paymentTransactionId": 3355,
    "conversationId": "abc123",
    "refundPrice": 25,
    "refundDestinationType": "PROVIDER",
    "chargeFromMe": true
}

Response

Status

Response

200

{

"data": {

"id": 3355,

"conversationId": "abc123",

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

"status": "FAIL",

"isAfterSettlement": false,

"refundPrice": 100.0,

"refundBankPrice": 100.0,

"refundWalletPrice": 100.0,

"refundType": "REFUND",

"refundDestinationType": "PROVIDER",

"authCode": "",

"hostReference": "",

"transId": "",

"currency": "TRY",

"paymentTransactionId": 3355,

"paymentId": 2732

}

}

403

400

400

401

401

500

Last updated