PluginProbe ʕ •ᴥ•ʔ
GlobalPayments Gateway Provider for WooCommerce / 1.0.0
GlobalPayments Gateway Provider for WooCommerce v1.0.0
1.20.2 1.20.1 1.19.3 1.19.2 1.19.1 1.19.0 1.18.4 1.18.3 trunk 1.0.0 1.0.0-b2 1.0.2 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.6 1.10.7 1.10.8 1.11.0 1.12.0 1.12.1 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.13.7 1.13.8 1.14.0 1.14.1 1.14.2 1.14.3 1.14.4 1.14.5 1.14.6 1.14.7 1.14.8 1.14.9 1.15.0 1.15.2 1.15.4 1.15.5 1.15.6 1.15.8 1.15.9 1.16.0 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.17.0 1.17.1 1.18.0 1.18.1 1.18.2 1.2.0 1.2.1 1.2.2 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5
global-payments-woocommerce / readme.txt
global-payments-woocommerce Last commit date
assets 5 years ago src 5 years ago vendor 5 years ago LICENSE 5 years ago README.md 5 years ago globalpayments-gateway-provider-for-woocommerce.php 5 years ago readme.txt 5 years ago
readme.txt
66 lines
1 === GlobalPayments WooCommerce ===
2 Contributors: globalpayments
3 Tags: woocommerce, woo, commerce, global, payments, heartland, payment, systems, tsys, genius, gpapi, gp-api, 3DS, gateway, token, tokenize, save cards
4 Requires at least: 5.4
5 Tested up to: 5.7
6 Stable tag: 1.0.0
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 - TSYS Genius gateway
16 - TSYS TransIT gateway with TSEP
17 - Global Payments API (GP-API) gateway
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 - 3D Secure 1
25
26 = Support =
27 For more information or questions, please email <a href="mailto:developers@globalpay.com">developers@globalpay.com </a>.
28
29 = Developer Docs =
30 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/).
31
32 == Installation ==
33 After you have installed and configured the main WooCommerce plugin use the following steps to install the GlobalPayments WooCommerce:
34 1. In your WordPress admin, go to Plugins > Add New and search for "GlobalPayments WooCommerce"
35 2. Click Install, once installed click Activate
36 3. Configure and Enable gateways in WooCommerce by adding your public and secret Api Keys
37
38 == GP-API Sandbox credentials ==
39 Access to our GP-API requires sandbox credentials which you can retrieve yourself via our <a href="https://developer.globalpay.com/" target="_blank">Developer Portal</a>:
40
41 1. First go to the Developer Portal and make sure the green GP-API button is selected in the top right corner.
42 2. Click on the icon in the top right and click Register.
43 3. Once registered, click on the same icon in top right corner and click MyApps. Here we are going to create an app which is a set of GP API credentials used to access the API and generate access tokens.
44 4. Click ‘Create
45
46 == Changelog ==
47
48 = 1.0.0 =
49 * Add GP-API instructions for sandbox credentials
50 * Handle new errors for card expiry_year
51 * Move Heartland hooks to gateway class
52 * Card saving admin note
53 * Validate refund amount
54 * Add missing invalid card icons
55
56 = 1.0.0-b.2 =
57 * Fix toggleSubmitButton
58 * Fix 3DS events
59 * Remove Verify payment action
60 * Add filters for hosted fields styling
61 * Internet Explorer compatibility
62 * Update PHP-SDK version to 2.2.14
63
64 = 1.0.0-b.1 =
65 * Initial release.
66