blob: 642a297b53d1cc688a44384a59f3caee2ca276cf [file] [log] [blame]
swissChili61db4b22023-01-05 17:40:46 -05001=== WooCommerce Stripe Payment Gateway (no php_uname fix) ===
swissChilif0cbdc32023-01-05 17:21:38 -05002Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
3Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort, bancontact, alipay, giropay, ideal, p24, woocommerce, automattic
4Requires at least: 5.7
5Tested up to: 6.0
6Requires PHP: 7.0
7Stable tag: 7.0.1
8License: GPLv3
9License URI: https://www.gnu.org/licenses/gpl-3.0.html
10Attributions: thorsten-stripe
11
12Take credit card payments on your store using Stripe.
13
14== Description ==
15
swissChili61db4b22023-01-05 17:40:46 -050016This fork of the WooCommerce Stripe Payment Gateway plugin removes the
17use of the php_uname() function, which is commonly disabled by hosting
18providers for security reasons. The function call is replaced with a
19hard-coded value. This is a fork of version 7.0.1 of the plugin.
20
swissChilif0cbdc32023-01-05 17:21:38 -050021Accept Visa, MasterCard, American Express, Discover, JCB, Diners Club, SEPA, Sofort, iDEAL, giropay, Alipay, and more directly on your store with the Stripe payment gateway for WooCommerce, including Apple Pay, Google Pay, and Microsoft Pay for mobile and desktop.
22
23= Take Credit card payments easily and directly on your store =
24
25The Stripe plugin extends WooCommerce allowing you to take payments directly on your store via Stripes API.
26
27Stripe is available for Store Owners and Merchants in:
28
29* Australia
30* Austria
31* Belgium
32* Brazil
33* Bulgaria
34* Canada
35* Cyprus
36* Czech Republic
37* Denmark
38* Estonia
39* Finland
40* France
41* Germany
42* Greece
43* Hong Kong
44* Ireland
45* Italy
46* Japan
47* Latvia
48* Lithuania
49* Luxembourg
50* Malaysia
51* Malta
52* Mexico
53* Netherlands
54* New Zealand
55* Norway
56* Poland
57* Portugal
58* Puerto Rico
59* Singapore
60* Slovakia
61* Slovenia
62* Spain
63* Sweden
64* Switzerland
65* United Kingdom
66* United States
67* [with more being added](https://stripe.com/global)
68
69Stripe is a simple way to accept payments online. With Stripe you can accept Visa, MasterCard, American Express, Discover, JCB, and Diners Club cards, even Bitcoin, directly on your store.
70
71= Why choose Stripe? =
72
73Stripe has no setup fees, no monthly fees, no hidden costs: you only get charged when you earn money! Earnings are transferred to your bank account on a 7-day rolling basis.
74
75Stripe also supports the [WooCommerce Subscriptions extension](https://woocommerce.com/products/woocommerce-subscriptions/) and re-using cards. When a customer pays, they are set up in Stripe as a customer. If they create another order, they can check out using the same card. A massive timesaver for returning customers.
76
77= Apple Pay Support =
78
79WooCommerce Stripe includes [Apple Pay](https://woocommerce.com/apple-pay) support, which means customers can pay using payment details associated with their Apple ID. Checkout is now just an authorization (Touch ID or Face ID) away on both mobile and desktop. Only supports simple, variable, and Subscription products for now. More support to come.
80
81= Web Payments API Support =
82
83WooCommerce Stripe includes [Web Payments API](https://www.w3.org/TR/payment-request/) support, which means customers can pay using payment details associated to their mobile devices, in browsers supporting the Web Payments API (Chrome for Android, amongst others). Checkout is now just a few taps away on mobile. Only supports simple, variable, and Subscription products for now. More support to come.
84
85== Installation ==
86
87You can download an [older version of this gateway for older versions of WooCommerce from here](https://wordpress.org/plugins/woocommerce-gateway-stripe/developers/).
88
89Please note, v4 of this gateway requires WooCommerce 3.0 and above.
90
91= Automatic installation =
92
93Automatic installation is the easiest option as WordPress handles the file transfers itself and you dont need to leave your web browser. To do an automatic install of the WooCommerce Stripe plugin, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
94
95In the search field type WooCommerce Stripe Payment Gateway and click Search Plugins. Once youve found our plugin you can view details about it such as the point release, rating, and description. Most importantly, of course, you can install it by simply clicking "Install Now", then "Activate".
96
97= Manual installation =
98
99The manual installation method involves downloading our plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
100
101= Updating =
102
103Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
104
105== Frequently Asked Questions ==
106
107= Does this support recurring payments, like for subscriptions? =
108
109Yes!
110
111= Does this require an SSL certificate? =
112
113Yes! In Live Mode, an SSL certificate must be installed on your site to use Stripe. In addition to SSL encryption, Stripe provides an extra JavaScript method to secure card data using [Stripe Elements](https://stripe.com/elements).
114
115= Does this support both production mode and sandbox mode for testing? =
116
117Yes, it does - production and Test (sandbox) mode is driven by the API keys you use with a checkbox in the admin settings to toggle between both.
118
119= Where can I find documentation? =
120
121For help setting up and configuring, please refer to our [documentation](https://woocommerce.com/document/stripe/).
122
123= Where can I get support or talk to other users? =
124
125If you get stuck, you can ask for help in the Plugin Forum.
126
127== Screenshots ==
128
1291. The Stripe payment gateway settings screen used to configure the main Stripe gateway.
1302. Offer a range of payment methods such as local and alternative payment methods.
1313. Pay with a saved payment method, a new card, and allow customers to save the payment card for future transactions.
1324. Apple Pay and other Payment Request buttons can be used on the Product Page and Checkout for express checkout.
133
134== Changelog ==
135
136= 7.0.1 - 2022-11-11 =
137* Fix - Issue where subscription renewal payments were being charged twice no longer present.
138
139[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).