paygent-cc

Implement Paygent credit card gateway flows for WooCommerce with tokenization and 3DS2.

3|2|Updated Jun 9, 2021
One-click install
npx skills add https://github.com/artisanworkshop/Japanized-for-WooCommerce --skill paygent-cc-artisanworkshop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paygent-cc
Source: https://github.com/artisanworkshop/Japanized-for-WooCommerce/tree/main/.claude/skills/paygent-cc
Command: npx skills add https://github.com/artisanworkshop/Japanized-for-WooCommerce --skill paygent-cc-artisanworkshop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Paygent credit card payments require complex gateway-specific request/response handling, including optional EMV 3D Secure 2.0 flows, tokenization, multi-currency support, and WooCommerce Subscriptions integration.

Core Features & Use Cases

  • Credit card payment gateway implementation: Covers main authorization/capture/refund flows via Paygent gateway classes.
  • EMV 3D Secure 2.0 support (receipt redirect flow): Enables tds2_check-controlled 3DS2 authorization with woocommerce_receipt_{id} and result reconciliation on woocommerce_thankyou_{id}.
  • Tokenization & saved-card lifecycle: Supports card info saving and deletion (tokenization) so card numbers/CVV do not need to be handled directly by the merchant.
  • Subscriptions (recurring billing) add-on: Integrates with WooCommerce Subscriptions through dedicated hooks for scheduled payments and status management.
  • Multi-currency & card type determination: Implements MCCC for sending currency code and supports debit/prepaid determination via response card type fields.
  • Payment method mapping: Supports multiple payment classes such as one-time, installment, bonus, and revolving (リボ) by gateway configuration.

Quick Start

Use the paygent-cc skill to generate and configure the Paygent credit card gateway implementation that supports token payments, optional EMV 3DS2 redirect flow, subscriptions, and multi-currency for your WooCommerce store.

Frequently Asked Questions about paygent-cc

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

FAQPage Schema
How do I implement EMV 3D Secure 2.0 with Paygent credit card payments in WooCommerce?

Paygent credit card 3DS2 implementation uses a receipt redirect flow controlled by `tds2_check`, redirecting customers during `woocommerce_receipt_{id}` and reconciling authorization results on `woocommerce_thankyou_{id}`.

Can I use Paygent tokenization to handle saved credit cards in WooCommerce?

Yes, Paygent tokenization supports saving and deleting card information so merchants avoid directly handling card numbers and CVV, managing the full saved-card lifecycle through the gateway classes.

Does Paygent support WooCommerce Subscriptions for recurring billing?

WooCommerce Subscriptions integration is supported through dedicated hooks for scheduled payments and subscription status management, enabling recurring billing alongside standard Paygent credit card processing.

What telegram_kind codes are required for Paygent credit card payment processing?

Paygent credit card processing maps specific telegram_kind codes for requests and responses, including 020, 022, 023, 025, 026, 027, 028, 029, and 094 for standard flows, and 031 and 094 for 3DS2 authorization.

How does Paygent handle multi-currency and card type determination?

Paygent multi-currency support uses the MCCC gateway class to send currency codes, while debit and prepaid card types are determined by parsing response card type fields returned from the Paygent gateway.

What payment method classes does the Paygent gateway support?

The Paygent gateway supports multiple payment method classes including one-time, installment, bonus, and revolving (リボ) payments, configured through gateway settings for flexible checkout options.