Skip to main content

Use the QRPh Skill with Your AI Coding Assistant

The qrph skill gives your AI coding assistant focused context for QRPH collection flows — choosing between dynamic payment intents and static funding methods, generating correct request payloads, and understanding webhook timing and settlement behavior.

Install

npx skills add https://github.com/nextpay-ai/skills --skill qrph

What it covers

The skill activates when you ask your AI to help with:

  • Choosing the right QRPH mechanism — one-time vs. reusable QR
  • Payment intents — dynamic QR generation, expiry, status polling
  • Funding methods — static QR setup and reuse
  • QRPH webhooks — event semantics, settlement timing, checkout UX patterns

The decision it applies:

You needMechanism
One-time QR, fixed amount, expires after paymentPayment Intent
Reusable QR, customer enters the amountFunding Method

For exact request fields and enum values, the skill routes to https://api.partners.nextpay.world/v2/openapi.

When to use the NextAPI skill instead

The qrph skill covers Money In only. For merchants, accounts, payouts, webhooks, or sandbox work, reach for the nextapi skill:

npx skills add https://github.com/nextpay-ai/skills --skill nextapi

Or install both at once if your integration touches both collection and disbursement:

npx skills add https://github.com/nextpay-ai/skills --skill nextapi --skill qrph