This is an info Alert.
xpay
  • 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
  • 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. Sifalo Pay

Sifalo Pay

Sifalo Pay for WooCommerce, Allows your customer to Pay with various Mobile Money and Card payments including EVC Plus, ZAAD, EDAHAB, PREMIER WALLET, …

70+ 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 Sifalo Pay running.

WordPress compatibility
Tested to 7.1
Tested against the WordPress branch in use today.
Last updated
8 days ago
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.4
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

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

Scored on how Sifalo Pay is looked after — not on how many stores run it.

Well maintained
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 4 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1 (current).
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-09-16 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.

Accept mobile money services like EVC Plus, Zaad, eDahab, Sahal, Premier Wallet and Card Payments like Mastercard, Visa on your WooCommerce store safely and securely using Sifalo Pay.

Sifalo Pay is a revolutionary payment gateway that enables your customers to pay with whatever payment method they have while you get paid with your preferred payment platform. By just installing this plugin you get access to 20+ payment services.

Checkout compatibility

This plugin works with the classic WooCommerce checkout (shortcode-based). WooCommerce Cart/Checkout blocks are not supported yet.

Caching compatibility

Sifalo Pay works with caching plugins if you exclude WooCommerce dynamic pages and do not cache logged-in users or cart sessions. Payment API calls and order updates run on the server and are not affected by page cache. Problems appear when checkout HTML, checkout fragments, or JS/CSS are cached or combined incorrectly.

No Sifalo-specific cache rules are required beyond normal WooCommerce best practices.

How to prevent issues

  1. Enable WooCommerce-aware caching. In your cache plugin, turn on any built-in WooCommerce or e-commerce mode (WP Rocket, LiteSpeed Cache, WP-Optimize, and similar plugins usually have this).

  2. Never cache these URLs. Add them to “Never cache URLs” / “Cache exclusions”:

    • /cart/
    • /checkout/
    • /my-account/
    • order-received (thank-you pages)
    • Any URL containing ?add-to-cart=
    • Any URL containing ?sid= (card payment return from Sifalo)

    Use your real permalink structure, for example /checkout/, /en/checkout/, or custom slugs.

  3. Exclude WooCommerce cookies. Do not serve cached pages when these cookies exist:

    • woocommerce_items_in_cart
    • woocommerce_cart_hash
    • wp_woocommerce_session_*

    Also enable “Do not cache for logged-in users” (or the equivalent setting).

  4. Exclude checkout from JS/CSS optimization. In minify/combine/defer settings, exclude:

    • sifalo-pay-public.js
    • sifalo-pay-public.css
    • jquery (if checkout breaks after enabling defer)
  5. Clear all caches after changes. Purge page cache, object cache (if used), and CDN cache. Test in a private/incognito window.

  6. Smoke test:

    • Add a product to cart.
    • Open checkout and confirm Sifalo methods appear (ZAAD, EVC, eDahab, Premier Wallet, Cards).
    • Confirm the Sifalo logo shows above the methods and “Secured by Sifalo Pay” styling loads.
    • Place a test order (sandbox/staging).
    • For cards: confirm the return URL updates the order status (not stuck on pending due to a stale page).

How to fix checkout if caching breaks it

  1. Confirm it is cache-related. Temporarily disable the caching plugin (or disable page cache). If checkout works, continue below.
  2. Purge everything: page cache, object cache, opcode cache, and CDN.
  3. Apply the URL exclusions listed above.
  4. Apply the cookie and logged-in user exclusions listed above.
  5. Disable JS/CSS optimization on checkout. Test with minify off, then re-enable one feature at a time.
  6. Retest in an incognito window. Place wallet and card test orders.
  7. If still broken, open browser DevTools → Network and confirm sifalo-pay-public.js returns 200 on checkout. Search the page source for sifaloPayCheckout. Check the Console for JavaScript errors.
  8. Fallback: exclude the entire site from page cache until the rules are correct. The payment flow must never be cached.

Symptoms and likely fixes

  • No payment methods at checkout — checkout page is fully cached. Exclude /checkout/ and disable cache for users with cart cookies.
  • Sifalo methods show but no logo or green styling — JS/CSS not loaded or over-minified. Exclude Sifalo assets from combine/defer, hard-refresh, and purge cache.
  • “Processing…” overlay never appears — sifalo-pay-public.js is blocked or stale. Exclude it from minify/defer and check the browser console.
  • Wrong cart total or empty payment section — cached checkout fragment. Exclude checkout and disable fragment/cache for AJAX checkout.
  • Card payment completes but the order stays pending — thank-you page is cached, so ?sid= verify is skipped. Exclude order-received and URLs with ?sid=.
  • Works when logged in, broken for guests — guest page cache is too aggressive. Exclude cart cookies; do not cache checkout for guests with items in cart.
  • Works after clearing cache, then breaks again — checkout-like pages have a long cache TTL. Add URL exclusions permanently; do not rely on manual purge only.

Settings for popular cache plugins

WP Rocket:
* Settings → Cache → Never Cache URL(s): add checkout, cart, and my-account patterns.
* Settings → Advanced Rules → Never Cache Cookies: WooCommerce cookies listed above.
* Settings → File Optimization: exclude sifalo-pay-public.js and sifalo-pay-public.css.
* Enable WooCommerce integration if shown.

LiteSpeed Cache:
* Cache → Excludes → Do Not Cache URIs: same URL list as above.
* Cache → Excludes → Do Not Cache Cookies: WooCommerce cookies listed above.
* Page Optimization: exclude Sifalo JS/CSS from combine/minify.

W3 Total Cache:
* Page Cache → Advanced → Never cache the following pages: checkout, cart, my-account.
* Minify: ignore scripts/styles containing sifalo-pay.

SiteGround Optimizer, Hostinger, and similar host caches:
* Use the host “E-commerce” or “WooCommerce” preset.
* Manually add checkout exclusions if they are not automatic.

What not to do

  • Do not full-page cache /checkout/ for performance. Use object cache or a CDN for static assets only.
  • Do not cache pages with ?key= (WooCommerce order key) or ?sid= (Sifalo card return).
  • Do not assume that caching that works for a blog also works for the shop.
Categories
Cards & digital wallets
Plugin details
Version2.5.2
Last updated2026-09-12 3:11pm GMT
Added2022-04-23
Requires WordPress5.4
Tested up to7.1
Requires PHP7.4

Tags on WordPress.org
EDAHAB
EVC Plus
mastercard
visa
Zaad
Alternatives
Other plugins in the same categories.
Payment Plugins for PayPal WooCommerce
80K+ installs
4.9(125)
Payment Plugins for Stripe WooCommerce
100K+ installs
4.8(301)
Payment Gateway for PayPal on WooCommerce
10K+ installs
4.4(73)
Mollie Payments for WooCommerce
100K+ installs
3.5(70)
WooPayments: Integrated WooCommerce Payments
800K+ installs
3.4(169)
MONEI Payments for WooCommerce
500+ installs
5.0(45)
xpay

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-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