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. AhaPay Buy Now Pay Later

AhaPay Buy Now Pay Later

AhaPay Buy Now Pay Later AhaPay is a Buy Now Pay Later (BNPL) payment solution that enables customers to split their purchases into installments with …

10+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping AhaPay Buy Now Pay Later running.

WordPress compatibility
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.
Last updated
7 months ago
At least 7.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
false
Your host must be running at least this version.
Requires WordPress
false
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.

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

Scored on how AhaPay Buy Now Pay Later is looked after — not on how many stores run it.

Mixed signals
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
26 / 35
Updated 221 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
Not enough data
No ratings yet.
Listing transparency
3 / 10
Provides: description
2 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

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

AhaPay integrates with WooCommerce to provide flexible payment options for your customers. The plugin allows shoppers to split their payments into 4 or 7 installments automatically, with no hidden fees and 0% interest on 4-payment plans.

Requirements

  • WordPress 5.4 or higher
  • WooCommerce 4.8 or higher
  • PHP 7.4 or higher
  • OpenSSL PHP extension
  • SSL certificate installed on your domain (for secure transactions)

Configuration

Basic Settings

  1. Enable/Disable – Turn the payment method on or off
  2. Title – The payment method title shown to customers
  3. Description – The payment method description shown to customers
  4. Environment – Choose between Sandbox (testing) and Production
  5. API Key – Enter your AhaPay API key
  6. Minimum Amount – Set the minimum order amount for AhaPay availability

Display Settings

  • Product Label – Enable/disable BNPL information on product pages
  • Product Label Text – Customize the BNPL message
  • Product Label Color – Set the background color for labels
  • Product Label Text Color – Set the text color for labels

Features

  • Seamless integration with WooCommerce checkout
  • Automatic order status updates
  • Real-time payment verification
  • Custom product page badges and banners
  • Responsive payment modal
  • Support for both desktop and mobile devices
  • Order status checking in admin panel
  • Sandbox environment for testing
  • Detailed payment status tracking
  • Support for refunds

Payment Flow

  1. Customer selects AhaPay at checkout
  2. Order is created and customer is redirected to AhaPay
  3. Customer completes payment setup with AhaPay
  4. Order status is automatically updated
  5. Customer is redirected back to your store

Order Statuses

  • PAYMENT_SUCCESSFUL – Payment completed
  • CANCELLED – Payment cancelled by customer
  • UNAVAILABLE – Payment failed
  • PAYMENT_IN_PROGRESS – Payment pending
  • REFUNDED – Payment refunded

Support

For support or questions, please contact AhaPay support team or visit your AhaPay merchant dashboard.

External services

This plugin connects to the AhaPay API to process Buy Now Pay Later payments and handle order status updates.

It sends the following data when processing payments or checking status:
– Order ID and transaction details
– API key for authentication
– Refund requests with order information

Data is sent securely via HTTPS to AhaPay’s servers only when necessary for payment processing or status verification.

This service is provided by AhaPay: Terms of Service, Privacy Policy.

Development

This plugin uses webpack to build JavaScript and CSS assets.

Build Process

  1. Install dependencies: npm install
  2. Build assets: npm run build (or npm run dev for development)

Source files are located in the blocks/ directory. Built files are in assets/blocks/.

The source code is publicly available in this repository for review and modification.

1.0.0

  • Initial release
  • Basic payment integration
  • Order status management
  • Product page integration
  • Admin interface
  • Sandbox/Production environments

License

This plugin is licensed under the terms of use provided by AhaPay.

Customize Payment Fields CSS

You can add custom CSS that will be applied specifically to AhaPay’s payment fields on the checkout page from the plugin settings in the WordPress admin.

How to update the CSS

  1. In WordPress admin go to: WooCommerce → Settings → Payments.
  2. Find “AhaPay Buy Now Pay Later” in the list and click Manage (or click the Settings link).
  3. Scroll down to the setting named “Additional CSS for Payment Fields”.
  4. Paste your CSS into the textarea and click Save changes.

