#stripe

/

      • ajs_
        metalman: nah, it's created/supported by them. you can feel free to have them emal us too though if they have any questions that we can help with
      • metalman
        @ajs I will let them know it's all their fault and if they have issue that the devs at Stripe have my back to lay some smackdown. #hacktheplanet :D ty
      • metalman has quit
      • canfiax joined the channel
      • Guest77 joined the channel
      • einnjo joined the channel
      • wdseelig
        quit
      • wdseelig has quit
      • s2013 has quit
      • canfiax has quit
      • Guest77 has quit
      • s2013 joined the channel
      • stripe143 joined the channel
      • stripe795 joined the channel
      • dqsf has quit
      • vincent_ joined the channel
      • peterabrahamson joined the channel
      • stripe795
        i created an account and activated it i've changed the secret key in my server (php script) and the publishable key on my web page
      • when i test with my real card i got this error
      • [INFO] : <b>Fatal error</b>: Uncaught exception 'Stripe\Error\InvalidRequest' with message 'No such token: tok_18oZJhCKATqOYv6jpi3M3Dwp' in /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiRequestor.php:103 from API request 'req_96mtDXWJpoiV5H'
      • peterabrahamson
        Hello. I have now waited 48 hours for a reply from stripe support! This is horrible! Isn't there any way to get in touch with someone who can hep me? This is a urgent matter
      • ajs_
        stripe795: you'll want to avoid testing with real cards, but that message just means there's an API key mismatch
      • stripe795: you'll need to use the publishable key and api key from your account here: https://dashboard.stripe.com/account/apikeys
      • MDrollette
        is there an RSS feed of the stripe status page? (wanting to get notified via slack and that's probably the simplest integration)
      • dqsf joined the channel
      • vincent_ has quit
      • stripe795
        lib/ApiRequestor.php(222): Stripe\ApiRequestor-&gt;handleApiError('{\n &quot;error&quot;: {\n...', 400, Array, Array)
      • stripe3/lib/ApiRequestor.php(60): Stripe\ApiRequestor-&gt;_interpretResponse('{\n &quot;error&quot;: {\n...', 400, Array)
      • canfiax joined the channel
      • Guest77 joined the channel
      • ftknox
        peterabrahamson: you should normally hear back within 24hrs or so. I just sent you a private message asking for some details that you probably don't want to share publicly in this channel\
      • vincent_ joined the channel
      • ajs_
        hey MDrollette, not an rss feed yet but you can track status on twitter.com/stripestatus too
      • stripe109 has quit
      • MDrollette
        also, will there ever be a slack channel for stripe? :)
      • edrocks joined the channel
      • stripe822 joined the channel
      • ajs_
        MDrollette: probably not. we've experimented with several different services in the past and found IRC the best medium for working with developers specifically :)
      • stripe822 has quit
      • huntwelch has quit
      • pavel___ has quit
      • huntwelch joined the channel
      • stripe788 has quit
      • Vlad_the_Impaler joined the channel
      • peterabrahamson has quit
      • vincent_ joined the channel
      • RPS_ joined the channel
      • vincent_ has quit
      • lenochka joined the channel
      • RPS_
        Hi, I need to make a list with all clients in our system that have credit
      • lenochka is now known as Guest52099
      • and it took me to docs and it is a bit complicated for me
      • any suggestions?
      • ajs_
        hey RPS_, can you clarify this a bit more?
      • RPS_: like you want a list of all customer objects that have an account balance?
      • vincent__ joined the channel
      • RPS_
        Yes, we need to do a review of the customers in our Stripe that have credit on their account
      • vincent__ has quit
      • vincent_ joined the channel
      • Similar to a list of account balance, but we have given people credits
      • and that is the information i need to see
      • ajs_
        RPS_: the easiest way would be to just export a list of customers
      • RPS_: that report has a column for account balance and will indicate if they have one
      • you can do so by clicking "export" on the top right side of the customers list in the dashboard
      • vincent_ joined the channel
      • vincent_ has quit
      • RPS_
        Ok, let me check that
      • thank you
      • vincent_ joined the channel
      • vanriss joined the channel
      • PeterB has quit
      • vanriss
        hello, i have an australian account and cannot see any stripe connect on the stripe login
      • ajs_
        hey vanriss, can you clarify the question/problem a bit?
      • vanriss
        yes, i programmed my site to use managed accounts with stripe. but i cannot see the stripe connect on my stripe dashboard
      • on the left sidebar
      • tjbiddle joined the channel
      • ajs_
        vanriss: you don't see the stripe connect heading and tabs for e.g "connected accounts"?
      • vanriss
        correct
      • ajs_
        vanriss: if not, that'd indicate that the account you're logged into hasn't activated connect
      • edrocks joined the channel
      • vanriss
        @ajs where do i activate?
      • ajs_
      • RPS_ has quit
      • ludo__ joined the channel
      • stripe795
        Somebody knows how to upgrade stripe TLS 1.0 to TLS 1.2
      • thai_ joined the channel
      • ajs_
      • thai_
        does anyone know why updating a card by setting a source will automatically pay an invoice?
      • is this the expected behavior
      • ajs_
        thai_: that's expected if there's a past due invoice, yeah
      • thai_: that way when the customer updates their payment method and they own money, that money is paid
      • thai_
        what happens if the invoice has been closed?
      • does it reopen and pay it?
      • canfiax has quit
      • Guest77 has quit
      • ajs_
        thai_: no
      • thai_
        ok
      • ludo__
        @channel : I need to connect standalone account to Platform account. If I call post access_token_url api using my platform accounts 'api key', will it not expose the api key in the browser network and pose a security risk?
      • thai_ has quit
      • ajs_
        ludo__: no, you'd post from your server backend as opposed to passing a GET parameter or something
      • Gsham joined the channel
      • ludo__: this would be the same as any API call you make using your secret key
      • to any endpoint
      • pavel__ joined the channel
      • ludo__
        @ajs, what I mean is if someone uses tool like `fiddler` or watch network posts, will my secret key not be exposed in api request or header ?
      • ajs_
        ludo__: nope, this is transmitted from your server to stripe directly; it's not sent from the client
      • ludo__: if users could capture any network request that occurred on your server, nothing, ever, would be secure :)
      • Guest77 joined the channel
      • canfiax joined the channel
      • canfiax has quit
      • ludo__ has quit
      • thai_ joined the channel
      • thai_
        hi, i'm running to a strange double charge issue and was hoping to get some help
      • basically... the customer's card is declined
      • cornice joined the channel
      • KieronWiltshire has quit
      • ajs_
        hi thai_, can you provide some more context around what you mean re "strange double charge issue"
      • ?
      • thai_
        when the customer enters her card and select the same subscription
      • stripe795
        this is the whole euro when i try stripe live mode
      • <br /> [DEBUG] : <b>Fatal error</b>: Uncaught exception 'Stripe\Error\Authentication' with message 'Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.'; in /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiRequestor.php:105 from API request 'req_96p6x0CV4B8lA9' [DEBU
      • thai_
        the first thing it does is set the source
      • then proceed to call updateScription
      • with the same exact plan
      • stripe795
        #0 /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiRequestor.php(222): Stripe\ApiRequestor-&gt;handleApiError('{\n &quot;error&quot;: {\n...', 401, Array, Array)
      • thai_
        since she's got an outstanding invoice... the source update triggered a charge
      • stripe795
        #1 /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiRequestor.php(60): Stripe\ApiRequestor-&gt;_interpretResponse('{\n &quot;error&quot;: {\n...', 401, Array)
      • thai_
        then update subscription charge her again
      • Tim joined the channel
      • stripe795
        #2 /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiResource.php(108): Stripe\ApiRequestor-&gt;request('post', '/v1/charges', Array, Array)
      • Tim has quit
      • Tim joined the channel
      • ajs_
        stripe795: yeah, you'll need to update TLS as outlined in the blog post and guide
      • mac__ joined the channel
      • Jim_ joined the channel
      • Jim_
        hello, Stripe engineers. Are you online today?
      • dqsf
        Jim_: what's your question, there are a few of us here?
      • ajs_
        thai_: so it sounds like you're subscribing the customer once (a new subscription) and paying a past due invoice?
      • mac__
        Hi, how can I regenerate secret keys for my stripe account ?
      • Jim_
        Hello, and thank you.
      • jack999 joined the channel
      • jack999
        Hello, guys. What's up?
      • ajs_
        hi mac__, you can click the "refresh" icon next to the keys
      • spacecadetbrown joined the channel
      • jack999
        I have a quick question. I have been using the checkout wizard to sign people up for a subscription.
      • spacecadetbrown
        Hi there everyone. subscription.delete(at_period_end=True) cancels a monthly subscription, at the end of that month. Is there a way of changing the at_period_end date, for customers who have an obligatory 12 month contract, but a monthly subscription? Thanks!
      • mac__
        @ajs, thanks
      • Jim_
        I have a site which uses Stripe Connect to connect our users and allow payments via stripe. It has been working since June, but stopped working recently. We became aware of the problem last night. Have there been any major API changes that would have broken our code?
      • thai_
        basically this is our flow... 1) customer already subscribed to plan SOLO 2) customer got declined email and goes to update card 3) customer enters a new card but pick the same plan