#stripe

/

      • alovak_
        is it legal to do? I mean that customers should know somehow that it's a new company (but almost the same)
      • timebox
        alovak_: That's a better question for Support, so I'd suggest you reach out to them about this.
      • joshontheweb joined the channel
      • alovak_
        thanks
      • Doniz_ has quit
      • Doniz joined the channel
      • Doniz has quit
      • Doniz joined the channel
      • Doniz has quit
      • Doniz joined the channel
      • ta_ joined the channel
      • Doniz has quit
      • Doniz joined the channel
      • PrimetimeTran
        @timebox what API does stripe use to determine the exchange rate on a daily basis sir?
      • @Timebox I have the same question
      • Doniz has quit
      • Doniz joined the channel
      • stripe523 joined the channel
      • stripe523 is now known as NigerianScammer
      • NigerianScammer
        hi all
      • PrimetimeTran
        @timebox okay I just saw ur next response. I've already rearched out and will look for their response
      • Doniz has quit
      • NigerianScammer
        Can a connected account be changed from business to individual?
      • Doniz joined the channel
      • Doniz has quit
      • Doniz joined the channel
      • Doniz has quit
      • Doniz joined the channel
      • ClementS
        Do you know how I can retrieve a `payment` (py_XXXXX) data
      • Doniz has quit
      • alovak has quit
      • steveh_ joined the channel
      • bDreadz has quit
      • steveh has quit
      • steveh_ has quit
      • alovak_ has quit
      • PrimetimeTran has quit
      • irctc109 has quit
      • Doniz joined the channel
      • Doniz_ joined the channel
      • debian__ joined the channel
      • debian__
        Hello
      • ClementS
        HI
      • Doniz has quit
      • debian__
        I have been researching subscription payments, and after looking into paypal, I'd rather accept sheep as a paiment in person than deal with their docs.
      • Just went to Stripe docs and what a difference.
      • Just wanted to say: well done with docs.
      • vincent__ joined the channel
      • timebox
        debian__: Hi! Thanks - so glad to hear that. :) Also, lol@sheep-as-a-currency
      • vincent__ is now known as Guest50400
      • ftknox has quit
      • KarstenCF1 joined the channel
      • KarstenCF1
        Hello, are there any devs online?
      • debian__
        There are stripe devs here?
      • stripe181
        hi, about those 0.5% charged in managed accounts. Is it charged for each transactions/sell my platform does, or just in the moment of the transfer to the bank account platform holder?
      • hpar
        howdy, what's happenening!
      • debian__
        I thought this was a community channel
      • hpar
        stripe181: it's charged for each transfer to the connected account
      • er, *managed account
      • debian__
        Pretty awesome if they are
      • KarstenCF1
        When I submit my card info to stripe, it always issues the same token, no matter if its test or live.
      • hpar
        debian__: folks with operator status in this channel are engineers at Stripe, yep
      • Tyler__ joined the channel
      • we try to hang out and answer questions during the week
      • Tyler__
        hello
      • stripe181
        each? so i have to consider the 2.99% + $0.50 plus more $0.5 as a tax for using stripe with managed account?
      • KarstenCF1
        I always get this reply when trying to complete the transaction: { "error": { "type": "invalid_request_error", "message": "No such token: tok_19M1M7FucNuJleJzZbQM7Suj; a similar object exists in test mode, but a live mode key was used to make this request.", "param": "source" } }
      • timebox has quit
      • Catello joined the channel
      • debian__
        hpar, wow, that is impressive. Well done guys.
      • KarstenCF1
        No such token? Well, you just issued it to me? wtf?
      • hpar
        KarstenCF1: ahh sounds like you're using a livemode publishable key and trying to charge with your test mode key, or vice versa
      • Catello
        hi
      • is there a mod online?
      • hpar
        make sure you've got pk_test_XXXX in your frontend and sk_test_XXX in your backend for api keys
      • stripe181
        @hpar each? so i have to consider the 2.99% + $0.50 plus more $0.5 as a tax for using stripe with managed account?
      • hpar
        hey I was about to answer your question
      • no need for a ping :)
      • KarstenCF1
        hpar: I have only TWO keys in play: sk_live in the script to complete the transaction, and pk_live in the first javascript? Wouldnt that be the right approach?
      • hpar
        it's 0.5% of the amount transferred out to the managed account's bank account https://stripe.com/docs/connect/managed-account... ; so yes, that's in addition to the 2.9% + 0.29
      • Catello
        can I check reason of declined transations?
      • is there a way?
      • hpar
        KarstenCF1: I'm not following your setup. You should have a frontend HTML/JS page that uses your publishable key (pk_live_XXX or pk_test_XX) to create a card token. Then, your PHP, Ruby, etc backend uses that token with your secret key to create a charge or customer
      • Catello: there's unfortunately not any detail beyond what's shown in the dashboard. Banks don't usually send much info on declines, so you may need to reach out to your customer
      • KarstenCF1
        hpar: Thats what I tried to say :-). Yes, thats what I am doing
      • hpar
        so if you look at your Dashboard do you see the tokenization request under Live or Test mode? (under Logs)
      • and then check if the charge request is in live or test mode under logs
      • that should show you what your code is actually asking the API to do
      • Tyler__: did you have a question?
      • stinkyrc joined the channel
      • Tyler__
        I did last night but I've figured it out. I thought I'd join in here to see if I could learn from issues others are having :) thanks
      • KarstenCF1
        hpar: OK. *checking*
      • hpar
        awesome! you can learn a lot from chatter in this channel, that's for sure
      • Catello
        I tried to made a transaction, but I got error "card declined", customer gave me 2 credit cards, MasterCard and a Visa, and both did not worked
      • Tyler__
        I figured I could! I'm glad Stripe has a place like this for us to come together and figure out our problems
      • hpar
        Catello: you can ask email support, but they'll tell you the same thing: the customer needs to ask their bank(s) what happened. Banks only Stripe "this charge was declined", but they'll tell the cardholder more detail if they phone or email
      • qar joined the channel
      • dustball
        How long do bitcoin payments take to show up in the Stripe Dashboard? I just got a payment and I don't see it yet.
      • Gsham has quit
      • KarstenCF1
        hpar: I can find but only ONE menu item "Logs". Bottom-left corner. Would that be the place to look?
      • hpar
        yep
      • fguillot has quit
      • flip the switch at the top of the screen to go between looking at live & test mode logs
      • stripe181
        tks <@hpar>
      • ftknox joined the channel
      • debian__ has quit
      • KarstenCF1
        Aahhh.. Now I get a totally different output. A huge JSON structure. But "amount" and "currency" is still missing. They are submitted like data-stripe="amount" and "currency"
      • qar has quit
      • hpar
        hm, sounds like something may be off in your frontend JS
      • zamro has quit
      • zamro joined the channel
      • KarstenCF1
        hpar: Was that to me?
      • hpar
        yeah, sorry :)
      • KarstenCF1
        np :-). This is my amount field: <input type="text" size="2" data-stripe="amount">
      • Madison_ joined the channel
      • Madison_
        My transfer is about 5-6 days overdue. What's happening?
      • Tyler__
        Is there any benefit to adding other fields to the checkout form, such as address and zip code, if the user isn't buying a physical product?
      • ftknox
        Madison_: You will want to write in via https://support.stripe.com/email for help with this. We shouldn't discuss personal info in a public channel
      • stpaultim has quit
      • hpar
        Madison_: you'll have to ask email support, there's no way I can answer in this public IRC channel. They can look directly at your account https://support.stripe.com/email/login
      • jinx ftknox ;)
      • ftknox
        hpar: jinx!
      • hpar: double jinx
      • hpar
        fuuuu
      • Madison_
        Email isn't getting back to me.
      • Is there a phone number i can call?
      • KarstenCF1
        hpar: I assume, that a token returned form strip.com is some kind of receipt, per se, that all the data-stripe fields I provided are good?
      • dustball
        How long do bitcoin payments take to show up in the Stripe Dashboard? I just got a payment and I don't see it yet.
      • jrthib has quit
      • hpar
        KarstenCF1: if you're getting a token that means you've passed reasonable parameters and that your customer provided a valid card number/expiration. Sounds like you're using Checkout
      • dustball has quit
      • Tyler__: it can be useful info to collect for fraud detection. For example, if you want to use AVS to check the card zip code, or use Radar
      • benlieb has quit
      • ftknox
        dustball: Are you sure that you actually charged the resulting payment source? Note the three steps at https://stripe.com/docs/bitcoin#payment-flow.
      • KarstenCF1
        hpar: I created a custom form, and this script is called: https://js.stripe.com/v2
      • eric joined the channel
      • ClementS has quit
      • ftknox
        Madison_: they will get back to you, generally within 24hrs. If you already sent in an email, just be patient
      • eric
        Did I loose the ability to wipe out / reset test data?
      • Madison_ has quit
      • vincent__ joined the channel
      • ftknox
        eric: I think that ability got turned off temporarially and should be re-enabled tomorrow
      • eric
        ahh, great. thanks
      • ftknox
        KarstenCF1: I think that hpar had to step into a meeting, so I can help you out if you'd like
      • Catello
        I got error "Your card was declined.", is the same thing of "payment declined"? why am i unable to see that transaction, in failed ones?
      • ftknox
        eric: no problem!
      • KarstenCF1
        ftknow: Yes please :-)
      • Tyler__
        Should I assume the charge went through if the PHP api doesn't throw an error when I call the \Stripe\Charge::create function? Or should I wait to receive a webhook?
      • dustball joined the channel