#stripe

/

      • irctc566
        Ok. You mean there is no way to pause the subscription we can only cancel it . if we want to stop the payment from span user.
      • markin
        correct
      • irctc566
        ok. thanks
      • nemothekid joined the channel
      • nemothekid joined the channel
      • sandstrom joined the channel
      • nexus_noop joined the channel
      • dmarr joined the channel
      • nemothekid joined the channel
      • sandstrom joined the channel
      • glehnert joined the channel
      • sandstrom joined the channel
      • nexus_noop joined the channel
      • glehnert_ joined the channel
      • glehnert has quit
      • basiclaser joined the channel
      • robotmay joined the channel
      • sandstrom joined the channel
      • gnoze5 joined the channel
      • irctc566 has quit
      • Tenhi joined the channel
      • antkong joined the channel
      • sandstrom joined the channel
      • dannymichel has quit
      • sandstrom joined the channel
      • sandstrom joined the channel
      • wangerin1 joined the channel
      • wangerin has quit
      • sandstrom joined the channel
      • ta_ joined the channel
      • ta has quit
      • diosan_ joined the channel
      • Blackamoor has quit
      • k13nox joined the channel
      • gnoze5 has quit
      • ffffionn joined the channel
      • eddiedean has quit
      • mangolisk
        Is it possible to set a multiline description in a Charge object? I want to list the items the customer purchased in the recipt sent by stripe.
      • deluded joined the channel
      • deluded
        hello stripe folks - there seems to be a problem with credit card validation in the web dashboard
      • Just on Firefox - you are throwing an error that stripe.token.validate is not a function
      • deluded has quit
      • blaflamme joined the channel
      • Guest_ joined the channel
      • Guest60 joined the channel
      • gingerale has quit
      • sg joined the channel
      • sg
        Hi Ywain
      • hello
      • Is any one there
      • bcol?
      • sg has quit
      • Sachin joined the channel
      • Sachin
        Hi
      • is anyone there?
      • Sachin has quit
      • mIDO joined the channel
      • tr12 joined the channel
      • mIDO
        Hi. I'm testing the Stripe Connect (oAuth). When I click the connect button i'm getting most of the time an access_denied: The user denied your request
      • Isn't suposed this response to be received only if I don't grant the access? so, if I click "cancel and go back" and not if I click "connect"?
      • I couldn't find any information about why this can be happening
      • any ideas?
      • Sachin joined the channel
      • Sachin
        Hi
      • Sachin has quit
      • mIDO
        mmmmm reading this chat logs, maybe I found the question and is related to browser cache. keep investigating :)
      • k13nox joined the channel
      • tr12
        mIDO: when you click the "skip this account form" button (in test mode), it redirects to your server with "access_denied"?
      • mIDO
        I don't see that skip button. But I think it was a cache problem
      • I'm now leading with an invalid_grant error ;(
      • tr12
        mIDO: what's the message for that error?
      • mIDO
        Array ( [error] => 1 [error_info] => Array ( [error] => invalid_grant [error_description] => This authorization code has already been used. All tokens issued with this code have been revoked. ) )
      • tr12
        I'd sort of wonder if that's not more caching troubles
      • otherwise, the error is exactly what it says on the tin - the authentication code is being redeemed twice
      • mIDO
        I created a new account to test (now I see the skip button) , but I still see the same message
      • glehnert_ has quit
      • I've read about the coide being redeemed twice but I'm only making one curl request to https://connect.stripe.com/oauth/token
      • tr12
        mIDO: if the browser redirected to that page twice (because the response redirects to the same page, or something), this would happen
      • if you do a log_error before you make the curl request each time, do you see exactly one log in your logfile?
      • k13nox joined the channel
      • Mac0613 joined the channel
      • mIDO
        log_error? i'm not getting any errors
      • i'm testing in php , not directly in curl
      • tr12
        err, error_log
      • it just emits a logline
      • it's a slightly silly name, since it's not necessarily an error
      • Mac0613
        I am looking for interface/connection between an existing Stripe system and Quick books Online. Seeking to "flowchart" the link between Stripe and QBOnline. Can team assist?
      • I spoke with QBO personnel and they suggested contacting Stripe.
      • tr12
        Mac0613: afaik, stripe provides a QB export you can run manually, and there are some services that can sync directly to qbonline
      • mIDO
        nothing happens using error_log, i'm testing something else..
      • tr12
        Mac0613: I'm not super familiar with the integration, but there's more info here: https://support.stripe.com/questions/can-i-pull...
      • mIDO: so as far as you can tell, that code is never being hit?
      • Mac0613
        Nice. I will try that. Thank you tr12
      • mIDO
        All the oAuth flow is being done apparently, but when I make the token request sending the autorization code from Stripe I get this error. I tried with my standard account and with a new dummy account and I'm getting the same error. I used the PHP code from the sample in the Stripe website
      • I also commented this line to avoid this request $respCode = curl_getinfo($req, CURLINFO_HTTP_CODE);
      • but that wasn't the problem
      • tr12
        mIDO: but when you put an error_log("foo"); call in that code, nothing appears in your system logs?
      • are you sure your logging is set up correctly?
      • mIDO
        I think I'm close to the problem ... give me some minutes :)
      • mangolisk
        Is it possible to set a multiline description in a Charge object? I want to list the items the customer purchased in the recipt sent by stripe.
      • tr12
        mangolisk: you'd probably want to send your own receipt if you do this
      • mangolisk: if you put newlines or <\br>'s into the description, they're going to be escaped in the receipt
      • you could also use invoices, and invoice items to break up the receipt, but invoices are probably going to bring more complexity than they're worth, if you're just using them for one-off charges
      • mangolisk
        tr12: I agree, invoices would over complicate my app. I knew that newlines were escaped, I just wanted to make sure I wasn't missing something before investing the time to create my own recipts. Thanks :D
      • tr12
        mangolisk: np!
      • nexus_noop joined the channel
      • bostonmacosx joined the channel
      • glehnert joined the channel
      • glehnert has quit
      • k13nox has quit
      • k13nox joined the channel
      • gingerale joined the channel
      • sandstrom joined the channel
      • Mac0613 has quit
      • uri_ joined the channel
      • gnoze5 joined the channel
      • mIDO
        tr12: it was a mistake on my side. As you said, the response was beign called twice
      • I had some complex structure behind the connection to Stripe, so in my controller appeared two calls to it
      • the first one was fine, and the second one returned the error
      • tr12
        well, good that it works now
      • \o/
      • mIDO
        thanks for your help!
      • uri_ has quit
      • sandstrom joined the channel
      • ffffionn joined the channel
      • uri_ joined the channel
      • uri_ has quit
      • glehnert joined the channel
      • ffffionn
        anyone here work with materialize?
      • oops wrong room
      • sandstro_ joined the channel
      • nexus_noop joined the channel
      • nexus_noop has quit
      • nexus_noop joined the channel
      • nexus_noop joined the channel
      • nexus_noop joined the channel
      • trevor joined the channel
      • uri_ joined the channel
      • nexus_noop has quit
      • nexus_noop joined the channel
      • mcwendy joined the channel
      • nexus_noop has quit
      • nexus_noop joined the channel
      • nemothekid joined the channel
      • concerned_Custom joined the channel
      • concerned_Custom
        Hi Stripe
      • markin
        hi concerned_Custom
      • concerned_Custom
        Id like to inform you about the following business, date2find.dk they are using subscription traps, and have gotten kicked out of every single danish payment gateway agreement, i see that they just acquired an agreement with you, in 3 months you will get a massive chargeback surge and a hit and run, there are many many many danish news articles tha
      • t mention this business by name, so you should be able to confirm easily