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: 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?
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?