morunas: you're mixing "description" from the invoice and the description on each invoice item I think
HowardwLo: never used any of them so no :(
HowardwLo
koopajah: cool, thanks. If anyone else here has a shortcut, let me know!
koopajah
so each line item has a description that we set automatically for proration but it's always empty when it's the subscription's line item and if you want to display this to your customer you'd need to build this yourself in your UI so that you display something like "Subscription to plan XX for June 2015" or equivalent
koopajah is now known as koopajah_away
morunas
koopajah_when_you_come_back: but how do I know which plan each invoice relates to?
jgoldberg joined the channel
nilsmunch has quit
koopajah_when_you_come_back: ah I get what was the problem. When I was parsing the invoice items I treated "plan" as a string but it's a plan object
koopajah: perfect! no need for description then! Cheers have a great day!
fafournier joined the channel
nikita14 has quit
irctc590 joined the channel
irctc590
Hello
anyone is there..?
elastisandeep has quit
HowardwLo
koopajah: do you know an intergration that is just form
Hello, I am looking for help on getting Stripe Connect authentication to work with the stripe_account header on a nodejs/meteor context. I cannot seem to get any of the syntax I found in documentations to work... I summarised the question there: http://stackoverflow.com/questions/31123223/cor... but there seem to be limited experience available in the community!
any idea from anyone?
:-D
jedahan joined the channel
jedahan has quit
irctc590
any one is here who can help me with iOS..?
fafournier
@irctc590 I probably won't know, but what is your problem?
rod has quit
jedahan joined the channel
MegaFemaTron has quit
fafournier has quit
rod joined the channel
irctc566 joined the channel
irctc566
Hello
irctc590 has quit
rod
Hello. I'm trying to set up a plan at £9.99. As products in the UK are usually quoted including VAT (tax), I need it to be £9.99 inc. VAT and for it to state so in the invoice. I have created a plan at £8.32 which generates invoices of £9.98 when I subscribe someone with a 20% tax rate, and a plan at £8.33 which generates an invoice of £10. Any
thoughts on how I could charge £9.99 exactly but still show 20% tax on the invoice?
torlanco has quit
jedahan has quit
torlanco joined the channel
drale2k has quit
halfamind joined the channel
HowardwLo
if i have a live site accepting payments, can i switch my strip dashboard to test for dev? i jsut wnat to make sure it doesnt actually turn off the live :D
irctc566 has quit
nikita14 joined the channel
p15x joined the channel
halfamind has quit
jeff_h has quit
oldGuest has quit
jgoldberg has quit
nikita14
markin: hey i disucss it with my boss , which i had to used , he said he will discuss it with client and let me know ...!!!!
koopajah_away
HowardwLo: you'd use the Test API keys to test
rod: not sure there's a way to do this without adding the tax yourself as an invoice item
rod
koopajah_away: I see. Thanks!
p15x_ joined the channel
koopajah_away is now known as koopajah
nilsmunch joined the channel
feralbob_ joined the channel
irctc532
hi, i need help to make stripe functional on my website. i have 2 test shop one is working and the other not but i don't know why ..
stop you're going too fast, can you explain where that error happens/displays and at which step exactly?
TheShiftExchange
ok... sorry
praboud
fwiw, when I load that url it works for me
TheShiftExchange
If I simply try and go to the URL "https://checkout.stripe.com/checkout.js" in my Chrome browser - I get a 503 error: Error 503 No healthy backends
It then shows the Cache Varnish cache server details I pasted above
Davekngs
Hi all, wondering if someone can help. The payment email doesn't seem to be in the charge response. Is there a way I can get the email used during payment?
koopajah
yeah but if it's a CDN issue you might not get it. TheShiftExchange : where are you located (country)? can you load https://status.stripe.com/reachability ?
rocco88 has quit
HowardwLo
koopajah: oh i know about the test api keys, i mean if i switch the button on the dashboard if it’ll turn off live. http://snag.gy/5RHK8.jpg
TheShiftExchange
Sydney NSW Australia
koopajah
Davekngs: you need to collect it first and send it to the Create Charge API
koopajah: it does look like fastly is having a sad (at least in australia)
koopajah
praboud: yeah that's what I was looking into
Davekngs
@ koopajah ok, thanks let me see if I can figure out how to collect it
irctc741
anyone free to hel me with little bit php?
help
koopajah
Davekngs: if you use Checkout you get it automatically on the server and then you retrieve it in the POST arguments in stripeEmail
praboud
irctc741: what's going on?
TheShiftExchange: can you tell us what the result of `host checkout.stripe.com` is for you? what IP does that resolve to?
TheShiftExchange
praboud, 103.245.222.176
WolfGoethe has quit
micahalles joined the channel
Davekngs
@@koopajah I am using checkout. I configure checkout, then when I submit the payment it returns a token. The email is not in the token so I'm not sure how I capture it/
koopajah
TheShiftExchange: strange I can ping that IP
Davekngs: the email is in a different parameter in stripeEmail