Retrieve Refund Details
Get a detailed Refund by ID
Method and URL
GET
[BASE_URL]/v1/refunds/{id}
id
from the Refund ID whenever you create Refund
Response
Response Body
{
"code": "00",
"message": "Success",
"data": {
"id": "01990e74-5bc9-79a5-a651-400af0ad13ef",
"clientReferenceId": "1755665477",
"paymentSessionId": "44a14481-fa75-49a5-b17f-d03d8c5d52a6",
"chargeId": "110eb890-d238-4212-aedc-533a8c77a53e",
"capturedAmount": {
"currency": "IDR",
"value": "10000.00"
},
"isFullAmount": true,
"amount": {
"currency": "IDR",
"value": "10000.00"
},
"status": "SUCCESS",
"reason": "REQUESTED_BY_CUSTOMER",
"description": "Customer didn't receive the Product",
"destinationType": "CHANNEL",
"method": "AUTO",
"transferDestination": {
"channelCode": "BCA",
"channelInformation": {
"accountNumber": "17677665415",
"accountName": "Reforza Jordan Geotama"
},
"description": "Refund Pivot"
},
"metadata": {
"notes": "Customer called support"
},
"createdAt": "2025-09-03T07:22:11Z",
"updatedAt": "2025-09-03T07:22:13Z"
}
}
Detail Parameter Response
Parameter
Data Type
Requirement
Description
Last updated