#stripe

/

      • markin
        doongdoong: you're making a payment using the dashboard as opposed to on your own website?
      • drale2k has quit
      • doongdoong
        yup sir
      • markin
        doongdoong: is that how you plan on doing all charges?
      • doongdoong
        mean?
      • markin
        doongdoong: If you're owning going to be creating charges in the dashboard that isn't supported. You should be charging customers by collecting their credit card details on your own website or some other website. But entering credit card details directly into the Stripe dashboard is rarely PCI compliant
      • drparham joined the channel
      • doongdoong
        ohhh i see
      • inbox256 has quit
      • thankyou i must ceate customer?
      • markin
        doongdoong: that still doesn't affect anything, entering card details directly into the Stripe dashboard is rarely PCI compliant
      • SomeKittens joined the channel
      • vmayoral has quit
      • doongdoong
        aww ok ok
      • drale2k joined the channel
      • emm 1 more markin i want to ask about my friend's account
      • markin
        ok
      • doongdoong
        when he go to https://dashboard.stripe.com/account/details , it say rejected how to resolve that
      • Guest99747 has quit
      • ros joined the channel
      • markin
        doongdoong: he'd have to email support@stripe.com normally it means that he has a prohibited business (stripe.com/prohibited_businesses) or identity verification failed
      • vmayoral joined the channel
      • ros
        hello - I've emailed Stripe twice in the past week and have not received any response, is there anyone on the customer support team here that can check on my ticket?
      • doongdoong
        yes strip not response our email
      • markin
        doongdoong: account rejections can only be handled by a small number of support representatives, so normally responses take a bit longer than typical developer support type questions
      • doongdoong: what type of business is your friend doing?
      • dqsf
        ros: Message me your email and I'd be happy to put a note on your ticket. We try to respond to emails within 24 hours, but unfortunately, sometimes we have a high volume and fall behind.
      • doongdoong
        wanna sell toys figure
      • markin
        doongdoong: hmm, he'd have to wait for the reply from support to figure out what's going on
      • doongdoong
        yeah , mm btw thankyou markin you help me a lot
      • doongdoong has quit
      • slatem has quit
      • slatem joined the channel
      • gladely joined the channel
      • micahalles joined the channel
      • vmayoral has quit
      • Nic335 joined the channel
      • boucher joined the channel
      • drale2k has quit
      • MarkyC has quit
      • spicyWith joined the channel
      • MarkyC joined the channel
      • boucher has quit
      • maverick9 joined the channel
      • slatem has quit
      • matin joined the channel
      • slatem joined the channel
      • maverick9
        does anyone use stripe<-> alipay in prod yet ?
      • slatem has quit
      • slatem joined the channel
      • slatem has quit
      • joseym joined the channel
      • joseym
        do card tokens expire?
      • dqsf
        joseym: Stripe only guarantees tokens for ~ 5 minutes
      • slatem joined the channel
      • joseym
        so in order to charge in the future I'd have to ensure to create customer and then a card on the customer, yes?
      • dqsf
        maverick9: Yes, folks do use Stripe's Alipay integration in production
      • markin
        joseym: yup
      • dqsf
        joseym: Yes, correct
      • rocco88 has quit
      • joseym
        ok, thanks! wanted to be absolutely sure
      • joseym has quit
      • micahalles has quit
      • maverick9 has quit
      • slatem has quit
      • ta joined the channel
      • sb_ has quit
      • slatem joined the channel
      • sb_ joined the channel
      • sb_ has quit
      • ta has quit
      • slatem has quit
      • nemothekid joined the channel
      • MrMcDowall joined the channel
      • Rob____ joined the channel
      • MarkyC has quit
      • Rob____ has left the channel
      • spicyWith has quit
      • slatem joined the channel
      • sb_ joined the channel
      • spicyWith joined the channel
      • drhenner joined the channel
      • drhenner
        I'm having an issue with Payment Failed webhook sample data not working when I try to send sample data
      • slatem has quit
      • I get an error response in the stripe admin UI
      • dqsf
        drhenner: What's the response that you get back?
      • drhenner
        none
      • ta joined the channel
      • spicyWith has quit
      • greenup joined the channel
      • Other web hooks send OK. just payment.failed
      • greenup
        Is there no way to use stripe checkout without installing the Stripe php library? I am looking to easily drop in a button that allows customers to make a one time payment of $50. Paypal makes it super easy but I would prefer to use stripe.
      • I am using checkout.js to take the credit card but actually charging the card seems to be way harder and nothing is working. I have tried many of the examples and code on github but nothing seems to work right
      • ta has quit
      • molawson has quit
      • dqsf
        greenup: yes, charging with stripe is a two step process, (1) generate a token, (2) use a backend to charge it.
      • jdcauley
        greenup i have just the thing for you
      • ta joined the channel
      • hit me at jordan@plstc.co
      • dqsf
        If you don't want to setup your own backend there are a lot of things like Wordpress plugins that you can use. Or services like https://www.payzo.io/ or https://www.commencepayments.com/
      • markin
        greenup: you could checkout commencepayments.com too :) built by me (in interest of disclosure). Its exactly checkout with no backend
      • jdcauley
        markin, is that in sails
      • markin waves fist at competition jdcauley
      • cause i'm about to launch the same thing plstc.co
      • markin
        jdcauley: yup
      • jdcauley
        lol
      • greenup
        this is a drupal site. I have had a great expereince using stripe with drupal commerce but in this site I really don't want or need all the cart/overhead/BS that comes with commerce. I was hoping to just drop in a few buttons.
      • jdcauley
        so two services that do about the same thing and use the same architecture
      • lol
      • greenup
        It appears that the other contributed modules for drupal/stripe don't work
      • markin
        Yeah so all the options are essentially the same a button that collects payments with no backend on your end needed
      • jdcauley
        thus greenup, either you go with plstc.co, which won't officially launch until this coming weekend
      • ericchernuka has quit
      • or markin's thing
      • plstc.co is in test mode ftm
      • greenup
        I am getting this error "Fatal error: Class 'Stripe' not found in"... but I am requiring the Stripe.php file already
      • markin
        greenup: you dont require stripe.php you require init.php
      • jdcauley
        markin, what do you give as a responsse?
      • dqsf
        drhenner: thanks for the info on that UI bug, we will look into it.
      • greenup
        markin: all the stripe/php tutorials in the help section say to require Strip.php. so I guess they must all be old or something
      • thanks i will try that
      • markin
        jdcauley: for a simple integration nothing just a redirect or a custom integration they get a copy of the stripe object created (customer, charge, or subscription)
      • drhenner
        OK great. So it isn't just me? Is there any way i can get sample data so I can write my tests? If this is a big deal I can hold off.
      • markin
        greenup: yeah version 2 of Stripe-php had major changes
      • greenup
        they should make major changes to their documentation then :)
      • dqsf
        drhenner: the easiest option is to just create test data, and it will send the appropriate webhooks to your end point
      • jdcauley
        i've been fretting over the safety of returning the whole object
      • yonilevy has quit
      • markin
        jdcauley: its all protected by a private key that isn't exposed to the client
      • micahalles joined the channel
      • ta has quit
      • jdcauley
        yeah that was my initial though, I think i've been over thinking it.
      • markin
        jdcauley: my bigger concern is ensuring amount isnt modified by a malicious user
      • greenup
        thanks for the info everyone. gona try again but I will look into the 3rd party services you mentioned as well
      • slatem joined the channel
      • TrashMountain has quit
      • ta joined the channel
      • jtmarmon joined the channel
      • boris317 joined the channel
      • slatem has quit
      • slatem joined the channel
      • harold_ joined the channel
      • harold_
        hi - where do i find aexample of how to create a customer in Stripe Connect
      • i ant to store set them up when they create their credit cards
      • *add
      • markin
        harold_: you want to create a customer in your platform's account or a connected account's
      • harold_
        I'm not sure, in the past I did something where they enter their cc details... it creates and an account and sotres their details
      • connected?
      • i find it very difficult to find anything in the api docs
      • markin
        harold_: So why are you using Stripe connect?