-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
83 lines (57 loc) · 3.77 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=== Gravity Forms Stripe Integration ===
Contributors: naa986
Donate link: http://noorsplugin.com/
Tags: gravity, gravity form, gravity forms, gravityforms, ecommerce, payment, payments, stripe, credit cards, form, forms, payment, payments, subscribe, subscriptions, subscription, register, registration, secure, security, signup
Requires at least: 3.8
Tested up to: 4.6
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Integrate Gravity Forms with Stripe, enabling end users to purchase goods and services through Gravity Forms.
== Description ==
Gravity Forms and Stripe allows you to quickly and easily implement credit card payments with WordPress. With this Stripe integration Add-On you can capture one time credit card payments or setup recurring payment subscriptions.
= Features =
* Automatically capture credit card payments with Stripe when a form is submitted.
* Set up and sell simple products or services in just minutes with one time credit card payments.
* Set up and configure Stripe recurring payment subscriptions.
* Configure your form to both create a post and accept a payment. The post is only created if the payment is approved.
= Requirements =
* Gravity Forms v1.8.8+
* WordPress v3.8+
* SSL Certificate
= Gravity Form Setup =
After installing the Stripe Add-On, the first thing you will need to do is configure your form to work with it. This is done by using the Pricing Fields to configure the purchase selections and the Credit Card field to allow users to enter their credit card information on the form.
* Go to "New Form" under the "Forms" navigation menu or choose an existing form from Edit Forms in your WordPress admin dashboard.
* Add Fields for capturing standard payment information such as Name, Email, Address, etc.
* Add "Pricing Fields" to your form such as Product, Total and configure them to suit your needs.
* Add a "Credit Card" Field from the Pricing Fields toolbox to your form.
* Save your form.
= Stripe Settings =
Once you have created your form the way you want it, it's time to setup the Stripe Add-On and connect it to your Stripe account. This is done via Stripe's API and the setup requires you enter your Stripe API account credentials on the Stripe Add-On Settings page.
* Go to "Settings" under the Forms navigation in your WordPress admin dashboard.
* Select "Stripe" from the Settings sub-navigation.
* Select the API to use for Stripe integration (e.g. Live or Test).
* Enter the Test API keys for your Stripe account.
* Enter the Live API Keys for your Stripe account.
* Confirm that you have enabled Webhooks in Stripe by following the instructions provided in the Settings.
= Stripe Feeds Setup =
In order to onfigure the form to integrate with Stripe you will need to create a feed.
* Go to the Stripe settings page located under the Forms Settings for the Form you'd like to integrate with Stripe.
* Select "Add New" to add a new Stripe Feed.
* Select the Stripe "Transaction Type". You can choose from Products and Services which is a single one time payment, or Subscription for recurring payment subscriptions.
* Save your Stripe Feed.
For detailed setup instructions please visit the [Gravity Forms Stripe Integration](https://noorsplugin.com/2016/08/22/gravity-forms-stripe-integration/) add-on page.
== Installation ==
* Go to the Add New plugins screen in your WordPress Dashboard
* Click the upload tab
* Browse for the plugin file (gf-stripe-integration.zip) on your computer
* Click "Install Now" and then hit the activate button
== Frequently Asked Questions ==
None
== Screenshots ==
For screenshots please visit the [Gravity Forms Stripe Integration](https://noorsplugin.com/2016/08/22/gravity-forms-stripe-integration/) add-on page
== Upgrade Notice ==
None
== Changelog ==
= 1.0.1 =
* First commit