#stripe

/

      • dynmeth joined the channel
      • cryptocronus joined the channel
      • Daniel0 joined the channel
      • BigOrangeSU joined the channel
      • BigOrangeSU
        Are any stripe engineers present? I was hoping to find out what queueing system is used to back Monster
      • gwendall joined the channel
      • edrocks_ joined the channel
      • derferman joined the channel
      • a346 joined the channel
      • TazDevil joined the channel
      • vlad__ has quit
      • PrplHaz4 joined the channel
      • a346 has quit
      • BigOrangeSU has quit
      • jonthewayne joined the channel
      • TazDevil has quit
      • HairAndBeardGuy_ joined the channel
      • jonthewayne
        I'm moving from balanced to stripe....are all my balanced cards and customers preserved and accessible via their old balanced uris as stripe id?
      • rdymac has quit
      • (sorry if I missed your earlier reply to this q, I got disconnected)
      • HairAndBeardGuy has quit
      • rdymac joined the channel
      • markin
        4:48 PM <markin> jonthewayne: I think the old balance ids are saved to metadata and you're given some sort of CSV that maps old ids to new ids
      • jonthewayne
        was hoping I could just use their old ids and it would "just work"...:)
      • nerdfiles has quit
      • dixon has quit
      • jonthewayne has quit
      • bkrausz has quit
      • gladely has quit
      • nicholaswyoung joined the channel
      • gambatte joined the channel
      • dqsf has quit
      • dqsf joined the channel
      • nemothek_ joined the channel
      • drale2k has quit
      • Michaelp joined the channel
      • Michaelp
        y0
      • markin
        hi Michaelp
      • dqsf has quit
      • Michaelp
        So how are accounts flagged as violating TOS? Is it automated? Curious is emailing Mace will acually help or if I should just move onto another platform
      • if*
      • TeddyMurray joined the channel
      • TeddyMurray
        hi, does anyone know what type of insurance policy taskrabbit uses? or at least a company?
      • Michaelp
        I already emailed support, just thought I would ping some engineers :)
      • markin
        Michaelp: there are both automated and manual reviews, if you actually violated the ToS or you're a prohibited service and Stripe stated they can't support your account, then Stripe can't support your account. Though you should note that other processing companies have similiar rules
      • Michaelp
        Yeah the issue is Stripe labeled my company as a psychic services company but the business sells stones and crystals, and jewlery
      • markin
        if thats the case, and it truly was a mistake, then support could help you out
      • Michaelp
        Thanks Markin
      • Michaelp has quit
      • cperciva wonders why Stripe needs to tell psychic services companies that they're not welcome
      • cperciva
        I mean, if they're psychic, shouldn't they know already?
      • markin rimshot
      • markin
      • TeddyMurray has quit
      • gladely joined the channel
      • rightonbro has quit
      • nicholaswyoung joined the channel
      • rubyonrailed joined the channel
      • dixon joined the channel
      • nicholaswyoung joined the channel
      • aracodex12 has quit
      • aracodex12 joined the channel
      • delightfulbot_ joined the channel
      • aracodex_ joined the channel
      • aracodex12 has quit
      • bkrausz joined the channel
      • BigOrangeSU joined the channel
      • aracodex_ has quit
      • bkrausz has quit
      • BigOrangeSU has quit
      • derferman joined the channel
      • derferman has quit
      • nemothekid joined the channel
      • pretty_function joined the channel
      • dqsf joined the channel
      • dqsf has quit
      • bkrausz joined the channel
      • mark___ joined the channel
      • mark___ has quit
      • markz joined the channel
      • nicholaswyoung joined the channel
      • aracodex12 joined the channel
      • markz
        If a customer as a subscription, and that subscription was created with a coupon code (say 50% forever) and I apply an invoice item to that customer, does the coupon code apply to that invoice item?
      • Scellow has quit
      • markin
        markz: i believe so
      • PrplHaz4 has quit
      • the coupon would apply to the invoice technically
      • markz
        Basically I am trying to see if there is a way for me to be able to charge a base fee with a per user fee, which I don't think I am able to do with a plan
      • Say $10 no matter what, and then $5 per user.
      • gwendall has quit
      • And the only way I could think to do that, without two plans and two subscriptions, is to have an invoice item for the "base charge" that gets added every month
      • markin
        yeah, so doing the $10 a month as an invoice item, and then the $5 as a plan with the quantity would work
      • markz
        So I would just have to manually create that invoice item before the next bill for that customer every month
      • markin
        normally you'd create it at the invoice.created webhook
      • for the first month, you'd create it before the subscription
      • aracodex12 has quit
      • markz
        Ok
      • And if they entered a coupon at time of entering their billing (ie at time of subscribing) it will apply to everything on their bill each month and not just the charge for that subscriptions?
      • markin
        yeah, it would be for the entire invoice, so a 100% off would make it free if I recall correctly
      • markz
        ok
      • thanks for the info
      • thomasreggi joined the channel
      • One question on pro-rating. If I subscribe a plan with a cost of $10, and half way through the month change the quantity to 3. And a week later change the quantity to 2. Will the next bill be for $20 (cost x 2) + $5 (cost of one for half of the time) + $2.5 (cost for one for quarter of the time)?
      • markin
        ugh complex math, one sec
      • markz
        ha - sorry
      • pl3bs has quit
      • basically just asking if it will handle changing quantities appropriately
      • I assume it will after reading over the docs
      • markin
        yeah it does
      • it basically looks at old cost and new cost and does the math
      • markz
        yeah - ok
      • well thanks for the help - saved me from having to actually setup some scenarios to get the answeres
      • markin
        you're welcome
      • aracodex12 joined the channel
      • dixon has quit
      • dixon joined the channel
      • markz has quit
      • KristianT joined the channel
      • KristianT
        Hey, if anyone is around I have a question regarding document verification for managed accounts
      • markin
        KristianT: sure
      • KristianT
        We are posting the verification document (legal_entity.verification.document), in the response, we can see that our file has been updated but the status always remains "unverified", I never see it change to "pending".
      • This is all in the test environment
      • rubyonrailed has quit
      • brockhaywood joined the channel
      • markin
        I don't think test documents ever get verified, but support@stripe.com could help you out more
      • KristianT
        So in production, is the document verification mandatory? Because in test we see transfers_enabled = true even with the "unverified" document
      • gambatte has quit
      • gambatte joined the channel
      • markin
        KristianT: documents would need to be provided for charges_enabled and transfers_enabled to be true
      • KristianT
        Ok, so essentially the short answer is that we need to test this in prod
      • dixon has quit
      • markin
        support may have some knowledge on how to test the verification steps
      • dixon joined the channel
      • gwendall joined the channel
      • TazDevil joined the channel
      • gwendall has quit
      • praboud joined the channel
      • jgoldberg joined the channel
      • dixon has quit
      • TazDevil has quit
      • TazDevil joined the channel
      • _DB joined the channel
      • kellysutton joined the channel
      • praboud has quit
      • Amisha_imaker joined the channel
      • Amisha_imaker
        hi every one
      • i need help
      • hey developer here?
      • markin
        hi Amisha_imaker
      • Amisha_imaker
        i got error