woo-payments
Installation
SKILL.md
WooCommerce Payment Gateway Development
Before writing code
Fetch live docs:
- Web-search
site:developer.woocommerce.com payment gateway apifor payment gateway guide - Web-search
woocommerce payment gateway tutorialfor implementation patterns - Fetch
https://woocommerce.github.io/code-reference/classes/WC-Payment-Gateway.htmlfor class reference
Gateway Architecture
Base Class: WC_Payment_Gateway
All gateways extend WC_Payment_Gateway (which extends WC_Settings_API):