paygent-cc

Integrate Paygent credit card payments into WooCommerce with tokenization and 3DS2.

Updated Sep 22, 2024
One-click install
npx skills add https://github.com/WordPressBugBounty/plugins-woocommerce-for-japan --skill paygent-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paygent-cc
Source: https://github.com/WordPressBugBounty/plugins-woocommerce-for-japan/tree/main/woocommerce-for-japan/.claude/skills/paygent-cc
Command: npx skills add https://github.com/WordPressBugBounty/plugins-woocommerce-for-japan --skill paygent-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Paygent credit card payment integrations in WooCommerce are complex, especially when supporting tokenization, EMV 3D Secure 2.0 redirect flows, subscriptions (recurring billing), and multi-currency/MCCC variants.

Core Features & Use Cases

  • Credit card (paygent_cc) payment gateway wiring: Implements the main credit card flow including required telegram kinds for authorization/capture/refund/correction and payment_id handling.
  • Tokenization & saved-card lifecycle: Supports card token processing and integrates card information saving/deletion (token-based and customer_card_id flows).
  • EMV 3D Secure 2.0 redirect flow: Enables 3DS2 via tds2_check, using WooCommerce receipt/thankyou hooks and Paygent information inquiry (telegram_kind 094).
  • Subscriptions integration (addon-cc): Adds recurring billing support through WooCommerce Subscriptions hooks and related telegram kinds (e.g., 551 registration).
  • Multi-currency credit cards (paygent_mccc): Sends currency_code and handles MCCC-specific behavior while keeping the same overall flow structure.

Quick Start

Ask the AI to map your WooCommerce gateway configuration to the required Paygent parameters for paygent_cc, including when to use EMV 3DS2 and how to handle subscriptions and tokenization.

Frequently Asked Questions about paygent-cc

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

FAQPage Schema
How do I implement Paygent credit card payments in WooCommerce with tokenization?

The Skill integrates Paygent credit card payments into WooCommerce by handling card authorization, capture, refund, and customer-facing payment flows using specific Paygent telegram_kind mappings like 020 and 031.

Does Paygent WooCommerce integration support EMV 3D Secure 2.0 redirect flows?

Yes, EMV 3D Secure 2.0 redirect flows are supported via tds2_check, utilizing WooCommerce receipt and thank you hooks alongside Paygent information inquiry telegram_kind 094 for secure browser redirect handling.

Can I use WooCommerce Subscriptions recurring billing with Paygent credit cards?

Yes, WooCommerce Subscriptions recurring billing is supported through addon-cc hooks, enabling automatic card charges using specific recurring registration telegram kinds such as 551.

How do I handle multi-currency MCCC credit card payments in WooCommerce for Paygent?

Multi-currency MCCC credit card payments are handled by sending the specific currency_code while maintaining the same overall Paygent authorization and capture flow structure as standard credit card transactions.

What are the requirements for integrating Paygent credit card payment gateways in WooCommerce?

Integrating Paygent credit card payment gateways requires WooCommerce 9.0 or higher, WordPress 6.7 or higher, and PHP 8.2 or higher to properly process card authorizations and tokenization flows.