---
title: "Retrieve a refund"
method: GET
path: "/refunds/{RefundId}"
tags: ["Refunds"]
---

# Retrieve a refund

`GET /refunds/{RefundId}`

Returns an existing rate using a rate object ID.

## Path parameters

- `RefundId` string, required

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

Refund

- Refund
  - `object_created` string, date-time — Date and time of object creation.
  - `object_id` string — Unique identifier of the given object.
  - `object_owner` string — Username of the user who created the object.
  - `object_updated` string, date-time — Date and time of last object update.
  - `status` 'QUEUED' | 'PENDING' | 'SUCCESS' | 'ERROR' — Indicates the status of the Refund.
  - `test` boolean — Indicates whether the object has been created in test mode.
  - `transaction` string — Object ID of the Transaction to be refunded.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/goshippo/apis/shippo-address-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-address-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-address-api/revisions/26fcc6af452a/schema)
