前言介紹
- 這款 WordPress 外掛「AhaPay Buy Now Pay Later」是 2025-11-14 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2025-12-23,距離現在已有 64 天。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
ahapay |
外掛標籤
bnpl | AhaPay | woocommerce | payment gateway | buy now pay later |
內容簡介
總結:AhaPay與WooCommerce整合,為您的客戶提供彈性支付選項。該外掛允許購物者自動將付款分成4或7期,4期無隱藏費用且0%利息。
1. 這個外掛與哪個電商平台整合,提供什麼樣的支付選項給顧客?
- AhaPay與WooCommerce整合,提供客戶分期付款的選擇。
2. 這個外掛的基本要求是什麼?
- WordPress 5.4或更高版本、WooCommerce 4.8或更高版本、PHP 7.4或更高版本、OpenSSL PHP延伸和在您的域名上安裝SSL證書。
3. 可以在外掛的基本設置中設置哪些項目?
- 可啟用/禁用支付方式、設置顯示給客戶看的支付方式標題和描述、選擇測試(Sandbox)或正式(Production)環境、輸入AhaPay API金鑰、設置AhaPay可用的最低訂單金額等。
4. 這個外掛有哪些特色功能?
- 透過WooCommerce結帳進行無縫整合、自動更新訂單狀態、即時支付驗證、自訂產品頁徽章和橫幅、響應式支付模式對於桌面和行動設備的支援等。
5. 顧客使用AhaPay支付流程是怎樣的?
- 顧客在結帳時選擇AhaPay、系統創建訂單並將顧客重定向至AhaPay、顧客在AhaPay完成支付設置、訂單狀態自動更新後、顧客被重新導向回您的商店。
6. 這個外掛的支援方式是什麼?
- 如需支援或有問題,可聯繫AhaPay支援團隊或訪問AhaPay商戶控制面板。
7. 這個外掛的開發部分使用了哪些技術?
- 使用webpack來構建JavaScript和CSS資產,提供安裝依賴、構建資產和源代碼/構建文件的相關信息。
原文外掛簡介
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
Enable/Disable – Turn the payment method on or off
Title – The payment method title shown to customers
Description – The payment method description shown to customers
Environment – Choose between Sandbox (testing) and Production
API Key – Enter your AhaPay API key
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
Customer selects AhaPay at checkout
Order is created and customer is redirected to AhaPay
Customer completes payment setup with AhaPay
Order status is automatically updated
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
Install dependencies: npm install
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
In WordPress admin go to: WooCommerce → Settings → Payments.
Find “AhaPay Buy Now Pay Later” in the list and click Manage (or click the Settings link).
Scroll down to the setting named “Additional CSS for Payment Fields”.
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
