global-payments-woocommerce
Last commit date
assets
1 month ago
includes
3 weeks ago
languages
3 weeks ago
resources
3 months ago
src
3 weeks ago
vendor
1 month ago
LICENSE
2 years ago
README.md
2 years ago
composer.json
1 month ago
composer.lock
1 month ago
globalpayments-gateway-provider-for-woocommerce.php
3 weeks ago
metadata.xml
3 weeks ago
readme.txt
3 weeks ago
webpack.config.js
1 year ago
readme.txt
389 lines
| 1 | === GlobalPayments Gateway Provider for WooCommerce === |
| 2 | Contributors: globalpayments |
| 3 | Tags: woocommerce, woo, commerce, payments, payments |
| 4 | Requires at least: 6.0 |
| 5 | Tested up to: 6.8.2 |
| 6 | Stable tag: trunk |
| 7 | License: MIT |
| 8 | License URI: https://github.com/globalpayments/globalpayments-woocommerce/blob/main/LICENSE |
| 9 | |
| 10 | == Description == |
| 11 | This extension allows WooCommerce to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service. |
| 12 | |
| 13 | = Features = |
| 14 | - Heartland Portico gateway |
| 15 | - Global Payments Genius gateway |
| 16 | - Global Payments TransIT gateway with TSEP |
| 17 | - Unified Payments |
| 18 | - Credit Cards |
| 19 | - Integrates with Woocommerce |
| 20 | - Sale transactions (automatic capture or separate capture action later) |
| 21 | - Refund transactions from a previous Sale |
| 22 | - Stored payment methods |
| 23 | - 3D Secure 2 & SCA |
| 24 | - Digital Wallets - Google Pay |
| 25 | - Digital Wallets - Apple Pay |
| 26 | - Digital Wallets - Click To Pay |
| 27 | - Payments over the phone |
| 28 | - Buy Now Pay Later - Affirm |
| 29 | - Buy Now Pay Later - Clearpay |
| 30 | - Buy Now Pay Later - Klarna |
| 31 | - Bank Payment |
| 32 | - PayPal |
| 33 | |
| 34 | = Support = |
| 35 | For more information or questions, please email <a href="mailto:developers@globalpay.com">developers@globalpay.com </a>. |
| 36 | |
| 37 | = Developer Docs = |
| 38 | Discover our developer portal powered by Heartland, a Global Payments Company (https://developer.heartlandpaymentsystems.com/) or our portal for companies located outside the US (https://developer.globalpay.com/). |
| 39 | |
| 40 | == Installation == |
| 41 | After you have installed and configured the main WooCommerce plugin use the following steps to install the GlobalPayments Gateway Provider for WooCommerce: |
| 42 | 1. In your WordPress admin, go to Plugins > Add New and search for "GlobalPayments Gateway Provider for WooCommerce" |
| 43 | 2. Click Install, once installed click Activate |
| 44 | 3. Configure and Enable gateways in WooCommerce by adding your public and secret Api Keys |
| 45 | |
| 46 | == Unified Payments Sandbox credentials == |
| 47 | Access to our Unified Payments requires sandbox credentials which you can retrieve yourself via our <a href="https://developer.globalpay.com/" target="_blank">Developer Portal</a>: |
| 48 | |
| 49 | 1. First go to the Developer Portal. |
| 50 | 2. Click on the person icon in the top-right corner and select Log In or Register. |
| 51 | 3. Once registered, click on the person icon again and select Unified Payments Apps. |
| 52 | 4. Click ‘Create a New App’. An app is a set of credentials used to access the API and generate access tokens. |
| 53 | |
| 54 | == Changelog == |
| 55 | = 1.19.3 (06/04/26) |
| 56 | * Enhancements: Added support to Traditional Chinese and Simplified Chinese |
| 57 | |
| 58 | = 1.19.2 (05/28/26) |
| 59 | * Bug fix: GPAPI: Fixed 3DS issue with Woo Classic Checkout w/HPP checkout related to shipping phone number missing |
| 60 | |
| 61 | = 1.19.1 (05/21/26) |
| 62 | * Bug fix: Prevented Greek characters from getting misinterpreted |
| 63 | * Updated PHP SDK to v14.1.15 |
| 64 | * Enhancements: Genius - Subscriptions Recurring Payment Failure |
| 65 | * Enhancements: 3DS setting option is locked in required regions |
| 66 | |
| 67 | = 1.19.0 (5/14/26) = |
| 68 | * Enhancements: Added support for DCC(Dynamic currency conversion) |
| 69 | |
| 70 | = 1.18.4 (4/30/26) = |
| 71 | * Fixed a security vulnerability issues |
| 72 | * Enhancements: GPAPI Gateway: Security enhancements to access token generation (use 'restricted_token' feature) |
| 73 | |
| 74 | = 1.18.3 (4/23/26) = |
| 75 | * Enhancements: Security updates to 3DS handling |
| 76 | = Bug Fix: Removed problematic payment_method.usage_mode |
| 77 | |
| 78 | = 1.18.2 (4/16/26) = |
| 79 | * Bug-fix: Correction to GPAPI HPP gateway response header handling |
| 80 | |
| 81 | = 1.18.1 (4/16/26) = |
| 82 | * Bug-fix: Updated the JS version for TransIT |
| 83 | * Enhancements: GPAPI Gateway: 3DS admin option is allways changeable |
| 84 | * Enhancements: Security enhancements |
| 85 | |
| 86 | = 1.18.0 (3/19/26) = |
| 87 | * Enhancements: Add Support for EU GP API endpoint |
| 88 | = Enhancements: HPP signature validation improvements |
| 89 | |
| 90 | = 1.17.1 (3/12/26) = |
| 91 | * Bug-fix: GPAPI Gateway: fixed error when multiple gateways' credentials are saved |
| 92 | |
| 93 | = 1.17.0 (3/5/26) = |
| 94 | * Enhancements: Add Support for Installment Payment Plans for LATAM Market |
| 95 | |
| 96 | = 1.16.6 (2/12/26) = |
| 97 | - TSYS to Global payments rebranding |
| 98 | |
| 99 | = 1.16.5 (2/5/26) = |
| 100 | * Enhancement: Genius Gateway: Mapped WC order number value to gateway's invoice number field |
| 101 | |
| 102 | = 1.16.4 (1/29/26) = |
| 103 | * Bug-fix: Fixed issue with COF flag |
| 104 | * Updated admin settings support links to redirect to developer portal support page instead of email |
| 105 | |
| 106 | = 1.16.3 (1/22/26) = |
| 107 | * Updated globalpaymentsjs to v4.1.17 |
| 108 | |
| 109 | = 1.16.2 (1/15/26) = |
| 110 | * Gloabl Payments rebranding |
| 111 | * Updated minimum PHP version to v8.2 |
| 112 | * Removed redundant address validations for UK addresses |
| 113 | |
| 114 | = 1.16.1 (12/11/25) = |
| 115 | * Bug-fix: GPAPI gateway: Fixed validation handling for HPP for some hosting environments |
| 116 | |
| 117 | = 1.16.0 (12/11/25) = |
| 118 | * Bug-fix: GPAPI gateway: Added PL Enable Localization for Title |
| 119 | * Bug-fix: GPAPI gateway: Removed Global Payments Logo from the success/decline modal for HPP |
| 120 | * Bug-fix: GPAPI gateway: Update HPP Display Text for HPP |
| 121 | |
| 122 | = 1.15.9 (12/08/25) = |
| 123 | * Bug-fix: GPAPI gateway: Fixed compatibility with some store-name formats when HPP is used |
| 124 | |
| 125 | = 1.15.6 (12/04/25) = |
| 126 | * Bug-fix: Fixed issue with APM status updates in some environments |
| 127 | |
| 128 | = 1.15.5 (11/20/25) = |
| 129 | Enhancements: |
| 130 | * GPAPI gateway: Improvements to customer phone number and address handling |
| 131 | * TransIt gateway: added user-friendly AVS reject messages |
| 132 | = GPAPI gateway: Added dymanic language functionality for HPP |
| 133 | |
| 134 | Bug-fix: Fixed transaction status handling with some APMs |
| 135 | |
| 136 | = 1.15.4 (11/6/25) = |
| 137 | * Enhancement: re-added HPP functionality after stability improvements |
| 138 | |
| 139 | = 1.15.3 (10/30/25) = |
| 140 | * Bug-fix: removed HPP functionality due to incompatibility with some environments |
| 141 | |
| 142 | = 1.15.2 (10/29/25) = |
| 143 | * Enhanced compatibility with PHP8.4 |
| 144 | |
| 145 | = 1.15.0 (10/28/25) = |
| 146 | * GPAPI gateway: Add HPP checkout option |
| 147 | |
| 148 | = 1.14.9 (10/09/25) = |
| 149 | * Fixed bug causing transaction failures when using TransIT gateway |
| 150 | |
| 151 | = 1.14.8 (10/02/25) = |
| 152 | * Fixed No COF flag in authorization message while card is being saved |
| 153 | * Fixed single card was being saved multiple times during checkout |
| 154 | |
| 155 | = 1.14.7 (09/25/25) = |
| 156 | * GPAPI gateway: enhancements to Polish APM validations |
| 157 | * Fixed sandbox 3ds error issue |
| 158 | * fixed the plugin update issue |
| 159 | |
| 160 | = 1.14.6 (09/18/25) = |
| 161 | * Gift card script is visible on checkout page issue |
| 162 | * Fixed - Payment fields not loading issue |
| 163 | * Fixed - Google Pay content issue, which was displaying HTML tags |
| 164 | |
| 165 | = 1.14.5 (09/11/25) = |
| 166 | * Various security remediations |
| 167 | |
| 168 | = 1.14.4 (09/09/25) = |
| 169 | * Google Pay misaligned button issue |
| 170 | |
| 171 | = 1.14.3 (09/04/25) = |
| 172 | * Updates to order status handling for Blik transactions |
| 173 | * Minor corrections to file formatting |
| 174 | |
| 175 | = 1.14.1 (08/26/25) = |
| 176 | * Enhanced functionality for determining optimal configuration for 3DS |
| 177 | * Fixed Admin Panel "Pay for Order" button display issue |
| 178 | * Minor labeling and description improvements |
| 179 | * GPAPI gateway: fixed admin-panel configuration screen display issue |
| 180 | |
| 181 | = 1.14.0 (08/12/25) = |
| 182 | * Added DiUI-based APMs: Blik & Bank Select (Poland-only APMs) |
| 183 | |
| 184 | = 1.13.8 (07/24/25) = |
| 185 | * Various security remediations |
| 186 | * Fixed HPS gift card display issue |
| 187 | |
| 188 | = 1.13.7 (06/10/25) = |
| 189 | * Added account name mandetory with dropdown to select account |
| 190 | * GPAPI gateway: switched to Drop-in UI card fields |
| 191 | * Added PHP configuration checks |
| 192 | |
| 193 | = 1.13.4 (05/01/25) = |
| 194 | * Fixed gateway settings display bug |
| 195 | |
| 196 | = 1.13.3 (04/15/25) = |
| 197 | * Add support for admin panel refunds w/Global Payments Genius gateway |
| 198 | * Added support for Spanish Translations |
| 199 | |
| 200 | = 1.13.2 (03/27/25) = |
| 201 | * Minor WordPress marketplace enhancements |
| 202 | |
| 203 | = 1.13.1 (03/27/25) = |
| 204 | * Add support for Spanish translations |
| 205 | |
| 206 | = 1.13.0 (03/24/25) = |
| 207 | * Add subscriptions support for GP API gateway |
| 208 | |
| 209 | = 1.12.1 (09/12/24) = |
| 210 | * Add the possibility to configure the Transaction Processing Account Name |
| 211 | |
| 212 | = 1.12.0 (07/30/24) = |
| 213 | * Block checkout compatibility for Digital Wallets, Buy Now Pay Later, Bank Payment and PayPal |
| 214 | |
| 215 | = 1.11.0 (07/16/24) = |
| 216 | * Block checkout compatibility for Unified Payments |
| 217 | |
| 218 | = 1.10.7 (04/10/24) = |
| 219 | * Added Google Pay and Apple Pay compatible with the Heartland Portico gateway |
| 220 | * Added French Translation |
| 221 | |
| 222 | = 1.10.6 (03/28/24) = |
| 223 | * Updated Hosted Fields JS Library version to 3.0.11 |
| 224 | |
| 225 | = 1.10.5 (03/19/24) = |
| 226 | * Fixed a bug where the TransIT gateway would not reverse the transaction if the AVS/CVN checks failed |
| 227 | |
| 228 | = 1.10.4 (03/13/24) = |
| 229 | * Paypal |
| 230 | |
| 231 | = 1.10.3 (02/20/24) = |
| 232 | * Open Banking |
| 233 | |
| 234 | = 1.10.2 (01/10/24) = |
| 235 | * Bug Fix - Provider missing on initiated message for open banking |
| 236 | |
| 237 | = 1.10.1 (12/05/23) = |
| 238 | * Hotfix for the 1.10.0 release |
| 239 | |
| 240 | = 1.10.0 (12/05/23) = |
| 241 | * Open banking |
| 242 | |
| 243 | = 1.9.5 (11/09/23) = |
| 244 | * Unified payments - High-Performance Order Storage (HPOS) compatibility |
| 245 | |
| 246 | = 1.9.4 (10/10/23) = |
| 247 | * GooglePay - configurable Allowed Card Auth Methods |
| 248 | * Bug fix - Accepted cards field is not mandatory on Apple Pay config |
| 249 | |
| 250 | = 1.9.3 (09/19/23) = |
| 251 | * Added the option to enable/disable the 3DS flow |
| 252 | |
| 253 | = 1.9.2 (08/01/23) = |
| 254 | * Replaced OrderId function with OrderNumber function |
| 255 | |
| 256 | = 1.9.1 (07/20/23) = |
| 257 | * Added the Card Holder Name in the Google Pay and Apple Pay requests |
| 258 | |
| 259 | = 1.9.0 (07/06/23) = |
| 260 | * Unified Payments - Added Credential Check button |
| 261 | * Fixed a bug where the Card Number iframe would not be 100% expanded on Mozilla Firefox |
| 262 | |
| 263 | = 1.8.0 (05/16/23) = |
| 264 | * Unified Payments - Added Click To Pay |
| 265 | |
| 266 | = 1.7.0 (05/10/23) = |
| 267 | * Added GPI Transactions support |
| 268 | |
| 269 | = 1.6.0 (04/11/23) = |
| 270 | * Unified Payments - Added Buy Now Pay Later (BNPL) - Affirm, Clearpay, Klarna |
| 271 | |
| 272 | = 1.5.6 (03/30/23) = |
| 273 | * Unified Payments - fixed a bug where certain browser extensions would stop the 3DS Challenge process |
| 274 | |
| 275 | = 1.5.5 (03/01/23) = |
| 276 | * Update to v6.1.5 of GP PHP SDK |
| 277 | * Genius MerchantWare bug fix - fixes service URL problem |
| 278 | |
| 279 | = 1.5.4 (02/09/23) = |
| 280 | * Unified Payments bug fix - `Pay for Order` 3DS |
| 281 | |
| 282 | = 1.5.3 (02/02/23) = |
| 283 | * Added GPI Transactions : Transaction API - added support for credit, ach & reporting transactions |
| 284 | |
| 285 | = 1.5.2 (01/10/23) = |
| 286 | * Unified Payments improvement - 3ds notification endpoints work with defer mode |
| 287 | * Unified Payments improvement - `Pay for Order` button improved selector |
| 288 | * Hosted fields bug fix - checkout loading |
| 289 | |
| 290 | = 1.5.1 (11/17/22) = |
| 291 | * Unified Payments - Added transaction descriptor |
| 292 | * Unified Payments settings - Increased `Merchant contact url` length |
| 293 | * Unified Payments bug fix - Added `Pay for Order` 3DS |
| 294 | * Unified Payments bug fix - `Pay for Order` amount |
| 295 | |
| 296 | = 1.5.0 (10/26/22) = |
| 297 | * Unified Payments - remove 3DS1 |
| 298 | |
| 299 | = 1.4.2 (10/19/22) = |
| 300 | * Update PHP-SDK to v6.0.0 |
| 301 | |
| 302 | = 1.4.1 (08/24/22) = |
| 303 | * Bug fix - fixed for payment failed issue (transIt) |
| 304 | |
| 305 | = 1.4.0 (08/23/22) = |
| 306 | * Unified Payments - added Card Holder Name for Hosted Fields |
| 307 | * Add Merchant Name option for the Google Pay gateway |
| 308 | |
| 309 | = 1.3.0 (08/01/22) = |
| 310 | * Unified Payments - Added Admin Pay for Order (process payments over the phone) |
| 311 | * Added Admin option for Apple Pay button color |
| 312 | * Bug fix - Refund issue when create_refund is called programmatically |
| 313 | * Bug fix - Digital Wallets pay buttons on `Pay for Order` |
| 314 | * Update PHP-SDK to v4.0.4 |
| 315 | |
| 316 | = 1.2.2 (06/14/22) = |
| 317 | * Bug fix - 3DS/Digital Wallets amount not updated when a customer added/removed a coupon |
| 318 | |
| 319 | = 1.2.1 (05/05/22) = |
| 320 | * Renamed Unified Commerce Platform (UCP) to Unified Payments |
| 321 | * Bug fix - Live mode toggle in Digital Wallets javascript |
| 322 | * Update PHP-SDK to v3.0.5 |
| 323 | |
| 324 | = 1.2.0 (04/14/22) = |
| 325 | * Added Digital Wallets - Google Pay |
| 326 | * Added Digital Wallets - Apple Pay |
| 327 | |
| 328 | = 1.1.6 (03/03/22) = |
| 329 | * Split-tender - added functionality |
| 330 | |
| 331 | = 1.1.5 (02/22/22) = |
| 332 | * Bug fix - Heartland gift card error |
| 333 | |
| 334 | = 1.1.4 (02/15/22) = |
| 335 | * Add dependency for WC checkout frontend scripts. |
| 336 | |
| 337 | = 1.1.3 (12/07/21) = |
| 338 | * Added composer |
| 339 | * Bug fix - globalpayments_gpapi-checkout_validated displayed although it should be hidden |
| 340 | |
| 341 | = 1.1.2 (09/21/21) = |
| 342 | * UCP Bug fix - admin sandbox credentials error when live mode enabled |
| 343 | * UCP Bug fix - 3DS InitiateAuthentication order.shipping_address.state |
| 344 | * TransIT Bug fix - Generate transaction key when credentials updated |
| 345 | * UCP, Heartland, TransIT - Add logging |
| 346 | * Bug fix - 'Place order' button appears twice on checkout flow |
| 347 | * Update PHP-SDK to v2.3.12 |
| 348 | |
| 349 | = 1.1.1 (08/17/21) = |
| 350 | * Added gateway credentials toggle for live/sandbox in admin gateway configuration |
| 351 | * Added UCP dynamic headers for platform and extension |
| 352 | * Update PHP-SDK to v2.3.9 |
| 353 | |
| 354 | = 1.1.0 (07/29/21) = |
| 355 | * Renamed GP-API to Unified Commerce Platform (UCP) |
| 356 | * Added checkout environment indicator for test/sandbox |
| 357 | * Update PHP-SDK to v2.3.7 |
| 358 | * Update UCP 3DS |
| 359 | |
| 360 | = 1.0.3 (07/29/21) = |
| 361 | * Added AVS/CVV result based reversal conditions in admin and store. |
| 362 | |
| 363 | = 1.0.2 (07/13/21) = |
| 364 | * Update PHP-SDK to v2.3.6 |
| 365 | * Fix GP-API 3DS Challenge for Live Mode |
| 366 | * Fix GP-API Capture for Live Mode |
| 367 | |
| 368 | = 1.0.1 (06/24/21) = |
| 369 | * Fix TransIT credential handling |
| 370 | |
| 371 | = 1.0.0 (06/17/21) = |
| 372 | * Add GP-API instructions for sandbox credentials |
| 373 | * Handle new errors for card expiry_year |
| 374 | * Move Heartland hooks to gateway class |
| 375 | * Card saving admin note |
| 376 | * Validate refund amount |
| 377 | * Add missing invalid card icons |
| 378 | |
| 379 | = 1.0.0-b.2 (05/20/21) = |
| 380 | * Fix toggleSubmitButton |
| 381 | * Fix 3DS events |
| 382 | * Remove Verify payment action |
| 383 | * Add filters for hosted fields styling |
| 384 | * Internet Explorer compatibility |
| 385 | * Update PHP-SDK version to 2.2.14 |
| 386 | |
| 387 | = 1.0.0-b.1 (04/09/21) = |
| 388 | * Initial release. |
| 389 |