---
title: status()
framework: proximityreader
role: symbol
role_heading: Instance Method
path: proximityreader/storeandforwardpaymentcardreadersession/status()
---

# status()

Allows the merchant to check the status of the Store and Forward session.

## Declaration

```swift
func status() async throws -> StoreAndForwardStatus
```

## Return Value

Return Value StoreAndForwardStatus when successful.

## Discussion

Discussion note: This method throws a ReadError if status cannot be retrieved.
