thx, but this only shows how i get the http status codes (getCode()) but i need the error codes like "invalid_number" or "invalid_expiry_month",...or am i getting something wrong?
dude the line I linked you to covers exactly what you ask, how to get the decline code
dude
yes you are so right. many thanks. i did the mistake to process all exceptions at once (..|..|) so getDeclineCode did not show up.
(in my ide)
koopajah
ah yeah it's specific to the Card exception (I checked the top level one at first and made the same mistake thinking it was not supported)
dude
kinda reassuring ;) thx again. bye bye.
dude has quit
timebox joined the channel
sg123 joined the channel
Guest5105 has quit
angli joined the channel
celwell has quit
__stanislaw joined the channel
__stanislaw has quit
sg123
hello, I'm confused about how to access a card's funding source after tokenization using checkout.js. Do I have to attach the card to a customer first before I can get its funding source? I would like to be able to check the funding source before I bother creating a customer
Hello, Have some questions regarding large transactions via ACH and how to protect against potential chargebacks
sg123
@koopajah, perfect! exactly what I needed. That was easy :) thank you!
ftknox has quit
timebox
stripe295: Hi! What are your questions?
koopajah has quit
stripe295
So we are building a peer to peer buy and sell marketplace.
Sellers will sell items sometimes 50k-90k
ACH would be a great way to avoid the CC fees
but were worried about ACH chargebacks, which we recently learned cannot be disputed
is there any advice on how to avoid it?
or protect against these potential chargebacks?
sg123 has quit
timebox
stripe295: Great questions, but I unfortunately don't have an answer. :( Probably better ones for Support, so I'd recommend you reach out to them: https://support.stripe.com/email/login
stripe295
support sent me here...
Is there any product managers or engineers I might be able to do a call with to get a better understanding?
timebox
stripe295: That's ... interesting. There isn't anyone to call, no; your best bet is support, as this isn't really an integration question; it's more a business process / approach question.
stripe295
Ok thanks
timebox
stripe295: You're welcome; sorry I didn't have much more for you!
stripe295: Did you email support, or was it chat?
newton
in this case we reached out specifically to Brain W. because of previous correspondence
(I work with stripe295)
timebox
newton: K cool. I'd definitely recommend reaching out to Support via the Support Form here ( https://support.stripe.com/email/login ) and hopefully they'll be able to provide you with some more information/suggestions on this one.
newton
Alrighty, we'll give that a try. Thanks!
angli has quit
t_rex
hey, is there any way to iterate over a list of paginated objects retrieved from Stripe without having to pass in the ID of the last object?
like, maybe passing in a page number?
timebox
t_rex: No, you need to pass the last item. What language are you working in?
t_rex
also, do you know if the auto_paging_iter() works for Python?
hey, can you please describe the objects that get created when I do a destination charge using Stripe Connect?
There's a payment, a transfer, and a source transaction?
timebox
t_rex: Charge (with a Balance Transaction), Transfer/Payment (with a Balance Transaction), I think.
t_rex
thanks @timebox. do you know what this event in webhooks means? " source.transaction.created"
ohhh got it
it means a transaction is created for a source obj
thanks
timebox
t_rex: Ya, that's different.
timebox has quit
ta_ joined the channel
Tim___ has quit
eric_lagergren has quit
eric_lagergren joined the channel
ta_ has quit
stephins joined the channel
stephins has left the channel
t_rex has quit
ta_ joined the channel
orbyt_ has quit
ta_ has quit
orbyt_ joined the channel
AppError joined the channel
TheLanyard has quit
ta_ joined the channel
__stanislaw joined the channel
ta_ has quit
__stanislaw has quit
ta_ joined the channel
AppError has quit
eric_lagergren has quit
bilb_ono has quit
orbyt_ has quit
ta_ has quit
orbyt_ joined the channel
ta_ joined the channel
ta_ has quit
David_ joined the channel
Robi joined the channel
ta_ joined the channel
ta_ has quit
membership_site has quit
Robi has quit
surplus joined the channel
ta_ joined the channel
K_ has quit
surplus
Hi all. Has anyone here used Stripe Connect in test mode?
surplus has quit
David_ has quit
ta_ has quit
tplaner has quit
ftknox joined the channel
ftknox has quit
ta_ joined the channel
ta_ has quit
Majiir has quit
bilb_ono joined the channel
ta_ joined the channel
tron joined the channel
tron
Hi guys. I am creating a form custom connect account. I am not uploading verification document while creating. I want to add verification document only when it is required by stripe. How do i know when it is required by stripe?. will i get this event via webhook?
ta_ has quit
ta_ joined the channel
ta_ has quit
ta_ joined the channel
ta_ has quit
Majiir joined the channel
hckd joined the channel
ta_ joined the channel
hckd has quit
ta_ has quit
ta_ joined the channel
ta_ has quit
AppError joined the channel
Majiir has quit
Guest45776 has quit
Majiir joined the channel
pyface joined the channel
eric_lagergren joined the channel
eric_lagergren has quit
Hi guys. I am creating a form custom connect account creation. I am not uploading verification document while creating. I want to add verification document only when it is required by stripe. How do i know when it is required by stripe?. will i get this event via webhook?