---
title: "Get Refund Status"
method: GET
path: "/collections/refund/{reference}"
---

# Get Refund Status

`GET /collections/refund/{reference}`

This API lets you get the details of a refund using the unique reference

## Path parameters

- `reference` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `collectionReference` string
    - `reference` string
    - `currency` string
    - `amountRefunded` string
    - `refundType` string
    - `payeeAccountNumber` string
    - `collectionExpectedAmount` string
    - `collectionAmountReceived` string
    - `collectionAmountSettled` string
    - `collectionSettlementReference` unknown
    - `collectionMerchantReference` string
    - `collectionVarianceType` string
    - `collectionVirtualAccountId` string
    - `metadata` unknown
    - `refundStatus` string
    - `completedAt` string
    - `initiatedAt` string
    - `payee` object
      - `email` unknown
      - `phone` unknown
      - `accountNumber` string
      - `bankCode` string
      - `bankName` string
      - `cardScheme` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
