For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pair card reader

To process card-present transactions, pair a VP3300 reader via Bluetooth.

Start pairing

ClearentWrapper.shared.startPairing(reconnectIfPossible: true)

Handle discovered readers

ClearentWrapper.shared.connectTo(reader: reader)

Pairing completion

func didFinishedPairing() {
    // Reader is connected and ready
}

Pairing a VP3300 card reader works

  1. The SDK scans for nearby readers.

  2. Returns a list of available devices.

  3. You present the list to the user.

  4. The user selects a reader.

  5. The SDK connects and confirms pairing.

Last updated

Was this helpful?