paygent-digital

Implement Paygent digital payment redirect flows in WooCommerce with refund handling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Paygentのデジタル決済(PayPay、Paidy、楽天ペイ、Apple Pay、Google Pay、Alipay国際決済、銀聯ネット決済)に対応したリダイレクト型決済フローを、WooCommerceの注文処理と取消・返金まで一貫して実装・検証できるようにします。

Core Features & Use Cases

  • Redirect-based payment flow(woocommerce_receipt_ → external POST → woocommerce_thankyou_): 申込送信後に外部決済へリダイレクトし、サンクスページで結果を照会してステータス更新します。
  • Multi-method coverage for Paygent digital: PayPay(paygent_paypay)、Paidy(paygent_paidy)、楽天ペイ(paygent_rakuten_pay)を中心に、Apple Pay / Google Pay / Alipay / 銀聯の運用方針と電文種別(telegram_kind)を整理します。
  • Refund/void handling guidance: 取消・返金時のtelegram_kind(例: PayPay 421)や、楽天ペイ・Paidyの売上計上/特殊な返金ロジックに関する参照情報を提供します。

Quick Start

WooCommerceでPaygentのPayPay(paygent_paypay)をリダイレクト型決済として実装するために、telegram_kindの選び方とwoocommerce_receipt_/woocommerce_thankyou_での確認手順を要点整理して教えてください。

Frequently Asked Questions about paygent-digital

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

FAQPage Schema
How do I implement a Paygent digital payment redirect flow in WooCommerce?

To implement a Paygent redirect flow in WooCommerce, use woocommerce_receipt_ for the external POST request and woocommerce_thankyou_ to verify the transaction result and update the order status.

How does WooCommerce handle Paygent refund and cancel operations for digital payments?

WooCommerce handles Paygent refund and cancel operations by mapping specific telegram_kind values to each gateway ID, such as using telegram_kind 421 for PayPay refunds and applying specific logic for Paidy and Rakuten Pay.

Does Paygent digital payment integration require a specific WooCommerce or PHP version?

Paygent digital payment integration requires WooCommerce 9.0 or higher with specific gateway IDs and hooks, alongside a compatible PHP 8.2 or higher runtime environment to function correctly.

What Paygent digital payment methods are supported in WooCommerce redirect flows?

Supported Paygent digital payment methods for WooCommerce redirect flows include PayPay, Paidy, Rakuten Pay, Apple Pay, Google Pay, Alipay international payments, and UnionPay network settlements.

Why is my Paygent PayPay redirect flow not updating the WooCommerce order status correctly?

Paygent PayPay redirect flows may fail to update WooCommerce order status if the woocommerce_thankyou_ hook lacks proper transaction verification or the telegram_kind mapping is incorrectly configured for the gateway ID.