A WordPress plugin by CPPay to accept crypto payments, enable token-based monetization (x402), and power on-chain commerce.
cppay-wordpress-plugin is an early-stage PHP project in the AI payments / x402 ecosystem. It currently has 2 GitHub stars and 0 forks.
Create and query crypto payments in WordPress via the CPPay API without exposing your API key on the frontend.
Reference: https://www.cppay.finance/docs/zh/guide/wordpress-plugin.html
CPPay appears at checkouthttps://www.cppay.finance/payment/{ott}After enabling the gateway, CPPay appears as a payment method at checkout.
Settings page URL examples:
wp-admin/admin.php?page=wc-settings&tab=checkout (legacy)wp-admin/admin.php?page=wc-settings&tab=checkout§ion=cppay_gateway (gateway manage page)wp-admin/admin.php?page=wc-settings&tab=payments (new UI)Checkout behavior:
CPPayPOST /api/payment/ott/create with Authorization: ApiKey {api_key}https://www.cppay.finance/payment/{ott}completed or failed[cppay_payment plain="instant" amount="10" order_prefix="blog" title="Pay with Crypto"]
Subscription example:
[cppay_payment plain="subscription" amount="9.99" interval_days="30" order_prefix="sub"]
The plugin PHP client aligns with interfaces in cppay-sdk/src/assets/request.ts:
GET /api/payment/tokenPOST /api/payment/createGET /api/payment/queryPOST /api/subscription/createGET /api/subscription/queryIt also maps response fields to SDK-style names such as paymentId, subscriptionId, paymentAmount, expireAt, and status.
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
A payments protocol for the internet. Built on HTTP.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.