woo-payments

Develop custom WooCommerce payment gateways with tokenization and subscription support.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill woo-payments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: woo-payments
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/woocommerce-commerce/skills/woo-payments
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill woo-payments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of custom payment gateway integrations for WooCommerce, enabling businesses to accept payments through various methods.

Core Features & Use Cases

  • Gateway Development: Create custom payment gateways extending WC_Payment_Gateway.
  • Integration Models: Supports direct, redirect, and hosted/iframe payment flows.
  • Advanced Features: Includes tokenization for saved payment methods and support for WooCommerce Subscriptions.
  • Use Case: Develop a new payment gateway for a cryptocurrency provider, handling direct API calls and secure tokenization for recurring payments.

Quick Start

Use the woo-payments skill to build a WooCommerce payment gateway that supports direct integration and tokenization.

Frequently Asked Questions about woo-payments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a custom WooCommerce payment gateway integration?

WooCommerce payment gateway development involves extending the `WC_Payment_Gateway` class to handle API calls, process orders, and manage secure checkout flows. It supports direct, redirect, and hosted integration models for flexible payment processing.

Does WooCommerce payment gateway development support tokenization for saved payment methods?

Yes, WooCommerce payment gateway development supports tokenization for saved payment methods. This allows customers to securely store their payment details for faster checkout and enables support for WooCommerce Subscriptions recurring billing.

What integration models are available when developing a WooCommerce payment gateway?

Available integration models for WooCommerce payment gateways include direct API calls, redirect flows, and hosted iframe options. Choosing the right model determines how customers interact with the checkout form and impacts PCI compliance requirements.

Can I handle recurring payments and subscriptions with a custom WooCommerce payment gateway?

Yes, you can handle recurring payments by integrating WooCommerce Subscriptions with your custom payment gateway. Implementing tokenization ensures secure storage of customer payment data for automated recurring billing cycles.

Do I need to follow PCI compliance standards when creating a direct WooCommerce payment gateway?

Yes, building a direct WooCommerce payment gateway requires strict adherence to PCI compliance standards. Using redirect or hosted iframe models reduces your compliance burden by keeping sensitive card data off your servers.