#stripe

/

      • timebox has quit
      • ywain
        in both cases, you'd want to use the `Stripe-Account` header to issue the requests on behalf of the connected account: https://stripe.com/docs/connect/authentication#...
      • Techni joined the channel
      • Jono20201
        Thanks @ywain, we were on the right track!
      • Techni
        Hi. I'm trying to store credit card information to a customer ID, I have that part done. But now I'm trying to use the stored data on the next checkout, I have **** **** **** last4 and the expiry month/year showing in the credit card form, how do I get stripe to ignore that (since the ****'d out credit number is obviously invalid, and I don't have the CVC number) and use the cust ID instead?
      • ywain
        Techni: simply pass the customer ID in the `customer` parameter of your charge creation request to create a charge using the customer's default source
      • you don't have to collect the payment information again
      • frankdrey joined the channel
      • Techni
        ywain: I got that part done too, but what do I do during the user-side of the payment (javascript) to get the token?
      • ywain
        Techni: you don't need to create a new token. The payment information is already stored in the customer object
      • seeeb joined the channel
      • Techni: you don't need any input from the customer to create charges using existing customer objects
      • JasonHutson
        Is it possible to send the customer name when sending a transfer to the bank?
      • ywain
        Hi JasonHutson, you can use the `statement_descriptor` when manually creating transfers: https://stripe.com/docs/api/ruby#create_transfe...
      • danieleboca joined the channel
      • danieleboca_ joined the channel
      • JasonHutson
        @ywain I meant when I transfer the credit, not the debit to the customer
      • huntwelc_ joined the channel
      • Ishaq has quit
      • ywain
        JasonHutson: me too. If you're using manual transfers for payouts, you can choose the statement descriptor that will appear on the seller's bank account
      • Ishaq joined the channel
      • Techni
        so i can just skip that step on the user side if I have the customer ID
      • JasonHutson
        @ywain ok cool, I'll attempt that on my next manual transfer
      • Sam___ joined the channel
      • Sam___
        Anyone here?:)
      • stuwest-away has quit
      • seeeb has quit
      • I guess not D:
      • JasonHutson has quit
      • ffs...
      • Sam___ has quit
      • Okku joined the channel
      • Techni
        Thank you, ywain. That helped
      • stuwest joined the channel
      • crema joined the channel
      • rendion joined the channel
      • rendion
        Hi yall
      • I have an apple pay question
      • soooo, on iOS the payment context adds apple pay to the STPPaymentMethods as an afterthought
      • but always sets the default payment method to be an STPCard
      • since thats what it stores to the stripe API
      • if the user selects apple pay as a default it is never stored by stripe
      • Any suggestions on a workaround for this?
      • I will probably have to add def payment method to my model to compensate
      • crema has quit
      • The consequence is that everytime a payment context is created on iOS if they intended apple pay to be the default it is wiped out
      • T1m0thy joined the channel
      • c21 joined the channel
      • c21 has quit
      • koopajah joined the channel
      • c21 joined the channel
      • gingerale joined the channel
      • Jono20201 has quit
      • Doniz has quit
      • zwerg
        rendion: I think I understand what is going on here - could you please write in using https://support.stripe.com/email so that I can respond in a bit - I'm about to step out into a meeting
      • kevinL_ joined the channel
      • c21 has quit
      • Techni has quit
      • rendion
        k thx
      • phl3x0r joined the channel
      • Okku has quit
      • phl3x0r has quit
      • Okku joined the channel
      • kevinL_ has quit
      • irctc688 joined the channel
      • Okku has quit
      • Doniz joined the channel
      • enz joined the channel
      • majje joined the channel
      • T1m0thy has quit
      • irctc688
        We are offering a promotion where our customers get $5 off their first order. When the customer is created in Stripe, I went and manually placed a $5 credit on their account. I'm looking at the order now since it has been processed but it doesnt seem like the credit was applied. Can anyone help me with what's going on?
      • Okku joined the channel
      • koopajah
        irctc688 : the credit only applies to invoices and subscriptions, never to one-time charges
      • you have to handle this in your own code/integration
      • zwerg has quit
      • irctc688
        Dang that's not cool. I was told here that I could do that.... My customers expect the $5 off... Will there be an issue if I offer that $5 as a refund?
      • koopajah
        sorry if someone gave you the wrong information. This is covered in our documentation though https://stripe.com/docs/recipes/coupons-for-cha... you can always refund yeah but it's not great to charge more than expected, you should really fix your integration instead
      • enz
        hi, using Stripe Connect, how can we create a charge that both the platform and a connected merchant account can refund?
      • einnjo joined the channel
      • majje
        Is there a way to get a callback when users cancel the payment process using Checkout?
      • dqsf joined the channel
      • Okku has quit
      • Okku joined the channel
      • enz
        We noticed that when creating a charge with the destination set to the identifier of a merchant account, it is not allowed to refund the charge
      • koopajah
        majje : you have the `closed` callback yes
      • enz : https://stripe.com/docs/connect/payments-fees#c... allows both you and the connected account to refund
      • enz
        @koopajah: even though "Charges created directly on a connected account will only be available on that account—you won’t see it in your platform’s dashboard or reporting."?
      • Okku has quit
      • koopajah
        yep but you can still view their dashboard and refund it or write code to do it for you
      • enz
        @koopajah interesting: how can we view their dashboard?
      • Okku joined the channel
      • Erik__ joined the channel
      • zamro joined the channel
      • koopajah
        you find their account in the list of connected accounts and click on "view dashboard"
      • majje
        koopajah: I’m not using the custom integration. Is there a way to do it using simple checkout?
      • Okku has quit
      • koopajah
        majje : not possible no
      • majje
        ok, thanks
      • Erik__
        Hello. Is there any way to send money from one stripe account to another using API, right before their weekly transfer is made?
      • Okku joined the channel
      • koopajah
        Erik__ : I'm not sure what you're trying to do but there are rules around the flow of funds and what you can/can't do. You should talk to support directly: https://support.stripe.com/email
      • enz
        @koopajah: I do not have "view dashboard" in the details of the connected account. What are the conditions for this link to appear?
      • Okku has quit
      • koopajah
        enz : are you just looking in Test mode? Are you logged in as the owner? It's a bit tricky to help without more details
      • Okku joined the channel
      • zamro has quit
      • enz
        @koopajah: test mode, the account is marked as "standalone", I am logged in as Administrator (not owner)
      • koopajah
        yeah that's expected, it only works in Live mode then
      • Erik__
        @koopajah - I have been setting up stripe accounts for my clients for them to take online payments on their takeaway shops. I want to charge a platform fee for this like 3% - 4%. I can use "Connect" to do this, but they also have cash payment option. That's why I thought I would charge them weekly.
      • koopajah
        Erik__ : I'd still recommend connect for the online charges, that's the right way to build this and you can always charge their card separately for a percentage of the cash transactions
      • stuwest has quit
      • majje
        Is it possible to get a callback on submit using the simple checkout? I’m trying to find a way to just show a “processing” screen while we handle things on the backend. Catching onsubmit on the form is never fired for some reason
      • stripe964 has quit
      • enz
        @koopajah aha :) actually, the button "View dashboard as" is only displayed in the details of the connected account in Live mode, but it sends me directly to the dashboard of the merchant account in test mode, because the account has not been activated. Great.
      • @koopajah That will do perfectly though.
      • Erik__ has quit
      • Okku has quit
      • Okku joined the channel
      • Doniz_ joined the channel
      • sunburn has quit
      • Tobias_ joined the channel
      • Tobias_
        Hi
      • sunburn joined the channel
      • I have a checkout page that is integrated with Stripe. The URL is: https://www.topkarakterer-paa-jurastudiet.dk/ch...
      • It is in test mode right now. I would like to put it in live mode
      • How can I do that?
      • Okku has quit
      • koopajah
        by using the Live API keys instead: https://dashboard.stripe.com/account/apikeys
      • Doniz has quit
      • Tobias_
        Ok
      • So I just have to remove the test keys from the index.php file?
      • And replace with live keys?
      • Okku joined the channel
      • majje has left the channel
      • "testmode" => "on"
      • If I write off instead
      • and write the live keys
      • will it work then?
      • Okku has quit
      • koopajah
        it should work yes
      • Okku joined the channel
      • Tobias_
        If I wanna change the price
      • for the product
      • where can I do that
      • koopajah
        in your own code I suppose. It really depends how you built your integration here
      • Okku has quit
      • Okku joined the channel
      • Tobias_
        When I try to do a purcashe with my own credit card it is not working
      • If I want to get private help where can I get it?
      • It works with test purchase. But not with real purchase