---
title: paymentStatus
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbilldetails/paymentstatus
---

# paymentStatus

The current status of the payment.

## Declaration

```swift
var paymentStatus: INPaymentStatus { get set }
```

## Discussion

Discussion Specify the current status of a scheduled payment. If the payment date of the bill is in the future, you typically set the payment status to INPaymentStatus.pending. For bills in the past, set the status to INPaymentStatus.completed if payment was successful or to another value if the transaction wasn’t completed. If you haven’t scheduled the bill for payment, set its status to INPaymentStatus.unknown.

## See Also

### Accessing the Bill Information

- [billPayee](intents/inbilldetails/billpayee.md)
- [paymentDate](intents/inbilldetails/paymentdate.md)
- [billType](intents/inbilldetails/billtype.md)
