| name | payment-domain-knowledge |
| description | Perkcord payment processing domain model for Codex. Use when working on provider integrations, checkout flows, credential management, onboarding, PCI scope, webhooks, subscriptions, refunds, chargebacks, or merchant versus platform responsibilities. |
Payment Domain Knowledge
This is the Codex wrapper for the repo source skill:
.opencode/skills/payment-domain-knowledge/SKILL.md
Read that source skill before making payment, checkout, credential, or PCI-scope decisions.
Provider details live under the source skill directory:
.opencode/skills/payment-domain-knowledge/reference/credentials-by-provider.md
.opencode/skills/payment-domain-knowledge/reference/stripe.md
.opencode/skills/payment-domain-knowledge/reference/authorize-net.md
.opencode/skills/payment-domain-knowledge/reference/nmi.md
Codex translation notes:
- Keep provider adapters as the boundary for payment provider work.
- Never read or print local secret values unless the user explicitly authorizes it.
- Use official provider docs only when current API behavior is needed; prefer primary sources.