<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPaymentStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INPaymentStatus"
  },
  "title" : "INPaymentStatus"
}
-->

# INPaymentStatus

Constants indicating the state of the financial transaction.

```
enum INPaymentStatus
```

## Topics

### Constants

[`INPaymentStatus.unknown`](/documentation/Intents/INPaymentStatus/unknown)

The payment status is unknown.

[`INPaymentStatus.pending`](/documentation/Intents/INPaymentStatus/pending)

The app hasn’t sent the payment yet.

[`INPaymentStatus.completed`](/documentation/Intents/INPaymentStatus/completed)

The app made the payment.

[`INPaymentStatus.canceled`](/documentation/Intents/INPaymentStatus/canceled)

The app canceled the transaction before transferring the funds.

[`INPaymentStatus.failed`](/documentation/Intents/INPaymentStatus/failed)

The transaction failed and the funds were not transferred.

[`INPaymentStatus.unpaid`](/documentation/Intents/INPaymentStatus/unpaid)

The bill is currently unpaid.



---

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)