forked from justinwhall/ACH-for-stripe-plaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·83 lines (59 loc) · 2.02 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
83
=== LittleBot ACH for Stripe + Plaid ===
Contributors: jwind, noahott
Donate link: https://www.littlebot.io/make-a-donation/
Tags: Stripe, plaid, ACH, e-commerce, ecommerce, commerce, bank, bank account
Requires at least: 3.0.1
Tested up to: 5.5.1
Stable tag: 1.2.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WordPress plugin that allows easy ACH bank transfer payments via Stripe + Plaid
== Description ==
WordPress plugin that allows easy ACH bank transfer payments via Stripe + Plaid
== Installation ==
1. Upload `wp-stripe-plaid.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place the following shortcode where you want the form to render [wp_stripe_plaid]
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 1.2.9 =
* Plaid authentication without public key
= 1.2.8 =
* updates from WordPress.org
= 1.2.7 =
* Conditionally include stripe SDK
= 1.2.7 =
* Security Update
= 1.2.6 =
* Fix: typo in Plaid setting
= 1.2.5 =
* Fix: compatibility with Gutenberg
= 1.2.3 =
* NEW: Allow un authenticated users to pay
* FIX: Fix edge case where charges would through an error because customer object exists in test mode
= 1.2.2 =
* Make call to Plaid production environment instead of "live"
= 1.2.1 =
* Fix call to Plaid development environment
= 1.2.0 =
* NEW: Add support for Plaid development mode
= 1.1.5 =
* Update Stripe Bindings to v6.5.0
= 1.1.4 =
* Modified plaid API call
= 1.1.3 =
* bug fixes
= 1.1.2 =
* Form output buffering
= 1.1.1 =
* Improved logic in selecting bank source for charging returning customer
* NEW: ability to add amount param to autofill form ex http://mysite.com/plugin-page?amount=100.23
= 1.1.0 =
* Updated plaid environments to sandbox/production
* Payments now create a customers prior to charge allowing you to create subscriptions in the Stripe Admin or perform and customer action you'd like.
= 1.0.1 =
* updated plaid link to v2
* plugin can now test plaid in test mode
= 1.0 =
* Initial release