Get Refund By Id
1.21 Get Refund By Id
Request
Method | URL |
GET | /payment/v1/refunds/{id} |
Response
Status | Response |
200 | { "data": { "id": 3355, "conversationId": null, "createdDate": "2024-01-03 14:24:51.343525+00", "status": "NOT_REFUNDED", "isAfterSettlement": false, "refundPrice": 100.0, "refundBankPrice": 100.0, "refundWalletPrice": 100.0, "refundType": "REFUND", "refundDestinationType": "WALLET", "authCode": "", "hostReference": "", "transId": "", "currency": "TRY", "paymentId": 2732, "paymentTransactionRefunds": null } } |
403 | |
400 | |
400 | |
401 | |
401 | |
500 |
Last updated