saleor-payments
Installation
SKILL.md
Saleor Payment Processing
Before writing code
Fetch live docs:
- Web-search
site:docs.saleor.io transaction payment flowfor the transaction-based payment model - Web-search
site:docs.saleor.io payment app sync webhooksfor payment App implementation patterns - Web-search
site:docs.saleor.io transaction events CHARGE_REQUESTEDfor transaction event types - Fetch
https://docs.saleor.io/docs/developer/paymentsand review the full payment lifecycle - Web-search
site:docs.saleor.io refund transactionRequestActionfor refund processing flow - Fetch
https://docs.saleor.io/docs/developer/app-store/apps/stripeand review Stripe App integration patterns
Transaction Payment Flow
Saleor uses a transaction-based payment model (replacing the legacy Payment model):