This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. SeoulCommerce Payment Gateway for TossPayments

SeoulCommerce Payment Gateway for TossPayments

Accept card payments in WooCommerce using TossPayments v2 API. Secure, fast, and fully compatible with WooCommerce checkout blocks.

10+ active installs
5.0
(1 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping SeoulCommerce Payment Gateway for TossPayments running.

WordPress compatibility
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.
Last updated
4 months ago
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
6.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how SeoulCommerce Payment Gateway for TossPayments is looked after — not on how many stores run it.

Solid
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 120 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.5, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
10 / 15
5.0/5 across 1 rating(s).
Listing transparency
6 / 10
Provides: description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

5.0

1 rating
5★1
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

SeoulCommerce Payment Gateway for TossPayments integrates TossPayments card payment functionality into your WooCommerce store. This plugin uses the TossPayments version 2 API/SDK and is compatible with WooCommerce checkout blocks.

Note: This plugin is developed by SeoulCommerce.com

Features

  • Card payment support via TossPayments v2 API
  • Full WooCommerce checkout blocks compatibility
  • Test mode for sandbox testing
  • Secure payment processing
  • Refund support
  • Webhook support for payment status updates
  • Comprehensive backend configuration
  • WordPress coding standards compliant

Requirements

  • WordPress 6.0 or higher
  • WooCommerce 8.0 or higher
  • PHP 7.4 or higher
  • A TossPayments merchant account (required)

Installation

  1. 🎯 IMPORTANT: A TossPayments merchant account is required before using this plugin.
    Use the official onboarding link:
    https://onboarding.tosspayments.com/registration/business-registration-number?utm_source=seoulwd&utm_medium=hosting&agencyCode=seoulwd

  2. Upload the plugin files to the /wp-content/plugins/seoulcommerce-payment-gateway-for-tosspayments directory, or install the plugin through the WordPress plugins screen directly.

  3. Activate the plugin through the ‘Plugins’ screen in WordPress.
  4. Go to WooCommerce > Settings > Payments and configure TossPayments.
  5. Enter your TossPayments API keys (Client Key and Secret Key) from your TossPayments dashboard.
  6. Enable test mode for testing or disable for live payments.
  7. Save changes and start accepting payments!

Configuration

  1. First, create your TossPayments merchant account (required):
    https://onboarding.tosspayments.com/registration/business-registration-number?utm_source=seoulwd&utm_medium=hosting&agencyCode=seoulwd

  2. Navigate to WooCommerce > Settings > Payments

  3. Click on “TossPayments” to configure
  4. You’ll see a prominent signup notice at the top with the special link
  5. After signing up, get your API keys from TossPayments dashboard
  6. Enter your TossPayments API credentials:
    • Test Client Key (for testing)
    • Test Secret Key (for testing)
    • Live Client Key (for production)
    • Live Secret Key (for production)
  7. Configure other settings as needed
  8. Save changes

API Keys

STEP 1: Sign up with our special affiliate link first (get special merchant rates!):
https://onboarding.tosspayments.com/registration/business-registration-number?utm_source=seoulwd&utm_medium=hosting&agencyCode=seoulwd

STEP 2: After signup, get your API keys from TossPayments developer dashboard:
https://developers.tosspayments.com/

Support

For support, please visit:
https://github.com/seoulcommerce/seoulcommerce-payment-gateway-for-tosspayments/issues

Source code for generated assets

This plugin includes generated build assets for WooCommerce Blocks:

  • Generated file: build/blocks/frontend.js
  • Human-readable source: src/blocks/frontend.js
  • Build config: webpack.config.js
  • Public source repository: https://github.com/seoulcommerce/seoulcommerce-payment-gateway-for-tosspayments

Build steps:

  1. Run npm install
  2. Run npm run build

External services

This plugin relies on TossPayments services to process payments.

  1. TossPayments JavaScript SDK (https://js.tosspayments.com/v2/standard)
    • Used to open the payment window during checkout.
    • Data sent when customer starts payment: order ID, order name, amount, customer name/email/phone.
  2. TossPayments Payments API (https://api.tosspayments.com/v1)
    • Used by the server to confirm/cancel payments and process refunds.
    • Data sent from server: payment key, order ID, amount, refund reason (for cancellation/refund).
  3. TossPayments merchant onboarding page (https://onboarding.tosspayments.com/registration/business-registration-number?utm_source=seoulwd&utm_medium=hosting&agencyCode=seoulwd)
    • Used only when merchant/admin clicks signup/onboarding links in plugin settings/banner.

Service provider: TossPayments.

  • Terms: https://pages.tosspayments.com/terms/user
  • Privacy: https://pages.tosspayments.com/terms/privacy/consent1/en/

Frequently Asked Questions

How do I get TossPayments API keys?

IMPORTANT: First sign up using our special affiliate link to get preferential merchant rates:
https://onboarding.tosspayments.com/registration/business-registration-number?utm_source=seoulwd&utm_medium=hosting&agencyCode=seoulwd

After signup, get your API keys from the TossPayments developer dashboard: https://developers.tosspayments.com/

Does this plugin support test mode?

Yes, the plugin includes full test mode support. Enable test mode in the settings to use test API keys.

Is this plugin compatible with WooCommerce checkout blocks?

Yes, this plugin is fully compatible with WooCommerce checkout blocks and follows the latest checkout blocks standards.

Can I process refunds?

Yes, the plugin supports full and partial refunds through the WooCommerce order management interface.

Screenshots

  1. TossPayments settings page in WooCommerce
  2. Checkout page with TossPayments payment method
  3. TossPayments payment window
  4. Order details with payment information
  5. Refund interface in order management
Categories
Cards & digital walletsPayment gateways
Plugin details
Version1.0.1
Last updated2026-04-03 5:23am GMT
Added2026-03-04
Requires WordPress6.0
Tested up to6.9.5
Requires PHP7.4

Tags on WordPress.org
credit card
korea
payment gateway
tosspayments
woocommerce
Alternatives
Other plugins in the same categories.
Payment Plugins for PayPal WooCommerce
80K+ installs
4.9(124)
Payment Gateway for PayPal on WooCommerce
10K+ installs
4.4(74)
Payment Plugins for Stripe WooCommerce
100K+ installs
4.8(298)
WooPayments: Integrated WooCommerce Payments
900K+ installs
3.3(162)
WooCommerce Stripe Payment Gateway
700K+ installs
3.1(235)
Payment Gateway for Redsys & WooCommerce Lite
20K+ installs
4.9(87)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy