1.23 Refund Payment Transaction
Last updated
Last updated
Request
Response
Method
URL
POST
/payment/v1/refund-transactions
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