Merchant quick start
@pqrs/merchant — quick start.
import { createMerchantSession } from '@pqrs/merchant';
const session = createMerchantSession({ merchantId: 'M123' });
const qr = session.presentPaylink({ amount: 4999 });
See Reference for the full API.