CentroBill Payment Gateway for WooCommerce
Allows you to use CentroBill payment gateway with the WooCommerce plugin.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 191 days ago
Is CentroBill Payment Gateway for WooCommerce abandoned?
Likely maintained (last update 191 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The CentroBill plugin extends WooCommerce and allow you to take payments directly on your store using CentroBill’s API.
Plugin also supports the WooCommerce Subscriptions extension.
Please go to the site centrobill.com to create a merchant account and start receiving payments.
Personal CentroBill API Token and Merchant Portal login credentials
- Obtain your personal account’s Token from your CentroBill account manager.
- Obtain CentroBill Merchant Portal login credentials from your CentroBill account manager.
Setup your account in the CentroBill Merchant Portal
- Log in to your CentroBill Merchant Portal using login credentials provided by your CentroBill account manager.
- Navigate to Sites&Products sections by selecting the tab in the upper menu.
- Click blue Create Site button.
- Input the name of your site into the Name of site field.
- In the Site type choose Woocommerce website.
- Add your website URL to the WordPress URL field. All the following links will be auto-populated (Success URL, Decline URL and IPN URL) and can be changed if you will need it.
- Below on this page, in the Colors menu you can also modify style of the payment page if you want it to be styled to your website.
- Tracking code field is meant for GA pixel or for conversion pixels of other analytical platforms. So, if you want to track sales, you can paste the conversion pixel to this field.
- After you feel you everything is correct and ready click blue Create site button at the bottom.
Verification
- Contact your CentroBill account manager to verify your setup.
- Please, send the IP address(‘s) of your server, which will send calls to CentroBill payment feed to your CentroBill account manager.
Installation
Verify that you are running the latest version of WordPress and WooCommerce.
Plugin requires at least WordPress 5.1 & WooCommerce 3.5, and has been tested to work with versions up to: WP 6.1 & WooCommerce 7.0.1.
Automatic installation
- Download plugin repository as a single zip file.
- Log into your WordPress as admin, click on Plugins section in the menu, click Add new.
- Click Upload Plugin, click Choose File to select the zip file from your computer or just type this plugin’s name.
- Install the plugin and activate it.
- Navigate to plugin settings and fill settings.
Manual installation
- Unpack and upload the plugin folder to the /wp-content/plugins/ directory.
- Activate the plugin through the Plugins menu in WordPress.
- Navigate to plugin settings and configure.
Updating
Automatic updates should work like a charm.
As always though, ensure you backup your site just in case.
Plugin configuration
To configure the CentroBill Payment Gateway plugin correctly, please follow the steps below:
- Go to WooCommerce menu > Settings and click on Payments menu tab.
- In Payments menu tab click on Centrobill and make sure Enable/Disable option is checked.
- Locate Authentication key input form field on a page and paste your API auth key into it.
- Locate Site ID input form field on a page and paste your CentroBill’s site ID into it.
- Save changes.
If you don’t have your Personal CentroBill API Auth Key, please contact your CentroBill account manager.
Frequently Asked Questions
Yes.
Yes. This plugin supports recurring payments those created with WooCommerce Subscriptions.
- Install a new plugin or update current.
- Go to WooCommerce > Settings and click on Payments menu tab.
- In Payments menu tab click on Centrobill Credit Cards.
- Locate Authentication key input form field on a page with a value (ex. AuthKey:siteId).
- Split the value by “:”. AuthKey leave in the Authentication key field and siteId move to the Site ID input field.
- Save changes.
-
Enabling taxes:
Go to your WooCommerce tab WooCommerce > Settings > General.
Select ‘Geolocate’ option in Default customer location button. (Screenshot “Tax. General options”)
Select the Enable Taxes and Tax Calculations checkbox. -
Configuring Tax Options:
WooCommerce > Settings > Tax. This tab is only visible if taxes are enabled.
Make sure that following options are set as it is described on a screenshot.
(Select all your options as it described on a screenshot “Tax options”) -
Importing and exporting EU VAT rates:
WooCommerce > Settings > Tax > Standard rates.
Click on ‘Import CSV’ button on the bottom right to upload country codes with corresponding VAT rates.
Link to CSV file -
Configuring Tax for your product.
Go to Product > Choose your product > Click Product data
(Enable Tax status and Tax class as it described on a screenshot “Tax. Product data”)
Important! Step 4 should be repeated for every product you want to sell.
After all this has been setup taxes for EU users would be added on top of the product price and you will receive full product price as a revenue.
At the same time EU VAT will be calculated correctly and paid accordingly.
Just in case, WooCommerce detailed manual about the tax setup is available by following link: Setting up Taxes in WooCommerce
Review feed
Screenshots

Range of payment methods such as credit cards and alternative payment methods.

The plugin settings screen used to configure the Centrobill payment gateway.

Change the title and description for every payment gateway.

Pay with a credit card.

Pay with an alternative payment method.

Tax. General options.

Tax options.

Tax. Product data.
Changelog
2.2.11 – 2025-09-22
- Add – New
addressfield in consumer data, combiningbilling_address_1andbilling_address_2.
2.2.10 – 2025-08-11
- Add – Configurable base URL for the payment page (plugin settings)
2.2.9 – 2025-07-18
- Add – New endpoint to retrieve payment methods (get-payment-details)
- Update – Include billing country and product price in payment method requests to improve payment method retrieval
2.2.8 – 2025-04-10
- Add – Support for paid trials (sign-up fee)
- Update – Include available payment methods in the request for generating the payment page URL
- Update – Use hash for generating external user ID based on site ID and user ID or email
2.2.7 – 2024-07-05
- Update –
wc_centrobill_get_useragentandwc_centrobill_get_browser_accept_headerfunctions explicitly return strings. - Fix – Remove
userAgentandbrowserAcceptHeaderfrom default consumer data preparation inWC_Centrobill_Api::prepareConsumerDataand add them conditionally.