#stripe

/

      • jack__ joined the channel
      • jack__ has quit
      • Jordan_ joined the channel
      • Jordan_ has quit
      • tonejac joined the channel
      • hkhk joined the channel
      • hkhk
        should there be any issues with showing two stripe element forms on the same page?
      • tonejac
        So... I'm running in TEST mode, using all the various test number. They're all working fine, EXCEPT when I get to the "4242424242424241" my attempted transaction never returns anything, just spins for minutes.
      • Is there some special err listener I need for the "incorrect_number" code?
      • Or if the client side code is detecting that already (??), it prevents the API call from happening in the first place??
      • Is this something where I need to listen for the error on the UI side and prevent the user from clicking the submit button?
      • Useresu joined the channel
      • AppError has quit
      • poundwise
        @tonejac can you provide some more detail on where/when this is happening? Is this from a Stripe.js request?
      • AppError joined the channel
      • AppError has quit
      • @hkhk there shouldn't be no, given you setup listeners on the elements themselves
      • AppError joined the channel
      • AppError has quit
      • AppError joined the channel
      • AppError has quit
      • Useresu has quit
      • AppError joined the channel
      • AppError has quit
      • AppError joined the channel
      • AppError has quit
      • jen_ joined the channel
      • tonejac
        Yes, on a stripe.js Elements form, using a jQuery .ajax call to a node.js api endpoint.
      • jen_ has quit
      • poundwise
        @tonejac so you've already tokenized and now you are attempting to charge the test card?
      • tonejac
        I just saw what is happening.
      • poundwise
        @tonejac you saw what is happening where?
      • tonejac
        I was chaning my client-side view state, before the tokenHandler was giving error vs. success. I need to move my view state function call inside the success handler in the tokenHandler function.
      • Just talking it through made it clear.
      • Thanks for hearing me out on it. :)
      • It was changing the UI view to "processing screen", but the Stripe.js validation was saying "error", so the api call was being blocked.
      • poundwise
        Ahhh
      • Front end o_O
      • tonejac
        Thanks again. :)
      • tonejac has quit
      • Useresu joined the channel
      • timdotrb has quit
      • Useresu has quit
      • dopesong_ has quit
      • dopesong joined the channel
      • dopesong has quit
      • Useresu joined the channel
      • Useresu has quit
      • AppError joined the channel
      • mfp has quit
      • Useresu joined the channel
      • Useresu has quit
      • jleclanche has quit
      • AppError has quit
      • dopesong joined the channel
      • Useresu joined the channel
      • Useresu has quit
      • __stanislaw has quit
      • dopesong has quit
      • Useresu joined the channel
      • Useresu has quit
      • zack_ joined the channel
      • zack_
        hey guys
      • i need hel
      • *help
      • i dont understand why charges from my balance are refunded to client
      • *clients
      • saying i did not set up my account
      • poundwise
        Hey @zack_
      • Did you receive any emails from Stripe about your account?
      • Useresu joined the channel
      • Useresu has quit
      • zack_
        hey
      • yes i did
      • i just checked
      • dopesong joined the channel
      • it says it will not receive any payments for me through my site anymore
      • WA9ACE has left the channel
      • orbyt_ has quit
      • alexweis_ joined the channel
      • Kelly_ joined the channel
      • Kelly has quit
      • HollyW00d has quit
      • HollyW00d joined the channel
      • HollyW00d has quit
      • HollyW00d joined the channel
      • dopesong has quit
      • Useresu joined the channel
      • timdotrb joined the channel
      • Useresu has quit
      • timdotrb has quit
      • timdotrb joined the channel
      • timdotrb has quit
      • timdotrb joined the channel
      • timdotrb has quit
      • timdotrb joined the channel
      • timdotrb has quit
      • timdotrb joined the channel
      • timdotrb has quit
      • timdotrb joined the channel
      • timdotrb has quit
      • timdotrb joined the channel
      • timdotrb has quit
      • eric_lagergren joined the channel
      • poundwise
        @zack_ does it give a reason?
      • __stanislaw joined the channel
      • zack_
        nope
      • oh yeah
      • i have some suspicious payments by clients
      • and they refunded all the funds back to them
      • butu i already sent the items to the clients
      • __stanislaw has quit
      • Useresu joined the channel
      • Useresu has quit
      • chrisrosillo joined the channel
      • chrisrosillo has quit
      • TheAdversary has quit
      • Hasimir has quit
      • Useresu joined the channel
      • Useresu has quit
      • zack_ has quit
      • __stanislaw joined the channel
      • Useresu joined the channel
      • dopesong joined the channel
      • timdotrb joined the channel
      • dopesong has quit
      • Useresu has quit
      • agitator joined the channel
      • dwet44 joined the channel
      • hkhk has quit
      • kes joined the channel
      • Useresu joined the channel
      • Useresu has quit
      • miked joined the channel
      • miked
        #stripe
      • hello im trying to retreive all connected accounts
      • to see which ones have not connected their bank accounts
      • public function getAllConnectedAccounts(){ $data = array(); $params = array('limit'=>100); do{ if(count($data) > 0){ $params = array('starting_after'=>end($data)->id,'limit'=>100); } $accounts = \Stripe\Account::all($params); $data = array_merge($data,$accounts->data); }while($accounts->has_more); return $data; }
      • but for some reason after a while, i got an ssl error
      • webguynow joined the channel
      • manuel__ joined the channel
      • ColdHeat joined the channel
      • guy joined the channel
      • guy
        Whats the best way to represent a subscription with multiple plans that can have multiple quantities?
      • An subscription with no plan that gets subscription items added?
      • manuel__
        hi guys ! I use stripe w/ WooCommerce. With the Woocommerce stripe gateway plugin, Stripe js is instancied in a js module, and I can't access it from the global scope. But I need to destroy it if I leave the checkout page (ajax navigation). Does anybody know how can I get a Stripe js instance from the global scope ?
      • guy
        I guess a plan is required....
      • I suppose I dont understand how to update a quantity on a subscription
      • dionysus69 joined the channel
      • Guest53821 joined the channel