good afternoon everyone, i use the firefox version of selenium to do automated testing, has anyone been able to successfully use selenium with stripe checkout? I cant find any unique identifiers on the inputs, which isnt a terrible thing
GoJoe
But I have found at least 3 bugs in stripe-go library and more coming :(
chris_m
You say the stripe account paramater does not exist? In the go lib?
good afternoon everyone, i use the firefox version of selenium to do automated testing, has anyone been able to successfully use selenium with stripe checkout? I cant find any unique identifiers on the inputs, which isnt a terrible thing
Im confused, so you have a customer object that is managed by your platform, and the subscription plan belongs to the customer and other managed customers are subscribing to the first customers plan?
cweiss joined the channel
umpc joined the channel
kaylined
wut..?
GoJoe
back
kaylined
The customer would be on the Connect account, not the platform account
It's for Connect accounts - Managed or Stand Alone.
I think you're confusing this, with the OAuth process.
chris_m
so how am I doing it then?
kaylined
'tis a mystery.
chris_m
I am making charges and adding modifying the user without authenticating as user
kaylined
Probably using Destination charges.
chris_m
I can add subs too
what?
it doesnt matter if they are destination charges or not
I can perform all actions for the managed account
kaylined
Of course you can.
chris_m
you only need to authenticate when performing actions on behalf of a connected account that the user made hiself
kaylined
But you're using their acct_xxxxxx id to do so.
cweiss has quit
Or the API keys(which isn't recommended)
chris_m
There is no way to authenticate as a customer in the go lib
and there is no need as far as I can see
kaylined
We're not talking about Customers.
We're talking about Connect accounts.
chris_m
Omg
ol
Managed users are Connect accounts
customer is a connect account
kamelia has quit
cweiss joined the channel
kaylined
Customer's are customers.
Managed & Standalone accounts are Connect accounts.
ClementS has left the channel
graydove
Question: Starting from the ORDER object or the CHARGE object, how do I reached the event of type 'charge.captured' ? I want to see when the 2nd step of the charge capture process took place. There is a 3-5 days lag between the 2 steps (which is fine) but we just want to track this from the Stripe data. https://stripe.com/docs/api#event_types-charge....