---
title: paymentMethod
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestrideintent/paymentmethod
---

# paymentMethod

The user’s requested payment method.

## Declaration

```swift
@NSCopying var paymentMethod: INPaymentMethod? { get }
```

## Discussion

Discussion If the user requests a specific payment method, this property contains that method. When processing payments later, you use the requested payment method to determine how to apply charges for the ride. You are responsible for handling and settling all financial transactions between your service and the user.
