---
title: "Find payment refund by ID"
method: GET
path: "/v1/payments/{paymentId}/refunds/{refundId}"
tags: ["Refunding card 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'
  - `settlement_summary` RefundSettlementSummary — A structure representing information about a settlement for refunds
    - `settled_date` string — The date that the transaction was refunded from the service's account.

## Other responses

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

---

[API](https://skmtc.net/alphagov/apis/gov-uk-pay-api.md) · [All operations](https://skmtc.net/alphagov/apis/gov-uk-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alphagov/gov-uk-pay-api/versions/262275a01170/schema)
