#stripe

/

      • orlondow
        spacecadetbrown: We don't send emails on test mode automatically. You can send one manually on the cahrge's page
      • charge*
      • Werring has quit
      • spacecadetbrown
        Thanks orlondow, it makes total sense, just wanted to make sure I hadn't missed anything. Thanks.
      • orlondow
        np!
      • Steve99 joined the channel
      • PB_ has quit
      • tron420 joined the channel
      • SteveIs has quit
      • nicksloan has quit
      • swipey & MDrollette so I tested it and it works in case you want to check with php https://gist.github.com/anonymous/00d36e9f6736c...
      • The only thing you need to check is to pass a currency parameter when creating the first token
      • swipey
        awesome
      • MDrollette
        nice, thanks for confirming that
      • swipey
        thank you so much
      • tron420
        any problems reported with the csv exports? fields are missing, such as invoice ID field missing on payments export
      • orlondow
        you're welcome
      • Hey tron420 hum I haven't heard anything about this but you might want to send an email to our support for this https://support.stripe.com/email
      • tron420
        will do thx
      • orlondow
        np
      • Steve99 has quit
      • irctc688 has quit
      • jon_x has quit
      • tron420 has quit
      • edrocks has quit
      • Tim joined the channel
      • nilsmunch joined the channel
      • thinkxl joined the channel
      • edrocks joined the channel
      • swipey has quit
      • snax joined the channel
      • artfulrobot has left the channel
      • Shijith joined the channel
      • Shijith
        Hi
      • I am implementing Stripe payment gateway in my website, can anyone help me out
      • stripe934 joined the channel
      • stripe934
        Hello..!! Someone please help! We are developing a marketplace app. We have separate apps for
      • The service provider and another app for the client
      • edrocks joined the channel
      • Shijith
        And also I want to implement plaid for ACH payment
      • stripe934
        We want to use standalone accounts in stripe connect
      • Can we use standalone accounts in this situation? Or we must use managed accounts?
      • nilsmunch has quit
      • ftknox
        stripe934: you can definitely use standalone accounts for this
      • Shijith: sure - what is/are your question(s)
      • thebenedict joined the channel
      • stripe934
        Thanks! And from a UI prespective, I can have a screen within the service provider app for them to log into their stripe account?
      • Or
      • Or
      • Do we need to do this on our website?
      • Steve99 joined the channel
      • Tim___ joined the channel
      • Shijith
        @ftknox: I want to implement ACH payment, But I'm not where do I start for both micro and Plaid .... Which one is easiest way to implement ACH payment?
      • ftknox
        Shijith: using Plaid is definitely quicker because Plaid handles verifying the bank accounts: https://stripe.com/docs/ach#using-plaid
      • Shijith: "easiest" seems like it is more personal preference though
      • snax has quit
      • hpar
        testing with plaid's sandbox can be a little tricky too, whereas testing microdeposits is just 2 fixed amounts https://stripe.com/docs/ach#testing-ach
      • sunburn has quit
      • Tim has quit
      • Shijith
        @ftknox: Is it same like, credit card implementation?
      • @ftknox: Can you show me some sample templates for plaid payment?
      • chrisfancy joined the channel
      • thebenedict
        Hi there. I'm seeing the yellow test mode label in checkout with my live keys on a rails app. I've double (and triple) checked the keys. When I enter a transaction using the 4242... card I get a 'no such token' error. Any ideas how to troubleshoot?
      • hpar
        Shijith: to create a charge, see this https://stripe.com/docs/ach#creating-an-ach-charge
      • stripe934
        Ftknox ?
      • hpar
        you will get a btok_XXX "bank account token" which you can use like a card token to create a customer or charge
      • ftknox
        thebenedict: did you change both your Publishable and Secret keys?
      • nilsmunch joined the channel
      • thebenedict: are you front-end assets being cached by your browser?
      • thebenedict
        @ftknox, change both keys: yes. front end assets: maybe? I've tried in an incognito window with dev tools open in chrome and seen the same behavior.
      • nilsmunch has quit
      • ftknox
        thebenedict: well the only reason that you would see this is that your Checkout configuration is using a Test mode Publishable key
      • thebenedict: do you have a URL that I can look at?
      • chrisfancy
        I have a question regarding managed accounts. If we send a transfer from the platform account to the managed account and the transfer amount exceeds the platform's current balance, should I expect this to throw an error or that it automatically will initiate an ACH debit and allow the transfer to succeed?
      • Tim joined the channel
      • thebenedict
        ftknox: Yeah, I'm sure I'm missing something simple, I've used checkout successfuly before but it was a few years ago. URL unfortunately isn't public. Let me get back to you if I can make a test account for you.
      • Shijith
        @ftknox: Thanks, Now I pasted the plaid integration code in my website, just after credit card payment, But that button isn't working?
      • Tim___ has quit
      • steveis__ joined the channel
      • hpar
        chrisfancy: I think it'll succeed, just testing on my own account
      • stripe934 has quit
      • chrisfancy
        hpar: cool, is there any sort of limit on these transfers which send a platform account negative that I should be aware of?
      • hpar: for example, it'll allow the balance to go $5000 negative but will fail on any transfers beyond that point?
      • edrocks joined the channel
      • Steve99 has quit
      • hpar
        hm, actually chrisfancy, I'm getting a failure when I try to transfer more than my platform's available balance
      • what's the problem you're trying to solve here?
      • andybass joined the channel
      • chrisfancy
        hpar: we typically sweep funds from our platform account to our bank weekly. as a result, we keep a relatively low available balance. starting soon, we'll have certain cases where we'll need to send funds from our platform account to managed accounts ahead of receiving payment from the managed account holder's customer.
      • hpar: so, I wanted to know if we need to ensure that a certain balance is present in the platform account or I could rely on automated ACH debits to take care of it.
      • stripe657 joined the channel
      • stripe657
        Hello!! Please help. Can we offer a screen from a UI prespective on an app for service providers to access their standalone account??
      • hpar
        chrisfancy: you'll need to keep the balance in the platform account, I don't see another way this could work. Might be worth contacting email support about to double-check https://support.stripe.com/email/login
      • chrisfancy
        hpar: thanks!
      • hpar
        stripe657: if they have a standalone account, then they can go to dashboard.stripe.com and log in
      • MDrollette
        chrisfancy: Sounds like you might run into some other problems with that flow though. Those special case transfers can only be up to 10% of your volume before some alarms start going off
      • hpar
        if you want a dashboard other than that you would need to build it
      • alfiemax has quit
      • thebenedict has quit
      • stripe574 joined the channel
      • chrisfancy
        MDrollette: that's good to know. I don't believe this case should exceed 10% of our volume. if it were to exceed 10% of our volume, what might the impact be?
      • Gsham has quit
      • MDrollette: the case we're trying to solve for is non-payment by a customer where we make our vendor whole via a guarantee we have in place.
      • Peder_ joined the channel
      • stripe574
        looking for help with wp simple pro and the stripe API
      • Gsham joined the channel
      • can someone help me please
      • MDrollette
        chrisfancy: I would include those details in the email to support, just to make sure it won't be a problem at scale
      • stripe657
        Hpar: but if I want to grant them access on our mobile app? Or prompt them to create an account if they do not have one? Can it be done within the app?
      • Can I simply have a screen within the app that has a button: connect to stripe ?
      • mhenrixon has quit
      • ftknox has quit
      • stripe657 has quit
      • stripe778 joined the channel
      • hpar
        stripe574: what's the question?
      • stripe778
        we will
      • hpar
        your best bet for support on a WP plugin is going to be the author's site / forums
      • stripe437 joined the channel
      • stripe437
        Questions regarding Marketplace Connect transfers: right now we've complied with level 3 verification for users. Im curious what the amount a user has to transfer for us to have to do level 4 photo ID support for ACH transfers?
      • stripe778
        We will be using stripe connect: in the case of automatic payment failure from our admin panel, can we manually create a charge on the stripe dashboard? And can we issue a refund (full or partial) also from the stripe dashboard if using connect?
      • andybass has quit
      • steveis__ has quit
      • Shijith
        anyone please help me
      • hpar
        stripe437: it's not needed 100% of the time, you need to watch out for the webhook notifications when it's asked for
      • stripe778: you can only create payments to connected accounts through the API, the dashboard doesn't support it
      • snax joined the channel
      • stripe037 joined the channel
      • stripe574 has quit
      • Gsham has quit
      • Shijith: what's the question? did you sign up for a plaid account? did you read their docs / run their test code?
      • thinkxl joined the channel
      • stripe037
        hello, is there a way to get stripe to work without PHP?
      • stripe778
        Hpar: what about refunds?
      • pedro1 has quit
      • hpar
        stripe037: there are plugins and services you can use, for example https://stripe.com/docs/integrations#ecommerce
      • but somewhere there needs to be some code that runs and interacts with the Stripe API
      • Ishaq joined the channel
      • stripe778: it depends; for destination charges yes, direct charges no https://stripe.com/docs/connect/payments-fees
      • rainz joined the channel
      • Snoo joined the channel
      • stripe437 has quit
      • ta_ joined the channel
      • stripe778 has quit
      • mxbtty joined the channel
      • ta_ has quit
      • ftknox joined the channel
      • s2013 has quit
      • nilsmunch joined the channel
      • MikeD
        Hi, my stripe account doesn't seem to be working properly. It works in test mode but does not seem to be working properly in live mode?
      • Can someone please assist?