Skip to main content
Version: 0.2.0

PayerFlowKit quick start

PayerFlowKit — quick start.

import PayerFlowKit

let flow = try await PayerFlow.resolve(scannedPayload)
try await flow.confirm()

See Reference for the full API.