justinwhall / ACH-for-stripe-plaid

WordPress plugin that allows easy ACH bank transfer payments via Stripe + Plaid
GNU General Public License v2.0
17 stars 14 forks source link

Is this a stand-alone plugin or does it require another plugin to work? #1

Closed seanhelmes closed 7 years ago

seanhelmes commented 7 years ago

I have a stripe and plaid account. After entering the correct API credentials on the admin screen of your plugin what do you need to do on the front-end to execute an ACH transaction? Do I simply just need to add a plaid link on my site at this point, or does your plugin require having WooCommerce or something like that to work?

justinwhall commented 7 years ago

HI Sean, it's stand alone. It's actually been submitted and approved to be added to the WordPress plugin repository - I just have not gotten around to writing up some docs and uploading.

seanhelmes commented 7 years ago

Nice work! Can you tell me how to get your plugin working to set up and charge a fixed price transaction? Is it as simple as adding a plaid link to my site as documented here after I enter my API credentials in your plugin's admin page? https://plaid.com/docs/quickstart/#introduction

justinwhall commented 7 years ago

The plugin basically creates the plaid link without having to get involved with all the code on that page. Simply include [wp_stripe_plaid] shortcode on the page you wish to accept payments on and it will render the payment form and plaid link.