---
title: "Retrieve a refund part"
method: GET
path: "/v1/refunds/{refundKey}/parts/{refundpartid}"
tags: ["Refunds"]
---

# Retrieve a refund part

`GET /v1/refunds/{refundKey}/parts/{refundpartid}`

**Note:** This operation is only available if you have [Invoice Settlement](https://docs.zuora.com?resourceId=billing-invoice-settlement) enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see [Invoice Settlement Enablement and Checklist Guide](https://docs.zuora.com?resourceId=billing-invoice-settlement-migration-checklist-and-guide) for more information. 

Retrieves the information about a specific refund part.

## Path parameters

- `refundpartid` string, required
- `refundKey` string, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- RefundPartResponseType
  - `amount` number, double — The amount of the refund part.
  - `createdById` string — The ID of the Zuora user who created the refund part.
  - `createdDate` string — The date and time when the refund part was created, in `yyyy-mm-dd hh:mm:ss` format. For example, 2017-03-01 15:31:10.
  - `creditMemoId` string, nullable — The ID of the credit memo associated with the refund part.
  - `id` string — The ID of the refund part.
  - `organizationLabel` string — The organization that this object belongs to. Note: This field is available only when the Multi-Org feature is enabled.
  - `paymentId` string — The ID of the payment associated with the refund part.
  - `success` boolean — Returns `true` if the request was processed successfully.
  - `updatedById` string — The ID of the Zuora user who last updated the refund part.
  - `updatedDate` string — The date and time when the refund part was last updated, in `yyyy-mm-dd hh:mm:ss` format. For example, 2017-03-02 15:36:10.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
