• makesitechanges

    (@makesitechanges)


    Hello. I’ve signed up for both Stripe Live and Plaid Development mode. The institution search comes up fine when using the test credentials, but not the live credentials.

    Do I have to wait for approval (and pay) for Plaid production mode before this will work?

    Thank you.

Viewing 9 replies - 31 through 39 (of 39 total)
  • Plugin Author justinwhall

    (@jwind)

    I’m not sure where you would find those. I’d recommend looking in your Stripe/Plaid accounts.

    In regards to the error you have received, Stipe does not allow you to make a charge to a customer in Production with a customer from the test Environment.

    Thread Starter makesitechanges

    (@makesitechanges)

    @crucible67 Thank you for the time you are spending troubleshooting. That’s great that you were able to get Chase working. Were you ever able to get a payment through Wells Fargo working? I am able to login and select the account, but it still just shows that loading image after Link goes away (and never processes the payment)

    I did as suggested and created a new user and signed in outside of Admin mode, no luck.

    @jwind Thanks for the quick update to allow development mode. That rocks.

    crucible67

    (@crucible67)

    @makesitechanges You bet, happy to help everyone get this working. I was able to get both Chase and Wells working, with the latest littlebot update. If you got to the point where you choose the bank account at Wells, you got further than I did previously when I was having problems (with Wells), it would never get to that point until the latest littlebot update. I noticed the same problem your having when I test Chase on the old plugin version, after selecting bank account and clicking pay button it would hang.

    Maybe take a look at php error logs as @jwind had suggested ealier in the thread, that might shed some light on where it’s failing. At the moment, it appears things are working with those two banks, I’m waiting for test payments to clear to see how long it takes. Also, make sure you have latest littlebot version.

    @jwind if I understand you correctly (above) if I had tested previously in STRIPE with my main wordpress user while in test mode, then in conflicts when attempting a live payment with the same user? If I deleted that customer ID in stripe dev mode, would that solve the issue?

    Thanks all

    Plugin Author justinwhall

    (@jwind)

    Correct. If you try to use a bank token to make a charge in prod (and it already exists in test), stipe will through an error. Eventually, I’d like to store different tokens for a user based on env.

    crucible67

    (@crucible67)

    Token based on environment would be awesome. Right now it’s a little confusing and likely to result in more tickets and support in current mode ??

    Do you have a roadmap planned for this plugin @jwind ? One thing I would like is the ability to set the dollar amount and note (what the purchase is for) and have those fields view only to the client. That would require I create a “product” of sort in the plugin dashboard, and have a unique short code for unique pages (for each product variation).

    Is there a workaround now that would make it a little more user friendly, maybe a custom link sent to the buyer? Also, is is possible to have the transaction create a subscription for the amount to be monthly recurring thru stripe? Maybe a tick box that says “bill me monthly” or something. I assume to have a client charged monthly right now I have to run them thru the ACH process 1st, then go in stripe manually and create a subscription for them?

    Plugin Author justinwhall

    (@jwind)

    I do not have a roadmap at this point. This plugin simply isn’t a revenue stream. This may change if there is increased adoption.

    You can set a dollar amount although it’s informal. You would simply send a link like this: https://mysite.com/plugin-page?amount=100.23

    As far as subscriptions go, yes, that would be manual. I know there are other users doing this.

    crucible67

    (@crucible67)

    Hi @jwind

    I think adoption will increase if STRIPE users (a larger majority) know this is an option. Paying 2.9% vs. .008% is a NO BRAINER. Greater adoption would require some marketing – obviously. Are you interested in making this a revenue stream? I may have some of the required parts of that to contribute ??

    crucible67

    (@crucible67)

    Thanks! Setting the dollar amount with that link worked great, what is the correct syntax if I want to pass dollar amount AND the note fields with a link? this doesn’t seem to work:

    https://www.mysite.com/shortcode-page/?amount=100.23&?note=achtest

    Not sure on variable used

    • This reply was modified 6 years ago by crucible67.
    Plugin Author justinwhall

    (@jwind)

    Currently only the dollar amount is supported. I can, however, consider this improvement for a future release.

Viewing 9 replies - 31 through 39 (of 39 total)
  • The topic ‘Institution Search Not Working In Plaid Link’ is closed to new replies.