---
title: "init(options:)"
framework: proximityreader
role: symbol
role_heading: Initializer
path: "proximityreader/paymentcardreader/init(options:)"
---

# init(options:)

Creates a payment card reader with the specified options.

## Declaration

```swift
init(options: PaymentCardReader.Options = .init())
```

## Parameters

- `options`: The configuration settings for the reader.

## Discussion

Discussion Keep a strong reference to the returned object for the duration of the reader session.

## See Also

### Creating a payment reader

- [PaymentCardReader.Options](proximityreader/paymentcardreader/options-swift.struct.md)
