justinwhall
Forum Replies Created
-
Correct. I’d also like your error logs so I can see where there error is happening.
Can one of you dig up your PHP error logs? My suspicion is it’s a token issue. Can you try with a new user?
I just pushed up version 1.2.0 which adds support for plaids development environment. Give it a try.
https://www.dropbox.com/s/7752htetby1jkcc/Screenshot%202018-11-08%2020.17.18.png?dl=0
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Plugin links back to WP login pageHuh? The receipt comes after you pay.
So events are as followed:
1) user visits ACH plugin page
2) user selects bank
3) user logs into bank (link)
4) Link created plaid –> stripe
5) user pays *This is where if the user is logged in, we know the users email address. Alternatively, we could require, say, an email field but the same user could use different emails making it hard to figure out who is paying you and for what.
6) Stripe sends receipt to the payees email address.Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Plugin links back to WP login pageThere is no setting that deactivates it. It is possible but add this feature, however you would rely on the user entering their email or some sort of unique identifier. Make sense?
Yes. You need a plaid production account (environments are shown on option page). Plaids envs are confusing. The plugin options for Plaid are either ‘sandbox’ or ‘production’. There is a third environment called ‘development’ that does support 100 live bank accounts. Currently, this plugin does not support that environment.
Hey there. Yes, you do need a live account in order for the live mode to work.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Plugin links back to WP login pageHi Anne – This plugin does not control who registers for your site and never will. WordPress does. It’s WordPress setting. Currently this plugin does not support anonymous payments. Payments need to be associated with a user (an email address). Since all WordPress users have an email address, a payment can be, well, associated with an account (and only one).
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Plugin links back to WP login pageThis is normal behavior. A user needs to be logged in to pay because, well, you we need to know who is paying π If the user is not logged in and you visit the page, they will be directed to the log in page. The reason it works when you “view site” is because you are, in fact, logged in.
Hello @thefiddler – Latest release includes updated stripe bindings. Take it for a spin.
Hmmm, alright. It’ll be a bit to test the upgrade. If you’re itching to do it your self you can add https://github.com/stripe/stripe-php here https://github.com/justinwhall/ACH-for-stripe-plaid/tree/master/vendor/stripe/stripe-php
I probably change this to only load when the shortcode is present.
Forum: Plugins
In reply to: [Windsor Strava Club] Clubrides not showing anymoreHey there! Answer is here https://wordpress.org/support/topic/strava-api-change-breaks-map/
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Search Request Timed OutIt is. Again, I can only speculate but be sure your credentials are correct. I’d also disable any other plugins to rule out a conflict. Any errors in the browser console?
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Search Request Timed OutCan’t really see without being logged in. My guess is you don’t have have a production account with Plaid.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Iframe ebedded codes not showingYou need to be authenticated to view a Strava athleteβs activity so this will never work.