saleor-payments

Installation
SKILL.md

Saleor Payment Processing

Before writing code

Fetch live docs:

  1. Web-search site:docs.saleor.io transaction payment flow for the transaction-based payment model
  2. Web-search site:docs.saleor.io payment app sync webhooks for payment App implementation patterns
  3. Web-search site:docs.saleor.io transaction events CHARGE_REQUESTED for transaction event types
  4. Fetch https://docs.saleor.io/docs/developer/payments and review the full payment lifecycle
  5. Web-search site:docs.saleor.io refund transactionRequestAction for refund processing flow
  6. Fetch https://docs.saleor.io/docs/developer/app-store/apps/stripe and review Stripe App integration patterns

Transaction Payment Flow

Saleor uses a transaction-based payment model (replacing the legacy Payment model):

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026