Strangely enough I couldn’t find any details on what’s actually being submitted upstream other then they say “submit transaction to payment gateway”. But I agree that I don’t believe it.
Except for AMEX who have specificaly desined their “checkout” to ride the existing rails and limit the token by Merchatn ID on their end when they (Amex) recieve the dpan from the gateways.
_shawn has quit
brojsimpson joined the channel
brojsimpson
hi - is anyone here?
can anyone help me with declined cards?
all my charges that come from outside the US get declined
ftknox
brojsimpson: only recently, or for some time now?
brojsimpson
for a long time
right now we only collect name on card, card#, exp date, and cvv
but charges from columbia, zimbabwe, etc... all seem to usually fail
koopajah
brojsimpson : for declines you want to talk to support directly: https://support.stripe.com/email it's not really something we can help with here
brojsimpson
i've done that- but the stripe people just say "its out of our control"
bostonma_ has quit
koopajah
brojsimpson : well that means banks just decline charges here and you have to ask your customers to call their banks
bostonmacosx joined the channel
rodacato joined the channel
Hanif has quit
Taftse|Mac has quit
bostonmacosx has quit
brojsimpson has quit
nemothekid joined the channel
mmattrw joined the channel
Jonathan___ joined the channel
Jonathan___
are there any devs on here?
sr2016 has left the channel
Jonathan___ has quit
sr2016 joined the channel
koopajah
Jonathan__ : sure what's up?
mmattrw has quit
edrocks joined the channel
Peder_ joined the channel
fsargent has quit
Dorf has quit
brojsimpson joined the channel
andy__ joined the channel
brojsimpson
hey- on the docs it says "The influence of other data that you collect, like the address or name, varies by card brand. For example, only American Express consider the customer’s name."
andy__ : not unless you explicitly invoice those pending invoice items no
gingerale has quit
one00handed joined the channel
andy__
Thanks!
Taftse|Mac joined the channel
one00han_ joined the channel
JayMatthew has quit
Taftse|Mac has quit
andy__ has quit
tictacjoe has quit
davisonio has quit
tictacjoe joined the channel
tictacjoe has quit
btw joined the channel
btw
I was in earlier talking about app specific API keys...the 3rd party I am working with sent this back and said you don't support OAuth integration https://stripe.com/docs/api#authentication - can someone point me to the right document to give them?
brojsimpson has quit
anna__ has quit
SegYourWay joined the channel
SegYourWay
Hello can someone tell me how to unlink my card from stripe?
Koopajah: If I unlink a card and I get a new order will my balance stay in the account?
koopajah
SegYourWay : that's a question for the website where you order something, not for Stripe
SegYourWay
what is stripes business hours?
Peder_ has quit
btw has quit
st4n has quit
koopajah
SegYourWay : we don't have specific business hours. But again this is not a question for Stripe, we don't handle any balance or order or similar, this is specific to the website where you order
SegYourWay has quit
Motinga joined the channel
tictacjoe joined the channel
Motinga
Hey guys, could anyone help on how to test a webhook in rails app?
btw joined the channel
hpar
Motinga: sure, what's going on?
poweratom_ joined the channel
Reh has quit
Motinga
hey, thanks. I have rails app, with rspec. I'm using stripe-rails and stripe-ruby-mock
Reh joined the channel
I have subscriptions set up, can create and delete them. and test it with help of stripe-ruby-mock... I'm trying to figure how to test webhook for invoices
that lets you open a public tunnel to your locally running dev server
ta_ has quit
Motinga
I've set it up. used ngrok before, now use ultrahook ( this way I don't need to change address in stripe every time I restart)
hpar
ah cool
Motinga
I can trigger webhook from stripe dashboard and catch it in app.
The problem is... For payment.invoice_succeeded it issues invoce with customer_id that doesn't exist... So how can I make sure that it does what I want?
Reh has quit
plus, I was thinking of testing it locally.
ta_ joined the channel
jhull joined the channel
hpar
I don't know, it seems like this is a question very specific to stripe-ruby-mock
it looks like you can pass any object you want to the mock webhook though?
Motinga
yeah, I guess I'll have to take it to SO
Reh joined the channel
hpar
looks like stripe-ruby-mock loads the webhook data from JSON fixture files