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 need | Mechanism |
|---|---|
| One-time QR, fixed amount, expires after payment | Payment Intent |
| Reusable QR, customer enters the amount | Funding 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
Related
- Use the NextAPI Skill — broad Partners API v2 skill
- Accept a QRPH Payment — the step-by-step guide for the same flow
- Collections Lifecycle — how payment intents and funding methods fit together