---
title: fetchStoredPaymentCardReadResultCount()
framework: proximityreader
role: symbol
role_heading: Instance Method
path: proximityreader/paymentcardreaderstore/fetchstoredpaymentcardreadresultcount()
---

# fetchStoredPaymentCardReadResultCount()

Returns the number of reads the framework performed using a Store and Forward session.

## Declaration

```swift
func fetchStoredPaymentCardReadResultCount() async throws -> Int
```

## Discussion

Discussion note: This method throws a PaymentCardReaderStore.StoreError if the count cannot be fetched.
