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. CoinbarPay Payment Gateway

CoinbarPay Payment Gateway

Coinbar Pay is a Woocommerce Payment Gateway plugin that allows online merchants to accept crypto payments on their website.

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

What the WordPress.org registry says about keeping CoinbarPay Payment Gateway running.

WordPress compatibility
Tested to 6.5.8 — 5 branches behind 7.0
Several branches behind. Worth checking on a staging site before updating WordPress.
Last updated
2 years 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.

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

Scored on how CoinbarPay Payment Gateway is looked after — not on how many stores run it.

Limited evidence
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
6 / 35
Last update 2y ago.
WordPress compatibility
7 / 20
5 WP branches behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
11 / 15
5.0/5 across 2 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

2 ratings
5★2
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.

CoinbarPay Payment Gateway

A simple and easy to use Payment Gateway plugin for Woocommerce that allows online merchants to accept crypto payments on their website.
The plugin is easy to install and integrates seamlessly with the Woocommerce platform.
It allows merchants to accept a wide range of popular cryptocurrencies including Bitcoin, Ethereum, Litecoin, and more.
With Coinbar Pay, merchants can expand their payment options and attract a wider customer base by catering to the growing demand for crypto payments.

CoinbarPay Service activation

  1. Visit the Coinbar website and click on the “Register” button to register as a new account.
  2. Fill in the registration form with your business information and create a password for your account.
  3. Verify your email address by clicking on the link sent to your email.
  4. Once logged in, navigate to the “KYC Verification” section, choice business account type and upload the necessary documents for verification (Company registration, ID, etc).
  5. Wait for the verification process to be completed. It can take few minutes or may take up to 24h depending on the verification load.
  6. Once your account is verified, navigate to the “Business Panel” section and activate the Coinbar Pay service.
  7. Obtain your API key and secret key in Coinbar Pay Service panel.
  8. Use the obtained keys in the Coinbar Pay plugin settings to complete the integration.

Plugin Install & Configuration

  1. Install the plugin through the WordPress plugin directory or by uploading the files to your server.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Go to the Woocommerce settings page, and click on the “Payment Gateways” tab.
  4. Click on the “Coinbar Pay” option to configure the plugin.
  5. Enter your Coinbar Pay API key and configure other settings as needed.
  6. Save changes and start accepting crypto payments on your website.

Available Payment Methods

The CoinbarPay Payment Gateway plugin allows for both on-chain and off-chain types of payments. This means that users have the option to use their private wallet or the Coinbar wallet for transactions.
The Coinbar wallet is an account on the Coinbar Exchange Platform that allows users to hold, trade, deposit, withdraw, and pay with their preferred coin.
* When using a private wallet, after the checkout process, the user is prompted to confirm the final payment price, choose a cryptocurrency to pay with, and confirm the payment request. This generates a QR code for the user to scan and use their private wallet as the payment source.
* When using the Coinbar Wallet, the user will need to log in to the system and use funds that have been previously deposited.

Available Countries

CoinbarPay is available for Store Owners and Merchants in :
* Austria
* Belgium
* Bulgaria
* Czech Republic
* Denmark
* Finland
* France
* Germany
* Greece
* Ireland
* Italy
* Malta
* Netherlands
* Norway
* Poland
* Portugal
* Slovakia
* Slovenia
* Spain
* Sweden
* Switzerland
* United Kingdom
.. and more will be added.

Plugin service fees

For more informations about the service fees and available promotions check out to https://pay.coinbar.io/

User Customer fees

  • Using own private wallet will means the fees are calculated by the coin blockchain and may changes very often.
  • Using coinbar account wallet is free and does not have a payment fee.

Dependencies

This plugin uses some dependencies as :
* Adamantic Crypto Payments PHP SDK (MIT License):
Convenience library that defines key roles for the integration of
crypto payment gateways in PHP applications.
* Coinbar Pay PHP Plugin SDK (LGPL3 license):
Pure PHP implementation of the integration with Coinbar Pay (can be
used as-is in PHP back-ends, or as a base for e-commerce plug-ins).
* Brick\Math (MIT License):
A PHP library to work with arbitrary precision numbers.
* PHP Dotenv – vlucas (BSD License):
Library to automatically fetch specific configuration files (.env)
and to map them to environment variables.
* PHPOption (Apache 2.0 License):
Implementation of the “Option” type (a type that can hold
a value or nothing, and act consequently) for PHP.
* Result-Type – GrahamCampbell (BSD License):
Implementation of the “Result” type (a type that can hold both a
result code – OK/KO/… – and a return value) for PHP.
* Symfony Polyfills for ctype, mbstring, php80 (MIT License):
These library provide fall-back PHP implementations of features that
are essential for the proper functioning of the software when they are
not available in the user’s environment.

Development Credits

This plugin was developed by Adamantic.io Developer Team.
https://github.com/adamantic-io

Links

  • Coinbar Pay homepage : https://pay.coinbar.io
  • For more informations about Coinbar company, please go https://coinbar.io
  • Plugins source : https://github.com/coinbardevelop/coinbarpay-payment-gateway-plugin
  • Developers Team : https://github.com/adamantic-io
  • Detailed documentation: https://docs.coinbar.io

Support

For support, please visit the Coinbar Pay website or contact us at support@coinbar.io.

Where to find more informations ?

Please visit https://coinbar.io or https://pay.coinbar.io for FAQ pages.

Categories
Crypto paymentsPayment gateways
Plugin details
Version1.0.0
Last updated2024-04-17 10:36am GMT
Added2023-02-27
Requires WordPress6.0
Tested up to6.5.8
Requires PHP7.4

Tags on WordPress.org
crypto payments
Crypto-Fiat Payments
payment gateway
payment method
woocommerce
Alternatives
Other plugins in the same categories.
Direct Payments for WooCommerce – Bank Transfer, Mobile Money, Crypto and Peer-to-Peer (P2P) Payments
800+ installs
5.0(10)
RiskPay Gateway: USDC Payouts for WooCommerce
700+ installs
5.0(4)
Cryptocurrency Payment Gateway
400+ installs
4.6(10)
Cryptoniq
70+ installs
4.6(7)
MyCryptoCheckout – Bitcoin, Ethereum, and 100+ altcoins for WooCommerce
8K+ installs
4.3(49)
Cryptocurrency Payment Gateway for WordPress & WooCommerce by CryptoPay
100+ installs
4.3(6)
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