#stripe

/

      • Telvana joined the channel
      • irctc923 joined the channel
      • irctc923
        how to debug the Webhook localhost. I am using Mac
      • markin
        irctc923: you cant send webhooks to localhost
      • You may want to test a tool like ngrok
      • irctc923
        ok thanks I will use ngrok
      • seba__ has quit
      • gnoze5 has quit
      • one00handed has quit
      • tol22 joined the channel
      • nemothekid joined the channel
      • flippyhead joined the channel
      • uri joined the channel
      • uri
        if i get a cc token from Stripe Checkout, create a customer with it... can i subscribe that customer to a plan in, say, 3 months?
      • oh nvm, just found the docs on trial periods, sorry!
      • dqsf joined the channel
      • manfrin joined the channel
      • dqsf has quit
      • SlexAxton has quit
      • tol22 has quit
      • Genome36 has left the channel
      • irctc923 has quit
      • gingerale has quit
      • davi joined the channel
      • Guest15325 has quit
      • phpeek joined the channel
      • saikat has quit
      • saikat joined the channel
      • evotuned joined the channel
      • devbug joined the channel
      • NC7 joined the channel
      • evotuned has quit
      • Genome36 joined the channel
      • Genome36 has left the channel
      • simo_13 joined the channel
      • simo_13
        Hi there, anyone from stripe support?
      • Lund joined the channel
      • Lund
        I can't seem to resubmit my form .. does tokens get replaced automaticly ?
      • Or rather.. how do you update tokens?
      • TommyG_ joined the channel
      • TommyG_
        Is it possible to create a charge if you have a pre-existing customerId, without a token?
      • devbug has quit
      • irctc532 joined the channel
      • irctc532
        Hello there, I have a question about Stripe and card readers. Can you help me
      • V28 joined the channel
      • V28
        Hi Room! Quick question, is Stripe managed accounts supported for Canada as well as the US?
      • Lund
        How do you update a token??
      • Sambru joined the channel
      • irctc532 has quit
      • devbug joined the channel
      • markin
        Lund: you cant update a token
      • V28 yes
      • pehjota joined the channel
      • Lund has quit
      • TommyG_: if you already saved a token to the customer then yes
      • simo_13: what's up?
      • simo_13
        hello
      • I sent an email to stripe support but I don't get an answer yet (24h are passed)
      • markin
        simo_13: while stripe tries to respond within 24 hours it is not a gaurentee and some issues may take longer to investigate than others
      • simo_13
        OK, i get it. Anyway I don't understand from which account are taken the stripe conversion fees when is processed a charge from a customer to a managed account
      • markin
        simo_13: the conversion fee is taken from the account that needs the funds to be converted in order to send it to its bank account
      • V28
        markin: thanks!
      • simo_13
        OK, so if a make a charge from a card to an account with a bank account in EUR. The conversion fees are taken from the transaction itself? Or from my platform account (that is in USD)?
      • markin
        The transaction itself
      • simo_13
        I ask this because in the dashboard of my platform account I can see that I owe Stripe 0.39€ that is the amount of the conversion fees from the transaction I made
      • So it looks like I owe you 0.39€
      • that's the confusing thing
      • markin
        You're doing a charge with a destination then and no application fee?
      • simo_13
        Yes, well. Actually I made a charge from a customer to a managed account taking some application fees.
      • markin
        And you're sure the application fee was enough to cover the 2.9% +.30
      • jshepherd has quit
      • simo_13
        The point could be that I made this charge computing my fee in a way that will cover the amount of stripe fee (Long story short: if stripe asks me 0.5$, I will get from the transaction an application fee of 0.5$ so as the balance is 0)
      • No, I'm not sure.
      • What happens in case my application fee is not enough to cover the 2.9% +.30 that stripe asks?
      • markin
        So when you do a charge with a destination instead of charging directly stripe charges you the processing fee. My guess is the.39 is part of that processing fee
      • NC7 has quit
      • simo_13
        Ok, so maybe I got the point.
      • Could you please make me a numeric example?
      • irctc245 has quit
      • markin
        If you create a $10 charge the stripe fee is $.59 is I did the math right
      • Assuming 2.9% +.30
      • simo_13
        OK, consider that my application fee is 5%
      • and that the receiver has an EUR bank account
      • so stripe should conver the amount in EUR and get an extra 2%
      • am I right?
      • @markin you still there?
      • dqsf joined the channel
      • zupeanut joined the channel
      • NC7 joined the channel
      • duri_ joined the channel
      • @duri_
      • +duri_
      • dqsf
        what's up simo_13
      • simo_13
        I was talking with marking
      • but is not online anymore
      • are you from stripe support?
      • dqsf
        I work at Stripe, yes
      • simo_13
        good, can I write you in private and explain my issue?
      • dqsf
        If you need to talk privately I'd suggest mailing into support --- support@stripe.com
      • simo_13
        I've already sent an email, but no one answered me yet (24h + passed)
      • Furthermore, I think will be more quick to talk directly
      • dqsf
        simo_13: if you give me your email I can make a note for them and say you stopped by but certain issues can only be handled by specific people here
      • simo_13
        I sent to you my mail in private
      • uri
        we have a marketplace using Stripe Connect, can these customers have normal Stripe accounts as well using the same email?
      • dqsf
        uri: they can have a managed account on your Platform and also a normal, standalone Stripe account with their email, yes.
      • flippyhead has quit
      • uri
        dqsf great! So in theory, we can pay out via stripe connect, and say charge a monthly subscription using just stripe?
      • flippyhead joined the channel
      • dqsf
        uri: In your use case what I'd do is create two objects for each user, a Customer and a Managed Account. That way you could both pay out and charge them a subscription fee.
      • Sambru has quit
      • dqsf has quit
      • LochnessMobster3 has quit
      • V28 has quit
      • dqsf joined the channel
      • gummylick joined the channel
      • zupeanut is now known as korben
      • gummylick
        guys, if i create my own form, send the data to my webserver and just use checkout.... will it create the customer, i grab the data and i can manually subscribe them per the stripe website?
      • (grab the card data i mean)
      • korben is now known as zupeanut
      • devbug joined the channel
      • ajs_
        gummylick: if your server-side code is creating a customer, sure you can subscribe that customer through the dashboard
      • uri
        would it be better to apply a discount to a subscription or just create different plans, and some of them are hidden from the front end?
      • ajs_
        gummylick: when you say send your data to your webserver i'm suspecting that's the token that checkout creates?
      • korben joined the channel
      • gummylick
        hm, im missing a step here
      • so, i have my own database of clients (their address, othe rinfo i need)
      • i'd like to keep that and just create an acct with creditcard/email on stripe
      • using their info on my database, i don't mind (and prefer) say.. to subscribe them on the stripe website
      • zupeanut has quit
      • liek right now, im using a jot form and it's plans don't match mine - but i get a form, tells me what htey subscribed to, coupons, i review the submission and manually subscribe them on stripe (that already has their cc/email)
      • ajs_
        gummylick: does jotform not handle the subscription creation for you i guess?
      • gummylick
        correct
      • ajs_
        gummylick: like if they're just creating customers in stripe and you're subscribing them to a plan manually thats okay
      • gummylick
        yes
      • ajs_
        but seems a bit hacky
      • heavysixer joined the channel
      • NC7 has quit
      • gummylick
        well, they allow it to match my plans but they show *all* my plans
      • and some, i don't want publically seen.
      • heavysixer has quit
      • korben_ joined the channel
      • ajs_
        gummylick: sure, that'
      • korben has quit
      • korben_ is now known as korben
      • s okay then
      • korben has quit
      • gummylick
        yeah... but, would like to move off jotform w/ same system
      • if i use checkout as submit, is it essentially the same, or am i missing a backend process?
      • korben joined the channel
      • (aside from backend handling my own address/extra client info)