Framework

P2PQRSDK

P2PQRSDK provides the ability to create and process QR codes for a quick person to person transactions.

Overview

This SDK is responsible for managing a QR code’s content to:

  • generate a QR code with specified QRCodeGeneratorParameters in a string format

  • parse and validate the QR code created in such way to the QRPaymentData which could be later used to make a payment transaction request

The SDK itself does not provide the ability to make a transaction request, in order to do so, please refer to P2PTransfersSDK, which is a separate SDK offered by Verestro.

To get started using this SDK, call its shared instance shared that provides the desired services or conform to the HasP2PQRSDK protocol using the dependency injection pattern.

Topics

Articles

Classes

Protocols

Enumerations