[provider] Provider
Names the payment provider or an intentional multi-provider boundary, such as SePay, Polar, Stripe, or multi-provider orders.
/ak:payment-integration stripe Add a sandbox subscription checkout Quick Ref / Command
Engineer Kit
/ak:payment-integration
Integrate checkout, QR payments, subscriptions, webhooks, and multi-provider order flows across SePay, Polar, and Stripe.
Define payment job
Select provider
Read provider refs
Model orders
Rule 01
Provider choice follows market and product model
Rule 02
Webhooks must be verified and idempotent
Rule 03
Order state is the durable source of truth
Rule 04
Multi-provider flows require explicit currency and lifecycle mapping
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:payment-integration [provider] [task][provider] Provider
Names the payment provider or an intentional multi-provider boundary, such as SePay, Polar, Stripe, or multi-provider orders.
/ak:payment-integration stripe Add a sandbox subscription checkout [task] Payment task
Describes the checkout, subscription, webhook, VietQR, order, refund, test, and authority contract to design or implement; do not include secrets.
/ak:payment-integration "stripe Add a sandbox subscription checkout and verify webhook signatures on the raw body" Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:payment-integration SePay VietQR checkout for VND orders /ak:payment-integration Polar subscriptions with GitHub benefits /ak:payment-integration Stripe Connect marketplace payouts Payment Integration Output
Pattern
Provider-specific checkout + webhook + order-state implementation A production payment change should include provider rationale, secure webhook handling, idempotent state transitions, and reconciliation/testing notes.