---
title: "Find payment refund by ID"
method: GET
path: "/v1/payments/{paymentId}/refunds/{refundId}"
tags: ["Refunding payments"]
---

# Find payment refund by ID

`GET /v1/payments/{paymentId}/refunds/{refundId}`

Return payment refund information by Refund ID The Authorisation token needs to be specified in the 'authorization' header as 'authorization: Bearer YOUR_API_KEY_HERE'

## Path parameters

- `paymentId` string, required
- `refundId` string, required

## Response `200`

OK

- Refund
  - `refund_id` string
  - `created_date` string
  - `amount` integer
  - `_links` RefundLinksForSearch — links for search refunds resource
    - `self` Link — A link related to a payment
      - `href` string
      - `method` string
    - `payment` Link — A link related to a payment
      - `href` string
      - `method` string
  - `status` 'submitted' | 'success' | 'error'

## Other responses

- `401` — Credentials are required to access this resource
- `404` — Not found
- `429` — Too many requests
- `500` — Downstream system error

## Changes

- **2019-08-01** `6e01c8022b87` — 2 info
  - api tag `Refunding payments` added
  - api tag `Refunds` removed
- **2019-07-31** `f8066d82895d` — 1 info
  - api operation id `getRefundById` removed and replaced with `Get a payment refund`
- **2019-07-31** `ef50a2b1c4f1` — 2 info
  - api tag `Refunds` added
  - api tag `refunds` removed
- **2019-02-22** `89daf4ffa64f` — 3 info
  - api operation id `Get a payment refund` removed and replaced with `getRefundById`
  - api tag `refunds` added
  - api tag `Refunding card payments` removed

[Change history](https://skmtc.dev/alphagov/apis/gov-uk-pay-api/changes/v1/payments/:paymentId/refunds/:refundId/get.md)

---

[API](https://skmtc.dev/alphagov/apis/gov-uk-pay-api.md) · [All operations](https://skmtc.dev/alphagov/apis/gov-uk-pay-api/llms.txt) · [OpenAPI document](https://skmtc.dev/alphagov/apis/gov-uk-pay-api/revisions/6e01c8022b87?raw)
