Title: PayCools Payments
Author: paycools
Published: <strong>29 Tháng 8, 2026</strong>
Last modified: 2 Tháng 9, 2026

---

Tìm kiếm plugin

![](https://ps.w.org/paycools-payments/assets/icon.svg?rev=3677100)

# PayCools Payments

 Bởi [paycools](https://profiles.wordpress.org/paycools/)

[Tải về](https://downloads.wordpress.org/plugin/paycools-payments.0.1.26.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/paycools-payments/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/paycools-payments/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/paycools-payments/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/paycools-payments/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/paycools-payments/)

## Mô tả

PayCools Payments adds a PayCools payment gateway to classic WooCommerce checkout
and Checkout Block. Customers are redirected to PayCools’ hosted Checkout page; 
this plugin does not collect card details or display payment-channel selectors in
your store.

#### External service

This plugin connects to the PayCools payment service to create Checkout sessions,
process payment and refund callbacks, and reconcile pending payment or refund status.
The following data is sent to PayCools when required to process a payment or refund:
order number, amount, currency, country code, customer name, customer email address,
customer phone number, and the payment or refund transaction identifiers. PayCools
returns Checkout URLs and payment or refund status information.

Merchants must review and accept PayCools’ applicable terms and privacy policy before
enabling the gateway. This plugin does not send telemetry, analytics, or usage data
to PayCools or any other third party.

 * [PayCools Privacy Policy](https://www.paycools.com/en/privacy-policy)
 * [PayCools Terms and Conditions](https://www.paycools.com/en/terms-and-conditions)

#### Privacy

The plugin stores the PayCools identifiers and statuses needed to operate and reconcile
an order or refund using WooCommerce order metadata. It does not store card details.
Diagnostic logs redact signing material, callback payloads, Checkout URLs, and customer
personal data.

### Hosted Checkout and refunds

At checkout, WooCommerce creates an order and redirects the customer to PayCools
hosted Checkout. After PayCools notifies the store, WooCommerce updates the order
status. Refunds initiated from WooCommerce are sent to PayCools and are reconciled
until a final response is received.

### Building a clean ZIP

From the directory containing the plugin folder, create a distribution archive without
development files:

    ```
    zip -r paycools-for-woocommerce.zip paycools-for-woocommerce -x 'paycools-for-woocommerce/.git/*' 'paycools-for-woocommerce/.worktrees/*' 'paycools-for-woocommerce/.superpowers/*' 'paycools-for-woocommerce/vendor/*' 'paycools-for-woocommerce/tests/*' 'paycools-for-woocommerce/.phpunit.result.cache'
    ```

## Cài đặt

 1. Upload the `paycools-for-woocommerce` folder to `/wp-content/plugins/`, or install
    the ZIP from Plugins > Add New.
 2. Activate the plugin through the Plugins screen.
 3. Go to WooCommerce > Settings > Payments > PayCools Payments and enable the gateway.
 4. Enter your PayCools application ID, merchant private key, platform public key, 
    country, currency, and settlement currency.
 5. Save changes and run a UAT payment before enabling production credentials.

## Hỏi đáp

### Does this plugin handle card data?

No. Customers complete payment on PayCools hosted Checkout.

### Does it support Checkout Block and HPOS?

Yes. The gateway supports both classic checkout and WooCommerce Checkout Block, 
and declares compatibility with High-Performance Order Storage.

### Where can I get support?

For account, API credential, and payment-processing questions, contact your PayCools
account representative. For plugin issues, include your WooCommerce version, PHP
version, and redacted WooCommerce logs in your support request.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“PayCools Payments” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “PayCools Payments” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/paycools-payments)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/paycools-payments/), check
out [SVN repository](https://plugins.svn.wordpress.org/paycools-payments/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/paycools-payments/)
qua [RSS](https://plugins.trac.wordpress.org/log/paycools-payments/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 0.1.26

 * Accept PEM, single-line PEM, and Base64-formatted merchant private keys.
 * Align the internal plugin version with the release version.

#### 0.1.25

 * Fixed saving valid gateway settings on PHP 8.0+.

#### 0.1.24

 * Declare compatibility with WordPress 7.1.

#### 0.1.23

 * List the WordPress.org plugin owner as a contributor.
 * Strengthen callback request-size validation and document RSA callback authentication.
 * Use a direct capability and nonce check for manual reconciliation actions.

#### 0.1.22

 * Align the WordPress text domain with the assigned `paycools-payments` directory
   slug.

#### 0.1.21

 * Preserve safe API diagnostics while resolving the final Plugin Check false-positive.

#### 0.1.20

 * Resolve the remaining official Plugin Check findings.

#### 0.1.19

 * Address WordPress.org Plugin Check findings for security, input handling, and
   WordPress API compatibility.

#### 0.1.18

 * Update the UAT API endpoint to `https://openapi-uat.paycools.com`.

#### 0.1.17

 * Standardize PayCools branding across all user-facing messages.

#### 0.1.16

 * Show PayCools business error codes and messages when a refund request is rejected.

#### 0.1.15

 * Fix automatic refunds by using WooCommerce’s WC_Order_Refund object throughout
   the refund workflow.

#### 0.1.14

 * Declare automatic refund support so WooCommerce calls PayCools before recording
   a gateway refund.

#### 0.1.13

 * Preserve release file modification times so PHP OPcache detects plugin updates.

#### 0.1.12

 * Add a single UAT mode switch that controls every PayCools API request.

#### 0.1.11

 * Normalize the PayCools payment method title for historical order displays.

#### 0.1.10

 * Show the official PayCools logo and normalized PayCools title in Checkout Block
   payment options.

#### 0.1.9

 * Add the official PayCools logo to the payment gateway.

#### 0.1.8

 * Apply PayCools branding across merchant- and customer-facing text.

#### 0.1.7

 * Rename the plugin to PayCools Payments.

#### 0.1.6

 * Correct PayCools V2 refund transaction fields and refund-list reconciliation.
 * Reject non-pending refund creation responses.

#### 0.1.5

 * Require a billing mobile number before creating Checkout.

#### 0.1.4

 * Omit an empty billing mobile number from Checkout requests.

#### 0.1.3

 * Generate PayCools-compatible merchant order identifiers.

#### 0.1.2

 * Send billing customer details required by PayCools Checkout.

#### 0.1.1

 * Add safe diagnostics for rejected Checkout API calls.
 * Accept platform public keys supplied as Base64 or PEM.

#### 0.1.0

 * Initial release.

## Meta

 *  Phiên bản **0.1.26**
 *  Cập nhật lần cuối **2 tuần trước**
 *  Số lượt cài đặt **Ít hơn 10**
 *  Phiên bản WordPress ** 6.3 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.1**
 *  Phiên bản PHP ** 8.0 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/paycools-payments/)
 * Thẻ
 * [checkout](https://vi.wordpress.org/plugins/tags/checkout/)[payments](https://vi.wordpress.org/plugins/tags/payments/)
   [woocommerce](https://vi.wordpress.org/plugins/tags/woocommerce/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/paycools-payments/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/paycools-payments/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/paycools-payments/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/paycools-payments/)