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. GetPay Payment Integration

GetPay Payment Integration

A secure payment gateway plugin for WooCommerce using GetPay.

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

What the WordPress.org registry says about keeping GetPay Payment Integration running.

WordPress compatibility
Tested to 6.4.8 — 6 branches behind 7.0
Several branches behind. Worth checking on a staging site before updating WordPress.
Last updated
11 months ago
At least 3.9 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.0
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.

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

Scored on how GetPay Payment Integration 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
26 / 35
Updated 324 days ago.
WordPress compatibility
0 / 20
6 WP branches behind — untested on current WordPress.
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: homepage
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-02 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.

A secure payment gateway plugin for WooCommerce using GetPay.

GetPay WooCommerce Integration

A secure payment gateway plugin that integrates the GetPay payment system with WooCommerce for WordPress e-commerce stores.

Table of Contents

  • Prerequisites
  • Installation
  • Configuration
  • Page Setup
  • Testing
  • Troubleshooting
  • Support
  • Security Notes
  • Changelog

Prerequisites

Before installing the GetPay plugin, ensure you have:

  • ✅ WordPress site with admin access
  • ✅ WooCommerce plugin installed and activated
  • ✅ GetPay merchant account (credentials from your bank)
  • ✅ SSL certificate installed (recommended for security)

Configuration

Step 1: Access Payment Settings

  • Navigate to WooCommerce > Settings > Payments
  • Locate GetPay Gateway in the list
  • Click Manage or Set up

Step 2: Configure Required Fields

Field
Description
Example

Enable
Check to activate GetPay
☑️

Title
Customer-facing payment title
GetPay

PAP Info
Payment Application Provider info (from bank)
eyJpbn...

OPR Key
Operational key
4fa4c6b9-...

INS Key
Institution key (if any)
(blank)

Website Domain
Your site domain (with HTTPS)
https://your-site.com

Bundle JS URL
GetPay JS bundle
https://minio.finpos.global/.../bundle.min.js

Success URL
Redirect on successful payment
https://your-site.com/success

Fail URL
Redirect on failed payment
https://your-site.com/fail

Base URL
GetPay API base endpoint
https://uat-bank-getpay.nchl.com.np/...

  • Click Save Changes

Page Setup

Step 1: Create Pages

Create the following pages via Pages > Add New:

🛒 Cart Page

  • Title: Cart
  • Content: [woocommerce_cart]

💳 Checkout Page

  • Title: Checkout
  • Content: [woocommerce_checkout]

💰 Payment Page

  • Title: Payment
  • Content: Add the following HTML tag to embed the payment interface: <div id="checkout"></div>
  • Purpose: This page serves as the payment processing screen where the GetPay JS bundle will render the secure payment interface.

✅ Success Page

  • Title: Payment Success
  • Content: Add the following shortcode in the content area of the page:
    [getpay_check_success_page]
  • URL: The page URL must exactly match the Success URL you have configured in the GetPay plugin settings (e.g., https://your-site.com/success).
  • Custom Content: You may add additional messages, images, or layout elements after the shortcode if needed. However, do not remove or modify the shortcode, as it is essential for validating and displaying the payment confirmation.

❌ Failure Page

  • Title: Payment Failed
  • Content: You can display a custom message such as: [getpay_check_fail_page]
  • URL: The page URL must exactly match the Fail URL you have configured in the GetPay plugin settings (e.g., https://your-site.com/fail).
  • Custom Content: You may customize the message or design of this page to fit your site’s branding, but make sure the URL is correct to ensure users are properly redirected after a failed transaction.

Step 2: Assign Pages in WooCommerce

  • Go to WooCommerce > Settings > Advanced
  • Set:
    • Cart page: Cart
    • Checkout page: Checkout
  • Click Save Changes

Testing

Test Mode

  • Use sandbox credentials from your bank
  • Test with provided test card numbers
  • Verify flows: ✅ success, ❌ failure, ✋ cancellation

Live Mode

  • Replace test keys with production credentials
  • Update Base URL to production endpoint
  • Run small-amount test transactions before going live

Troubleshooting

Plugin Not Appearing

  • Ensure WooCommerce is activated
  • Check if GetPay plugin is active
  • Verify GetPay Gateway is enabled under payment methods

Payment Failures

  • Double-check PAP/OPR/INS credentials
  • Ensure site has valid SSL
  • Check if JS bundle and API endpoints are accessible

Redirect Issues

  • Make sure success/fail URLs are correct
  • Pages should be published and match settings

Debug Logs

  • Go to WooCommerce > Status > Logs
  • Check logs prefixed with getpay
  • Look for API errors or response messages

Support

🛠️ Plugin Issues

  • Contact your plugin development team

🏦 Payment Issues

  • Contact your bank’s GetPay support team

📖 WooCommerce

  • Refer to WooCommerce documentation

Security Notes

  • 🔒 Always use HTTPS in production
  • 🔁 Keep plugin updated
  • 💾 Regularly back up your site
  • 🔐 Never share your credentials publicly
  • 🧪 Fully test before enabling live payments
Categories
Payment gateways
Plugin details
Version1.0.1
Last updated2025-09-12 9:54am GMT
Added2025-07-24
Requires WordPress5.0
Tested up to6.4.8
Requires PHP7.4

Tags on WordPress.org
gateway
getpay
nepal
payment
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)
Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more
2K+ installs
4.9(101)
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