I was hoping to do so with a test credit card number.
kaylined
You shouldn't KNOW the credit card number, so populating it would be pretty tough to do.
nparsons08
that's what i had assumed
it's for a demo app
conrad10781
nparsons08: In addition to kaylined 's answer, populating the full card number would likely assume PCI compliance which you're avoiding by using the tool.
kaylined
Ah, yeah not possible - you could use the "remember-me" flag though.
conrad10781
Hello kaylined
jcrawford joined the channel
jcrawford has quit
jcrawford joined the channel
nparsons08
doesn't that require a sms message with a verification code?
^ the remember me function
kaylined
It may, yes.
Orionus
I am having issues with my direct deposit account. I am a LYFT driver. I've had to update information for a fourth time. I need my funds to be deposited and im getting abrun around. I've even been told that there is a bug that is keeping me from being paid and I've been put on a list.
conrad10781
Orionus: This question is really more for development. While it sounds like you may have done so already, you would need to contact support ( https://support.stripe.com/email )
kaylined
Orionus, it would seem you should be speaking with Lyft in that case; or if you've been communicating with Stripe support, you'd want to contact https://support.stripe.com/email
conrad10781
Lol.
I'll let kaylined take it from here.
kaylined
Orionus, but it seems like this is something Lyft should be handling for you.
ywain: you still around by chance?
ywain
o/
kaylined
Hey! Quick question for ya - when setting up Webhook Endpoints, is it possible to include query params? mydomain.com/endpoint?foo=bar?
Orionus
Im wondering if there is a big that you guys are aware of.
*bug
ywain
kaylined: I think so, but let me give it a quick try
Alex____ has quit
kaylined
Orionus, they appear from time to time, though very rarely. I'd guess it's a bug in Lyfts implementation, opposed to on Stripe's side, but I don't know the situation.
Uwais
@conrad10781 "com.stripe.exception.PermissionException: The provided key 'sk_test_********************Quwk' does not have access to account 'ca_*************************PA' (or that account does not exist). Application access may have been revoked.
ywain
Orionus: I'm not aware of any issue on Stripe's end at the moment, so it's probably on Lyft's. I agree with kaylined, you should reach out to Luft directly
Orionus
Okay. Thanks for
Uwais
I've added the *s in the account number. Any ideas on how to fix this? The account number is my own account
conrad10781
kaylined: It's possible, but the values don't get populated dynamically by Stripe.
kaylined
conrad10781, I wouldn't expect them to :)
conrad10781
kaylined: IE ?foo=bar will always be ?foo=bar, it can't be a variable.
nparsons08 has quit
kaylined
Creating a service to manage webhooks for multiple users - easiest way to identify will to put a UUID into query param.
ywain
yeah, you can use URL parameters but of course the values will be static
kaylined
Awesome.
Thanks ywain!
Orionus has quit
conrad10781
kaylined: While I never saw a reason for Stripe to change that, we used that on an application last year, and ultimately changed to a "rewrite" path of mydomain.com/endpoint/{UUID} , that way if it ever changed you wouldn't need to do anything as your route already looked like a unique path.
pinky joined the channel
kaylined: If you're using PHP with a PSR compliant framework, you could have ->post("/endpoint/{uuid}")
As a route that is.
pinky
Hi there stripers! Is it possible to use Stripe's Sigma SQL for a platform account?
Like, if I have a platform account and I want to look at revenue I've made from managed accounts, can I use Sigma to do it?
whobutsb joined the channel
whobutsb
Hello! Quick question. My API is out-of-date. Can I update my API in the test environment, do my testing, before I update my production environment?
@conrad10781 awesome thanks! One more technical question. Are the transfers. events in the later version of stripe? or have they moved to payouts events?
kaylined: Thanks, I have one or two on occassion :-)
occasion rather*
kaylined
heh
Rinsewind joined the channel
pinky
Thanks for the link conrad10781!
jpnarowski
I got timed out
pinky has quit
but was wondering, can I switch EIN numbers in stripe?
I am wondering if I need to form an LLC now, or can I activate an account with an existing LLC and then switch it later if this new idea gets traction and starts making sales?
cameron8IO has quit
kaylined
jpnarowski, it's possible but you have to contact support
jpnarowski
ok great
so it can be switched later
so we can activate our account now with one of my existing companies and then change it once we get rolling?
and switch EIN and bank info?
kaylined
Yeah - has to be done through Support though, not something you can do manually. I had to do it when I got accepted into Stripe Atlas
ax_omar joined the channel
ax_omar has quit
hanoii has quit
jpnarowski
cool thx
jcrawford has quit
msolis488 joined the channel
msolis488
I'm fairly new to this
Would anyone mind helping me setup plaid and stripe?
minuteman52 joined the channel
Uwais has quit
jpnarowski has quit
Wayne joined the channel
Wayne
Hi all!
conrad10781
Hello Wayne !
nass31 has quit
snax joined the channel
bdc joined the channel
bdc
Hello I have qustion about new connect account debts
Wayne
Have a question about how to turn on cvc and exp date validation on Stripe Elements
ywain
Wayne: Elements doesn't check the card's information with the issuing bank (it only runs some sanity checks, e.g. correct number of digits, expiry date in the future, etc.). The card will be checked when you try to use the token in an API request, e.g. to create a charge or a customer object
Hi bdc, what's your question?
Wayne
We migrated Stripe Elements on our web site yesterday and the createToken call seems to work with invalid cvc or expiration date
ffej joined the channel
ywain
Wayne: that is expected. What were you using previously? Checkout, or Stripe.js?
bdc
What happens if connect account has insufficient fund?
ywain
bdc: insufficient funds for what?
ML74_ joined the channel
Wayne
We were using Stripe.js
bdc
Let's say a connected account has $20 but I do a charge using the new connect account charge for $30
Referring to the new method of charging a connected account
kaylined
bdc: "An account debit cannot make the connected account balance become negative unless you have reserves enabled (on by default for all new platforms created after January 31st, 2016)"
ywain
Wayne: okay, so there's no change in behavior then. Stripe.js does not check the card with the issuing bank either.
MeXIst3nZ joined the channel
Rinsewind has quit
bdc
Ok, is there a way to turn on reserves from stripe dashboard or does it need to be an API call