How the plugin applies your CSS

  • The plugin stores the textarea content and adds it as inline CSS attached to the plugin stylesheet handle ahapaybuynowpaylater-block-style.
  • The payment fields output by the gateway are wrapped in a container with the class .ahapay-payment-fields, so we recommend scoping your rules under that selector to avoid affecting other parts of your site.
  • The plugin will strip surrounding <style> tags if you paste them by accident, and it sanitizes the textarea input on save. If you need to override existing rules, use specificity or !important as needed.

Quick verification example

Paste the following CSS into the “Additional CSS for Payment Fields” textarea and save. Then open your checkout page (or the block checkout) and you should see a green dashed border, a small badge that reads “ADDITIONAL CSS APPLIED”, and visible styling changes for the title, subtitle and progress bar. This is a visual test to confirm the inline CSS is applied.

`css

/* Visual test for Additional CSS for Payment Fields */
.ahapay-payment-fields {
border: 3px dashed #27ae60 !important;
background: rgba(39, 174, 96, 0.04) !important;
padding: 12px !important;
position: relative !important;
border-radius: 6px !important;
}

/* Badge so you can clearly see the CSS is applied */
.ahapay-payment-fields::before {
content: “ADDITIONAL CSS APPLIED”;
position: absolute;
top: -12px;
right: 8px;
background: #27ae60;
color: #ffffff;
font-weight: 700;
font-size: 11px;
padding: 3px 8px;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
z-index: 9999;
}

.ahapay-payment-fields .ahapay-title {
color: #e91e63 !important;
font-size: 18px !important;
font-weight: 700 !important;
}

.ahapay-payment-fields .ahapay-subtitle {
color: #555 !important;
font-style: italic !important;
}

.ahapay-payment-fields .ahapay-progress-bar {
background: #eee !important;
height: 12px !important;
border-radius: 12px !important;
margin: 10px 0 !important;
}

.ahapay-payment-fields .ahapay-progress {
width: 75% !important;
height: 100% !important;
background: linear-gradient(90deg,#e91e63,#ff8a80) !important;
border-radius: 12px !important;
}

.ahapay-payment-fields .ahapay-timeline div {
display: inline-block !important;
background: #fff8e1 !important;
padding: 6px 8px !important;
margin-right: 6px !important;
border-radius: 4px !important;
font-weight: 600 !important;
}
`

Small examples

  • Change the title color only:

    css
    .ahapay-payment-fields .ahapay-title { color: #0066cc !important; }

  • Hide the timeline if it conflicts with your theme:

    css
    .ahapay-payment-fields .ahapay-timeline { display: none !important; }

Troubleshooting

  • If you don’t see the changes after saving the CSS, try these steps:
    • Ensure the AhaPay payment method is enabled (WooCommerce → Settings → Payments → AhaPay).
    • Clear any caching on your site (plugin cache, server cache, CDN) and your browser cache.
    • Confirm you’re viewing a checkout page that loads the plugin styles (block checkout or classic checkout). If you use a custom checkout template, ensure the ahapay-payment-fields wrapper is present in the markup.
    • Use !important or increase specificity if your theme’s CSS is overriding the rules.

Security and best practices

  • The textarea is intended for admin use only. Avoid pasting untrusted CSS/JS — the plugin strips <style> tags but does not execute arbitrary JS.
  • Keep rules scoped (start with .ahapay-payment-fields) to avoid unintentionally affecting other areas of your site.
Categories
Local & alternative paymentsPayment gateways
Plugin details
Version1.0.3
Last updated2025-12-23 9:23pm GMT
Added2025-11-15
Requires WordPressfalse
Tested up to6.9.5
Requires PHPfalse

Tags on WordPress.org
AhaPay
bnpl
buy now pay later
payment gateway
woocommerce
Alternatives
Other plugins in the same categories.
PagBank / PagSeguro Connect para WooCommerce
4K+ installs
5.0(62)
PiWeb Disable payment method / Partial payment for WooCommerce
4K+ installs
5.0(38)
Virtuaria PagBank / PagSeguro for WooCommerce
1K+ installs
4.8(25)
Direct Payments for WooCommerce – Bank Transfer, Mobile Money, Crypto and Peer-to-Peer (P2P) Payments
800+ installs
5.0(10)
Deposits & Partial Payments for WooCommerce
5K+ installs
5.0(108)
Sublium Subscriptions – Subscriptions for WooCommerce – Recurring Payments, Subscription Plans & Installments
500+ installs
5.0(5)
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