-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
[o__o] joined the channel
benschwarz has quit
snax has quit
snax joined the channel
mlissner joined the channel
mlissner has quit
mlissner joined the channel
snax has quit
mlissner has quit
snax joined the channel
Taz joined the channel
Xionkana joined the channel
orbyt_ joined the channel
orbyt_ has quit
orbyt_ joined the channel
Taz has left the channel
Xionkana joined the channel
snax has quit
sandstrom joined the channel
snax joined the channel
TheAdversary joined the channel
ta has quit
j12t joined the channel
j12t has quit
j12t joined the channel
maartenvanvliet joined the channel
ta joined the channel
ta has quit
ta joined the channel
sandstrom joined the channel
maartenvanvliet has quit
jwheare joined the channel
Xionkana joined the channel
maartenvanvliet joined the channel
maartenvanvliet has quit
maartenvanvliet joined the channel
Simon_ joined the channel
alex_____ joined the channel
Marcel_ joined the channel
Marcel_ has quit
karllekko
Simon_: hi, I don't think we have any test account tokens you can use directly unfortunately, but you can actually create them server-side as well, which makes it easier to automate https://stripe.com/docs/api#create_account_token
alex_____ has quit
Simon_: hmm, it is true that you have to use account tokens, but I thought you can still create them server side. Sorry, I might have been wrong on that.
Simon_: you can use this form as an example of how to create tokens at least(you can change the public key to your account) https://jsfiddle.net/87p6chon/
aaron_ has quit
Mowee_: account webhooks receive events that occur on your own Stripe account. Connect webhooks receive events that occur on your connected accounts.
Mowee_: the data in the connect webhook events should have an `account` field that tells you which connected account the event is related to
if you don't set up the connect webhook in your dashboard, you won't receive any events for connected accounts, maybe that's your issue?
Mowee_: it's not shown in the dashboard event view, no, but if you scroll down to the bottom and expand the Webhooks section it shows the data that was sent
Xionkana joined the channel
nexie joined the channel
j12t has quit
amber joined the channel
kes joined the channel
Laurenw348 joined the channel
Simon_ has quit
maartenvanvliet has quit
maartenvanvliet joined the channel
nexie has quit
nexie joined the channel
nexie has quit
ta has quit
ta joined the channel
nexie joined the channel
ta has quit
lrotherfield joined the channel
bimawa1 has quit
ta joined the channel
lrotherfield
Morning all, I have hopefully a quick question regarding payment reviews in Stripe. I have put through a couple of test payments on my account using test radar card numbers and noticed that the payment flagged with the highest risk was still accepted, whereas the payment with elevated risk was put into review. But the docs seem to suggest that highest risk is worse that elevated risk, so why was the highest risk payment just
accepted?
karllekko
lrotherfield: hmm, checking into this now.
lrotherfield: which specific test cards are you using? When I try with 4100000000000019, the one that triggers the 'highest' level, the charge is declined as expected.
yeah, that's expected, if you're using the 4954 card, it's not designed to block the charge(the 0019 card is for that case). I'm not actually 100% on why we make that distinction, but that's how it works.
nexie joined the channel
Laurenw348 has quit
In live mode if a charge were to be marked as the 'highest' level, it would always be declined by the built-in rule https://stripe.com/docs/radar/rules#built-in-rules I believe you can disable that rule though, which is what the 4954 test card is to help simulate
lrotherfield
ahh so highest never goes into review? So 4954 is an anomoly?