Skip to main content
Version: 0.2.0

Payer flow quick start

@pqrs/payer-flow — quick start.

import { resolvePaylink } from '@pqrs/payer-flow';

const flow = await resolvePaylink(scannedPayload);
await flow.confirm();

See Reference for the full API.