Title: Cheqpay Payment Gateway
Author: Cheqpay
Published: <strong>November 3, 2025</strong>
Last modified: February 26, 2026

---

Search plugins

![](https://ps.w.org/cheqpay-payment-gateway/assets/icon-256x256.png?rev=3393886)

# Cheqpay Payment Gateway

 By [Cheqpay](https://profiles.wordpress.org/idnan/)

[Download](https://downloads.wordpress.org/plugin/cheqpay-payment-gateway.2.2.22.zip)

 * [Details](https://test.wordpress.org/plugins/cheqpay-payment-gateway/#description)
 * [Reviews](https://test.wordpress.org/plugins/cheqpay-payment-gateway/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/cheqpay-payment-gateway/#installation)
 * [Development](https://test.wordpress.org/plugins/cheqpay-payment-gateway/#developers)

 [Support](https://wordpress.org/support/plugin/cheqpay-payment-gateway/)

## Description

Cheqpay Payment Gateway allows WooCommerce store owners to accept payments through
Cheqpay. Choose between two payment methods:

 1. **Payment Link** – Redirect customers to Cheqpay’s secure hosted payment page (
    HPP)
 2. **Card Payment** – Accept credit card payments directly on your checkout page using
    PCI-compliant secure fields

#### Key Features

 * **Two Payment Methods** – Choose between Payment Link (HPP) or direct Card Payment
 * **PCI-Compliant Card Fields** – Secure card input fields powered by VGS (Very
   Good Security)
 * **3D Secure Support** – Built-in support for 3DS authentication
 * **Secure Hosted Payment Page** – Customers pay on Cheqpay’s secure payment page
 * **Server-Side Payment Verification** – Verifies payment status via API for maximum
   security
 * **Webhook Support** – Real-time payment notifications even if customer closes
   browser
 * **Full & Partial Refund Support** – Process refunds directly from WooCommerce
   admin
 * **Block Checkout Compatible** – Works with both classic and block-based checkout
 * **HPOS Compatible** – Full support for High-Performance Order Storage
 * **Multiple Currency Support** – Supports all currencies enabled in your WooCommerce
   store

#### How Payment Link Works

 1. Customer selects Cheqpay at checkout
 2. Customer is redirected to Cheqpay’s secure payment page
 3. Customer completes payment
 4. Customer is redirected back to your store
 5. Order status is automatically updated

#### How Card Payment Works

 1. Customer enters card details in secure fields on your checkout page
 2. Card data is securely tokenized via VGS (never touches your server)
 3. Payment is processed through Cheqpay’s API
 4. 3D Secure authentication is handled if required
 5. Order status is automatically updated

#### Requirements

 * WordPress 5.0 or higher
 * WooCommerce 5.0 or higher
 * PHP 7.4 or higher
 * Active Cheqpay merchant account
 * Cheqpay Public Key
 * Cheqpay Secret Key
 * Cheqpay Webhook Secret (for webhook verification)

### External Services

This plugin relies on external services to handle customer payments securely. Below
is a detailed explanation of what data is sent, when, and why.

#### VGS (Very Good Security)

**What it is:** VGS provides PCI-compliant secure iframes for collecting sensitive
card data. Card information is collected directly by VGS and tokenized before being
sent to Cheqpay.

**When used:** Only when using the “Card Payment” method. VGS Collect.js is loaded
on the checkout page to render secure card input fields.

**What data is sent:** Card number, expiration date, and CVV are entered directly
into VGS-hosted iframes and tokenized. Your server never sees the raw card data.

#### Cheqpay Payment API

**What it is:** Cheqpay’s Payment API is used to create payment links and process
payment transactions.

**When data is sent:** Data is sent to Cheqpay when:
 – A customer clicks “Place
Order” at checkout (to create a payment link or process card payment) – An administrator
processes a refund from the WooCommerce admin panel – The plugin verifies payment
status after a customer returns from the payment page

**What data is sent:**
 – Order information (order ID, products, quantities, prices,
total amount, currency) – Product details (product names, descriptions, image URLs)–
Customer billing address (first name, last name, company, email, phone, street address,
city, state, postal code, country) – Customer shipping address (first name, last
name, company, street address, city, state, postal code, country) – Redirect URL(
to return customers to your store after payment) – Tokenized card data (for Card
Payment method – raw card data is never sent)

#### Cheqpay Hosted Payment Page (HPP)

**What it is:** Cheqpay’s secure hosted payment page where customers enter their
payment details and complete transactions.

**When used:** Only when using the “Payment Link” method. Customers are redirected
to this page after placing an order to complete payment.

**What data is sent:** The payment link ID is sent via URL parameter when redirecting
customers.

#### Cheqpay Webhooks

**What it is:** Cheqpay’s webhook system sends real-time payment status updates 
to your store.

**When data is received:** Webhooks are received when payment status changes (success,
failure, pending).

**What data is received:** Payment status, order reference, payment amount, currency,
and payment method type.

#### Legal Information

**Terms of Service:** https://cheqpay.mx/terminos
 **Privacy Policy:** https://cheqpay.
mx/terminos

By using this plugin, you agree to Cheqpay’s Terms of Service and Privacy Policy.
All payment data is processed securely through Cheqpay’s PCI-compliant infrastructure.

### Support

For support, visit https://cheqpay.mx or contact Cheqpay support.

### Privacy

This plugin sends order and customer information to Cheqpay’s API for payment processing.
No sensitive payment information (credit card numbers, CVV, etc.) is ever sent to
or stored on your WordPress site.

For the Card Payment method, card data is collected via VGS (Very Good Security)
secure iframes, tokenized, and sent directly to Cheqpay. Your WordPress site never
handles raw card data.

All payment data is handled securely by Cheqpay’s PCI-compliant payment infrastructure.

## Installation

#### Automatic Installation

 1. Log in to your WordPress dashboard
 2. Navigate to Plugins > Add New
 3. Search for “Cheqpay Payment Gateway”
 4. Click “Install Now” and then “Activate”

#### Manual Installation

 1. Download the plugin ZIP file
 2. Log in to your WordPress dashboard
 3. Navigate to Plugins > Add New > Upload Plugin
 4. Choose the downloaded ZIP file and click “Install Now”
 5. Click “Activate Plugin”

#### Configuration

 1.  Navigate to WooCommerce > Settings > Payments
 2.  Find “Cheqpay” and click “Manage”
 3.  Enter your Cheqpay Merchant ID
 4.  Enter your Cheqpay Public Key (pk_…) and Secret Key (sk_…)
 5.  Enter your Cheqpay Webhook Secret
 6.  Copy the Webhook URL and add it to your Cheqpay merchant dashboard
 7.  Select your environment (Sandbox or Production)
 8.  Choose your payment method (Payment Link or Card Payment)
 9.  Customize the payment method title and description
 10. Enable the payment method and save changes

## FAQ

### How do I get my Merchant ID and API Keys?

Contact Cheqpay support to obtain your Merchant ID, Public Key, and Secret Key for
integration. Visit https://cheqpay.mx for more information.

### What’s the difference between Payment Link and Card Payment?

**Payment Link** redirects customers to Cheqpay’s hosted payment page to enter their
card details. **Card Payment** allows customers to enter card details directly on
your checkout page using secure PCI-compliant fields.

### Is this plugin secure?

Yes! For Payment Link, customers enter card details on Cheqpay’s secure hosted page.
For Card Payment, card data is collected via VGS (Very Good Security) secure iframes
and never touches your server. All transactions use server-side verification.

### Does this work with WooCommerce blocks?

Yes! The plugin is fully compatible with both classic checkout and the new block-
based checkout experience.

### Is this a Software as a Service (SaaS)?

Yes, this plugin connects to Cheqpay’s hosted payment page service for payment processing.
By using this plugin, you agree to Cheqpay’s Terms of Service. For more information,
visit https://cheqpay.mx/terminos

### Can I process refunds?

Yes! You can process both full and partial refunds directly from the WooCommerce
order page.

### What are webhooks and why do I need them?

Webhooks allow Cheqpay to notify your store when payment status changes, even if
the customer closes their browser before being redirected back. This ensures orders
are always updated accurately.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Cheqpay Payment Gateway” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Cheqpay ](https://profiles.wordpress.org/idnan/)

[Translate “Cheqpay Payment Gateway” into your language.](https://translate.wordpress.org/projects/wp-plugins/cheqpay-payment-gateway)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cheqpay-payment-gateway/),
check out the [SVN repository](https://plugins.svn.wordpress.org/cheqpay-payment-gateway/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/cheqpay-payment-gateway/)
by [RSS](https://plugins.trac.wordpress.org/log/cheqpay-payment-gateway/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **2.2.22**
 *  Last updated **3 months ago**
 *  Active installations **20+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/cheqpay-payment-gateway/)
 * Tags
 * [checkout](https://test.wordpress.org/plugins/tags/checkout/)[credit card](https://test.wordpress.org/plugins/tags/credit-card/)
   [payment gateway](https://test.wordpress.org/plugins/tags/payment-gateway/)[woocommerce](https://test.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://test.wordpress.org/plugins/cheqpay-payment-gateway/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/cheqpay-payment-gateway/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cheqpay-payment-gateway/reviews/)

## Contributors

 *   [ Cheqpay ](https://profiles.wordpress.org/idnan/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/cheqpay-payment-gateway/)