<!--
{
  "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/INRideCompletionStatus/paymentAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRideCompletionStatus(py)paymentAmount"
  },
  "title" : "paymentAmount"
}
-->

# paymentAmount

The amount paid or still outstanding for the ride.

```
var paymentAmount: INCurrencyAmount? { get }
```

## Discussion

When you use the [`completed(settled:)`](/documentation/Intents/INRideCompletionStatus/completed(settled:)) method to create instances of this class, this property stores the final amount paid by the user for the ride. When you use the [`completed(outstanding:)`](/documentation/Intents/INRideCompletionStatus/completed(outstanding:)) method to create instances of this class, this property stores any unpaid costs that your app and must settle.

Use the [`isOutstanding`](/documentation/Intents/INRideCompletionStatus/isOutstanding) property to determine if the user still needs to pay the amount in this property.

---

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)