aba-payway
Installation
SKILL.md
ABA PayWay
Implement and troubleshoot ABA PayWay checkout flows across frameworks, using Next.js as the primary profile in this version.
Quick Workflow
- Confirm server configuration and runtime.
- Build or verify purchase payload fields in the exact PayWay hash order.
- Sign payload server-side only.
- Open checkout from the hidden form after script readiness.
- Verify callback parsing and logging behavior.
Framework Profiles (Next.js First)
- Next.js (primary profile): implement signing and callback routes with App Router route handlers.
- React SPA / Vue SPA: implement a separate backend endpoint for signing and callback handling, then call it from the client.
- Nuxt: implement signing and callback handlers with Nuxt server routes.
- Any framework: keep identical unsigned fields, field order, and hash algorithm.
Related skills