Retrieve list of Refund

Get all of your created Refun

Method and URL

GET [BASE_URL]/v1/refunds

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"
    },
    {
      "id": "01990e4f-bb8d-7e3d-ba3f-463176c925e8",
      "clientReferenceId": "1755054798",
      "paymentSessionId": "edb4e7c4-7842-4ec6-831a-f85c5bbdf3a4",
      "chargeId": "4f5eebdd-00ba-4202-b6ed-7056c1865f2d",
      "capturedAmount": {
        "currency": "IDR",
        "value": "10000.00"
      },
      "isFullAmount": false,
      "amount": {
        "currency": "IDR",
        "value": "500.00"
      },
      "status": "SUCCESS",
      "reason": "REQUESTED_BY_CUSTOMER",
      "description": "Refund due to duplicate transaction",
      "destinationType": "ACCOUNT",
      "method": "AUTO",
      "transferDestination": {
        "channelCode": "BCA",
        "channelInformation": {
          "accountNumber": "17677665415",
          "accountName": "Reforza Jordan Geotama"
        },
        "description": "Reforza Pivot"
      },
      "metadata": {
        "notes": "Customer called support"
      },
      "createdAt": "2025-09-03T06:42:10Z",
      "updatedAt": "2025-09-03T06:42:13Z"
    }
  ],
  "pagination": {
    "page": 1,
    "perPage": 10,
    "totalItems": 47,
    "totalPages": 5
  }
}

Detail Parameter Response

Parameter
Data Type
Requirement
Description

Refund

Array of Object

M

pagination

Object

M

Last updated