#stripe

/

      • bryan joined the channel
      • bryan
        I need help from someone who isn't dumb like me
      • dqsf
        bryan: what are you having trouble with?
      • zachsnow has quit
      • tollie joined the channel
      • zachsnow joined the channel
      • bryan
        First ever install of Stripe on PHP and unable to get it to work
      • Getting: Warning: stream_socket_client(): unable to connect to ssl://api.stripe.com:443
      • (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in C:\Apache24\htdocs\box\stripe\lib\ApiRequestor.php on line 421
      • and I have the extension=php_openssl.dll enabled
      • dqsf
        Usually this is an issue with curl not being able to make ssl connections
      • bryan
        I also have extension=php_curl.dll enabled
      • but... I may not have curl installed... hmmm
      • nirojshrestha joined the channel
      • nirojshrestha has quit
      • dqsf
        Also, make sure that when you add the php bindings to your server, you include everything, include the certificates in /data/
      • *including
      • maverick9
        able to get refunds in as well, I see that there is no distinction between a refund vs void (Braintree has this different depending on whether the transaction has settled or not)
      • dqsf
        maverick9: yes, that's correct
      • s3shs joined the channel
      • maverick9
        @dqsf, awesome!
      • ashley__ joined the channel
      • yonilevy joined the channel
      • ashley__
        I turned off the automatic transfer feature on Stripe. Can someone please tell me how to enable it again?
      • bryan
        Does anyone know of a place I can look on how to install curl on a windows machine? I keep finding articles that are very very old
      • PrplHaz4 has quit
      • dqsf
        ashley__: you should be able to turn it back on here, https://dashboard.stripe.com/account/transfers
      • torlanco joined the channel
      • torlanco
        this is off topic, but do any of you know of an app for tests or checklists like https://ontestpad.com/ but less ugly?
      • Jeffp_ joined the channel
      • dqsf
        bryan: another idea could be to try a different WAMP package, see if that helps at all. http://www.uniformserver.com/ or http://www.easyphp.org/ , etc
      • Jeffp_ has quit
      • yonilevy has quit
      • bryan
        @dqsf: Trying that now thanks
      • Okay... now I'm not getting SSL issues instead I get: Fatal error: Class 'Stripe\Stripe_Customer' not found in C:\Apache24\htdocs\box\signup.php on line 31
      • dqsf
        Progress! How are you including Stripe's PHP bindings
      • And do you know the version that you're using? Is it 1.x or 2.x ....
      • bryan
        I downloaded the source directly, did I have to add bindings elsewhere? I'm on v.2.1.1
      • nirojshrestha joined the channel
      • ashley__
        <@dqsf> Thank you very much sir or ma'am! You are an awesome person!
      • dqsf
        Okay, great. You'll want to either install with Composer, or it may be easier to just include the init.php file at the top of your script. https://github.com/stripe/stripe-php#manual-ins...
      • ashley__ I'm glad that I could help :D
      • bryan
        I have require_once("./stripe/init.php"); at the top of the file
      • That's the only stripe file I'm pulling in
      • dqsf
        Can you share your code in a gist or pastie.org
      • nirojshrestha has quit
      • nirojshrestha joined the channel
      • creativename has quit
      • vmayoral joined the channel
      • ashley__ has quit
      • yonilevy joined the channel
      • scellow has quit
      • vmayoral has quit
      • bryan
      • yonilevy has quit
      • zachsnow has quit
      • aracodex123 joined the channel
      • dqsf
        Alright, taking a look!
      • bryan
        Thanks!
      • dqsf
        Alright, I figured it out, I will PM you
      • torlanco has quit
      • torlanco joined the channel
      • bryan has quit
      • julian1 joined the channel
      • zachsnow joined the channel
      • torlanco has quit
      • gladely has quit
      • maverick9
        for a USD denominated account, if a charge happens in GBP, would I be looking at the balanceTransaction (once it is settled) to get the equivalent USD denominated amount ?
      • dcarper joined the channel
      • maverick9_ joined the channel
      • maverick9_
        for a USD denominated account, if a charge happens in GBP, would I be looking at the balanceTransaction (once it is settled) to get the equivalent USD denominated amount ?
      • maverick9 has quit
      • dqsf
        maverick9_: yes, that should be correct
      • creativename joined the channel
      • zachsnow has quit
      • maverick9_
        got it, is there a way to test alipay ? there is not a whole lot of info on docs about this
      • dqsf
        maverick9_: in test mode the sms code is 123456, id number 12345
      • wsmoak has quit
      • drparham has quit
      • maverick9_
        cool tried that now it says "You did not provide a API key. You need to provide your API key in the Authorization header, using Bearer auth YOUR SECRET_KEY' ..
      • actually let me debug further,
      • dqsf
        alright, I'm heading out for the night, but if you run into any more trouble feel welcome to email support@stripe.com and we can take a look!
      • dqsf has quit
      • pawn joined the channel
      • maverick9_
        ok got through that error now stuck at this : unrecognized request URL POST /v1/alipay/send_sms .. doing some search tells me that customerId might be blank, however I don't see any customer id in the integration
      • pawn
        What does stripe do if a company uses the stripe API maliciously, specifically if they charge customers without returning the promised product?
      • another_greg has quit
      • _Eric_ joined the channel
      • yonilevy joined the channel
      • irctc247 joined the channel
      • scobar has quit
      • irctc247
        Uncaught ReferenceError: Analytics is not definedapplication.manage.min-039afd6f00b2a8649a22c3ff02232e89.js:69 t.navigateapplication.manage.min-039afd6f00b2a8649a22c3ff02232e89.js:69 (anonymous function)application.manage.min-039afd6f00b2a8649a22c3ff02232e89.js:29 iapplication.manage.min-039afd6f00b2a8649a22c3ff02232e89.js:27 rt.event.dispatchapplication.manage.min-039afd6f00b2a8649a22c3ff02232e89.js:26 _.handle
      • scobar joined the channel
      • dqsf joined the channel
      • MickRip joined the channel
      • That shows up in the javascript console on chrome, when I click the account activation button.
      • Any ideas?
      • MickRip_ has quit
      • dqsf
        pawn: misleading customers like that would quickly result in disputes, https://stripe.com/help/disputes-overview, which can get you
      • maverick9_
        @dqsf: Do i need to be a stripe-alipay beta customer to even test alipay against sandbox ?
      • dqsf
        maverick9_: yes, email into support@ they can help you with that!
      • nirojshrestha has quit
      • irctc247: I'd get in touch with support@stripe.com about that error if you're having trouble activating,
      • irctc247
        dqsf thanks, I did - that was an hour ago and no response yet.
      • livingstn joined the channel
      • maverick9_
        @dqsf: reached out @support, thanks. Btw, is there way to disable card payment on the stripe modal and only limit it to Alipay
      • irctc247
        Is it normal for basic things like account activation to be broken in Stripe?
      • Can anyone else load this resource, https://js.stripe.com/internal/analytics.js
      • Chrome gives me a net::ERR_CONTENT_DECODING_FAILED error.
      • dqsf
        irctc247: Interesting, I'm able to reach that resource. We try to answer support within inquiries within 24 hours and I'm happy to find your ticket and make a note on it if you'd like.
      • irctc247
        dqsf it loads for you in Chrome with no errors?
      • dqsf
        irctc247: yes
      • irctc247
        Okay thanks.
      • dqsf
        maverick9_: Unfortunately there is not a way to limit the checkout modal to Alipay only
      • yonilevy has quit
      • kevinburke has quit
      • pawn has quit
      • irctc247 has quit
      • creativename has quit
      • dqsf has quit
      • nirojshrestha joined the channel
      • maverick9_
        @dqsf thanks for all the help, almost there, I just need to get the alipay beta setup to test that as well
      • thanks
      • zachsnow joined the channel
      • vmayoral joined the channel
      • nirojshrestha has quit
      • dcarper has quit
      • vmayoral has quit
      • zachsnow has quit
      • jonano has quit
      • zachsnow joined the channel
      • dcarper joined the channel
      • zachsnow has quit
      • dcarper has quit
      • maverick9_ has quit
      • Zachary_DuBois is now known as Tokyo
      • Tokyo is now known as Zachary_DuBois
      • another_greg joined the channel
      • kivlor joined the channel
      • kivlor
        hey, I have a subscription question, can I get a dev to pm me pls :)
      • nirojshrestha joined the channel
      • neerja225 has quit
      • brockhaywood has quit
      • irctc172 joined the channel
      • irctc172
        hi
      • i need support please
      • hello?
      • anybody here?
      • pretty_function joined the channel
      • Alan_ joined the channel