the arguments list has source, but the text and example for Ruby has card=
markin
Both should work
stanley joined the channel
tollie joined the channel
stanley is now known as Guest65241
mattapperson joined the channel
HairAndBeardGuy joined the channel
jords
Ok, it is a little confusing though because the text says "if you pass the card parameter", but there is no card parameter in the arguments list below
HairAndBeardGuy_ has quit
markin
Yeah card has been renamed to source but there is still some find replaces that need to be done. And there are some places where source doesn't apply. It'll probably take one more api update to make it perfect
pandacalculus has quit
pandacalculus joined the channel
Reh joined the channel
rubyonra_ has quit
Guest65241 has quit
Everhusk has quit
Everhusk joined the channel
Reh has quit
Everhusk_ joined the channel
Everhusk has quit
rdymac joined the channel
Everhusk_ has quit
nicholaswyoung joined the channel
nerdfiles joined the channel
yeshuah joined the channel
davidyoung has quit
idl3_ joined the channel
davidyoung joined the channel
kellysutton joined the channel
nicholaswyoung has quit
davidyoung has quit
mxbtty has quit
kellysutton has quit
Everhusk joined the channel
Reh joined the channel
Reh has quit
mattapperson joined the channel
stanley joined the channel
stanley is now known as Guest15515
Everhusk has quit
Everhusk joined the channel
Everhusk has quit
mikesea joined the channel
idl3_ joined the channel
mikesea has quit
idl3_ joined the channel
brockhaywood has quit
idl3_ joined the channel
Guest15515 has quit
ta joined the channel
ta has quit
tbm1 joined the channel
tbm1
hello
markin
Hi tbm1
idl3_ joined the channel
stanley joined the channel
stanley is now known as Guest35572
idl3_ joined the channel
yeshuah joined the channel
brockhaywood joined the channel
brockhaywood has quit
brockhaywood joined the channel
jords
Is there a way to get notified by stripe if a webhook fails (after retrying several times) - I *should* be notified by our exception notifier but it'd be reassuring to have a backup for that
idl3_ joined the channel
tbm1
documentation says it will send an email after 3 days of failure
not really perfect but better than nothing
Reh joined the channel
markin
also 3 days is when webhooks stop getting retried
Reh has quit
emillysgaardhans joined the channel
brockhaywood has quit
landakram joined the channel
mxbtty joined the channel
tollie has quit
mikesea joined the channel
mikesea has quit
brockhaywood joined the channel
jords
So I'll get an email at our account's main email address? That's helpful
rubyonrailed joined the channel
brockhaywood has quit
tbm1
what's the deal with having to disable CSRF to use webhooks?
markin
tbm1: you have to disable csrf for the webhook endpoint because Stripe has no way to generate csrf tokens for your server
jords: by the time Stripe sends you an webhook email it'll often be too late in my opinion
they don't send an email if a single webhook fails for more than 72 hours, they send an email if like all attempts fail for a certain number of days
Looking at past emails to me they sent it 16 days after
received on 10/16: It seems your test webhook handler running at http://requestb.in/17fsv8m1 is no longer working. We've now tried at least 2739 times, but haven't been able to successfully deliver a webhook to this URL since 2014-10-01 22:38:35 +0000, so we have disabled this URL.
Guest35572 has quit
idl3__ joined the channel
landakram has quit
idl3_ joined the channel
idl3_ joined the channel
yeshuah joined the channel
nerdfiles joined the channel
MarkyC joined the channel
adamfast has quit
adamfast joined the channel
Reh joined the channel
jords
Hmm, ok yeah. So it only throws if all webhooks are failing then, if I'm just failing to process one event but all the others are ok I might not get notified?
markin
yeah, you'd most likely not get notifed
jords
tbm1: you mean the rails protect_from_forgery? It's not going to work with Stripe, as they are just making a request directly to your server not loading a form from you first
markin: this makes my paranoid brain... well, paranoid :)
Reh has quit
MarkyC joined the channel
mattapperson joined the channel
tbm1 has quit
mikesea joined the channel
mikesea has quit
mxbtty joined the channel
drale2k joined the channel
mxbtty has quit
mattapperson joined the channel
Piotr joined the channel
Piotr has quit
mikesea joined the channel
liouyang joined the channel
liouyang has quit
mxbtty joined the channel
mikesea has quit
mikesea joined the channel
rubyonrailed has quit
mikesea has quit
rubyonrailed joined the channel
mikesea joined the channel
boya joined the channel
boya
Is it possible to get the "kr" (Swedish Krona) as a suffix instead of a prefix while using checkout v2?
markin
boya: there doesn't appear to be a way, you could email support@stripe.com about it