aha…! So I still actually need to call the charge API! Right, I completely misunderstood then. The Checkout API is so polished you'd think otherwise… ;)
ywain
pkaeding: yay \o/
goddard
markin: what else would be needed?
rromanch_ has quit
bklane joined the channel
wojtek_ has quit
bkrausz has quit
jareddlc joined the channel
saikat has quit
manfrin joined the channel
eric__ has quit
szust has quit
irctc835 has quit
gfq has quit
_oxigen8_ joined the channel
dave_shap joined the channel
augustine has quit
cdwSymfony has quit
grundle joined the channel
grundle
What happens when you apply a 100% off coupon to a charge whose destination is a managed account? Where does that money come from?
markin
grundle: no money is charged so no-one gets any money
alexr joined the channel
bklane has quit
alexr
Can stripe.js be used to collect shipping info?
bklane joined the channel
markin
alexr: Stripe.js is only to collect PCI sensitive billing info. Shipping info you'd just send to your server
ywain
alexr: Checkout has an option to collect shipping address, but it's not embedded into the token
alexr
ok
but if i wanted to collect shipping and payment info upfront
ie before the user wants to buy it
there is no way to collect that and store it
using stripejs
i would need to collect billing
create custoemr object
and then store the shipping info my self
ywain
you can store the shipping info on the customer object
you can also pass shipping along side the token to the create customer api
alexr
it can't be done directly from the browser
ie i do i have to have my own end point to take the data
and relay it
ywain
yep
markin
you can't even create a customer from the browser without shipping info anyways
alexr
@markin what do you mean by that?
oh
right
yes i cant create a customer from browser
ywain
the only thing done client-side is the tokenization of card information via Stripe.js / Checkout. everything else (including the creation of the customer object using the token) is done server-side
alexr
sure
right
what about updating payment info for a customer, btw?
ie can i send the customer id to the browser and then have stripejs ipdate the payment info?
markin
Nope. Stripe.js just creates tokens, you'd have to call the update customer / add card api sever-side
*server
ywain
no, you'd use Stripe.js to tokenize the new card information, send that to your server, then issue delete cards / create cards API calls
alexr
hmmm
ok so once the new payment info i sent
saikat joined the channel
i get a new stripe_token
how do i asscoaite that with an exisitng customer?
*info is sent
markin
you can update the customer and set the source property or use the add card api
alexr
which API?
markin
there are 2 apis that would do 2 different things (I
konradsurf: if you’re still here, here is an article on testing Connect with oAuth that may shed light on the test bank accounts problem you were having earlier: https://stripe.com/docs/connect/testing
sb_ has quit
scellow joined the channel
sb_ joined the channel
sb_ has quit
ajs_ joined the channel
sb_ joined the channel
kwipped has quit
sb_ has quit
nomad411 has quit
sb_ joined the channel
saikat_ joined the channel
evotuned joined the channel
sandstrom has quit
wojtek_ joined the channel
ywain_ joined the channel
felipe86 has quit
ywain has quit
joelauge has quit
wojtek_ has quit
LochnessMobster3 has quit
kathleenbrennan has left the channel
Zohra joined the channel
Zohra
hey
markin
Hi Zohra
Zohra
how's everyone doing?
markin
Not too bad sitting in a lecture about object oriented programming
manfrin has quit
LochnessMobster3 joined the channel
LochnessMobster3 has quit
Zohra
lol, cool
I'm actually having an issue
markin
whats the issue?
Zohra
does anyone else have a problem with Stripe and Visa cards?
markin
I don't tend to
what issue are you having with visa cards?
Zohra
they're not going through
like they keep getting declined , one third of the transactions, all together, were declined, and they were all Visa cards
manfrin joined the channel
markin
Do you know if they are Visa debit cards? Are there any patterns that you can see? Do you collect CVC and zip code?
Zohra
the zip codes are not required, but we collect them, we also collect CVCs, lemme check if they're debit or credit cards
csalvato
Zohra: silly question but are the cards working when you try to use them elsewhere?
Zohra
I'm not the one using them, the clients are, so no idea, they should be, these are tech people, so idk
ywain_ has quit
bklane has quit
scellow has quit
ajs_ has quit
csalvato
Zohra: there are literally hundreds of reasons cards can be declined, and Stripe doesn’t get exact reasons so it’s hard to give a definitive answer why it’s happening.