QPay V2 payment integration for Shopify stores.
cp .env.example .env
# Fill in credentials
npm install
npm startPOST /payment/initiate- Create payment with QR + bank linksGET /payment/check/:invoiceId- Check payment statusPOST /webhook/qpay- QPay webhook callbackPOST /gdpr/*- Shopify GDPR endpoints
MIT