Pair card reader
Last updated
Was this helpful?
To process card-present transactions, pair a VP3300 reader via Bluetooth.
ClearentWrapper.shared.startPairing(reconnectIfPossible: true)ClearentWrapper.shared.connectTo(reader: reader)func didFinishedPairing() {
// Reader is connected and ready
}The SDK scans for nearby readers.
Returns a list of available devices.
You present the list to the user.
The user selects a reader.
The SDK connects and confirms pairing.
Last updated
Was this helpful?
Was this helpful?

