<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Transaction/RefundRequestStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit11TransactionV19RefundRequestStatusO"
  },
  "title" : "Transaction.RefundRequestStatus"
}
-->

# Transaction.RefundRequestStatus

The status codes for refund requests.

```
enum RefundRequestStatus
```

## Overview

The following methods throw the refund request status: [`beginRefundRequest(in:)`](/documentation/StoreKit/Transaction/beginRefundRequest(in:)-9k0pj),  [`beginRefundRequest(for:in:)`](/documentation/StoreKit/Transaction/beginRefundRequest(for:in:)-65tph), [`beginRefundRequest(in:)`](/documentation/StoreKit/Transaction/beginRefundRequest(in:)-63bvd), and [`beginRefundRequest(for:in:)`](/documentation/StoreKit/Transaction/beginRefundRequest(for:in:)-9mscy).

The refund request status reflects the status of the request, not the status of the refund itself.

## Topics

### Getting Refund Request Status

[`Transaction.RefundRequestStatus.userCancelled`](/documentation/StoreKit/Transaction/RefundRequestStatus/userCancelled)

The user canceled submission of their refund request.

[`Transaction.RefundRequestStatus.success`](/documentation/StoreKit/Transaction/RefundRequestStatus/success)

The App Store has received the refund request.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)