My Stripe code is not subscribing a plan when a coupon is applied
sbailliez joined the channel
rrawlins joined the channel
Rinsewind joined the channel
ngsingh has quit
lynsg joined the channel
ravims joined the channel
wilsonreuben joined the channel
ravims has left the channel
eshlox joined the channel
wilsonreuben has quit
wilsonreuben joined the channel
papayaceed joined the channel
papayaceed has quit
spacecadetbrown joined the channel
papayaceed joined the channel
rogue_koder has quit
spacecadetbrown has quit
papayaceed has quit
papayaceed joined the channel
wilsonreuben_ joined the channel
wilsonreuben has quit
wilsonreuben_ is now known as wilsonreuben
ravims joined the channel
striperookie joined the channel
striperookie
Can anyone tell me how stripe payouts work?
papayaceed
Hi everyone ! I got and security error (DOM exception 18) with js.stripe.com on Google Chrome(v59.0) IOS(v10.3.2). The protocols, domains and port must match. In my CSP everything seems to be ok and I only got this error on chrome on IOS. Someone could give me an insight ?
striperookie
is stripe payouts used to transfer stripe balance to our own account? or can it be used to transfer the stripe balance to others accounts as well? my intended solution is an app where users will get money rewards and request payout when the amount reaches a particular amount. I need the user to submit his bank details and the money will be automatically paid out from the app administrators stripe account.
anyone?
kempo joined the channel
is stripe payouts used to transfer stripe balance to our own account? or can it be used to transfer the stripe balance to others accounts as well? my intended solution is an app where users will get money rewards and request payout when the amount reaches a particular amount. I need the user to submit his bank details and the money will be automatically paid out from the app administrators stripe account.
anyone have CSP error with js.stripe.com and Google chrome on IOS ?
Vaibhav_
I'm trying to implement Stripe iOS in Swift
I am getting String Token, successfully
What will be the next steps
Please help
striperookie
@papayaceed, thank you for the reply. It says "To send funds to your own bank account", what I want is for my site visitors to be able to get money to their account from my stripe account (site admin account). So its confusing.
@papayaceed any idea if its possible?
gilmoregirl has quit
papayaceed
striperookie: just ask to the support if it's confusing ;-) Didn't try so i cant anwser you
Vaibhav_: send the token to your backend, and in your server-side code, use the token in an API request, e.g. to create a charge. Cf. https://stripe.com/docs/charges
striperookie: you can't send funds to third parties from your own Stripe account. You need to use Connect for this: https://stripe.com/docs/connect
Vaibhav_
You mean, I need to make the Payment Request from the server-side, instead of iOS App?
ywain
Vaibhav_: correct. In the app itself, you would only collect and tokenize the customer's payment information using our SDK (https://stripe.com/docs/mobile/ios). Actually charging the customer using their card token must be done from an external server
Vaibhav_
Ohk
ywain
papayaceed: those warnings are a known issue -- it's Chrome trying to autofill the fields, but it can't because the fields have separate iframes. It doesn't prevent customers from entering their card information and creating a token though
papayaceed
ywain: do you have a url with bug report/tracking ?
ywain
papayaceed: no, we don't have a public bug tracker. You'll just have to trust me on this :)
stripe274 has quit
papayaceed
ywain: Ok so I will trust you because you got and @ before your nick ;-) More seriously, this known issue does not cause an error with stripe? Can I continue to use it like that?
mohsin joined the channel
Vaibhav_
Thanks for the information
ywain
papayaceed: I know you're joking, but just in case, all operators in this channel (i.e. people with @ before their nick) are Stripe employees :) Yes, as far as I know those warnings can safely be ignored
mfp__ joined the channel
Vaibhav_ has quit
papayaceed
ywain: Ok great ! thanks for your answer ... this is the second day I'm loosing wondering wtf is this error ;-)
ywain
papayaceed: glad I could help! if you want, you can write to support at https://support.stripe.com/email and we'll let you know when it's fixed
papayaceed
ywain: Ok I will email Stripe support
ftknox joined the channel
Garbee joined the channel
clerum has quit
striperookie has quit
ftknox has quit
wilsonreuben joined the channel
eacameron joined the channel
ravims joined the channel
gilmoregirl has quit
wilsonreuben has quit
sbailliez has quit
Vaibhav_ joined the channel
Vaibhav_
Hello
Is there no way to make payment directly from app to Stripe?
Without including Backend Server?
@ywain whois
@ywain-whois
@ywain, help me please
ywain
Vaibhav_: no. You'd have to embed your secret API key in the app, where it could be retrieved by third parties and used to issue API request on your behalf. You must use an external server to protect the API key
Vaibhav_
So, there's no way to make paymens directly?
ywain
Vaibhav_: no
jrnsp joined the channel
lovleeen joined the channel
jrnsp has quit
lovleeen has left the channel
Jensen__ joined the channel
Jensen__
Hello
ywain
Hi Jensen__
stripe944 joined the channel
Leon joined the channel
stripe944
hello
ywain
Hi stripe944
Leon
Hey
Leon is now known as Guest48160
stripe944
i need your help with subscription
i am integrating stripe api
papayaceed
ywain: Thx for your email answer ;-) I got something to say to my client ;-)
Jensen__
using your API: is it possible to retrieve a charge on the platform account using a payment Id from a connected account?
stripe944
no
does it automatically create invoice after subscription
or i have to call api for invoice bill?
ywain
Jensen__: sure. You'd use the connected account's charge's `source_transfer` attribute to retrieve the transfer on the platform's account, then use the transfer's `source_transaction` attribute to retrieve the original charge on the platform's account
Jensen__: you can even expand `source_transfer.source_transaction` directly when retrieving the charge on the connected account to retrieve everything in a single request
stripe944
sorry. i didn't get you
Jensen__
thx ywain! :)
irsol has quit
Guest48160
I'm looking for some help with tax
ywain
stripe944: this is a multi-user chat, I was answering another user's question. Stripe's subscriptions will automatically create an invoice at the end of each billing period
stripe944
ok
fastgecko joined the channel
fastgecko
Hi There!
ywain
papayaceed: you're welcome :)
stripe944
Thank you
:-)
irsol joined the channel
ywain
Hey Guest48160, I'm not sure I'll be able to help you with this, but feel free to ask anyway
Hi fastgecko
Guest48160
Is it possible to have a plan set at say £20, but that to include taxes?
I'd then like to be able to supply the tax_percent, but that not be added to the total
wilsonreuben joined the channel
fastgecko
I'm completely new to Stripe. Is there a possibility to use a predefined form to purchase my users without the need to include a script and do all the checkout on myself? So I mean, what would be great is the following: Users purchase a product on a web form (e.g. fastgecko.stripe.com), my application gets notified by webhook and does all the rest. Does that work in some way?
papayaceed
Have a nice day everyone ;-) Bye
papayaceed has quit
Vaibhav_ has quit
stripe944
but it does not send invoice in email after subscription using test mode?
ywain
Guest48160: the purpose of the `tax_percent` parameter is to add taxes to the total. If you want to include taxes directly in the plan's base amount, you can, but then you'd have to not provide a `tax_percent` parameter at all when creating subscriptions to this plan
stripe944: Stripe does not send email receipts in test mode. You can manually send the email from the dashboard, by viewing the invoice's charge and clicking "Send email receipt"
Guest48160
@ywain So the only way is to not run any taxes through stripe?