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.
PayerFlowKit — quick start.
import PayerFlowKit
let flow = try await PayerFlow.resolve(scannedPayload)
try await flow.confirm()
See Reference for the full API.