to change the price or interval you'd need to create a new one, and start subscribing new customers to that one instead
vaxter joined the channel
this would have the effect of grandfathering old customers into the old plan
if you want to swap them over, you'd need to iterate over the customers you want to migrate & update their subscriptions to the new plan
irctc603
if i delete the plan from stripe how it affect my customer already subscribe to that plan
tr12
it doesn't affect them
rarruda_ joined the channel
irctc603
you mean they will be charged on each invoice
tr12
irctc603: not sure what you mean by that
deleting a plan has absolutely no effect on the subscriptions that already exist to that plan
they continue billing indefinitely
the only difference is that you can't start new subscriptions to that plan
irctc603
ok
if i have one plan for a month and another plan for 6 month if the user try to upgrade from one month plan to the 6 month plan then the billing cycle will be affected or not?
koopajah
irctc603: this is all pretty clearly documented, better than we'd summarize in a sentence here
morning, is there any way to load checkout.js async or host it locally?
s2013 joined the channel
koopajah
cp___: no
I man you can't host it locally, it already loads async AFAIK
p15x_ joined the channel
p15_ joined the channel
irctc292 has quit
p15_ has quit
p15 joined the channel
irctc603 has quit
xsoapx joined the channel
xsoapx has quit
cp___
koopajah: thanks for the input, I think it loads sync
koopajah
cp___: hmmm yeah, I meant if you load it in the button like we do for Simple Checkout it doesn't block your page from loading
jxpx777 joined the channel
p15_ joined the channel
p15 has quit
renvis joined the channel
jholm has quit
p15x joined the channel
cp___
let me check the example once again
trilumin joined the channel
p15x_ joined the channel
p15 joined the channel
Guest30746 has quit
vermonster joined the channel
vermonster has quit
jxpx777 has quit
renvis has quit
renvis joined the channel
devbug joined the channel
devbug has quit
irctc445 has quit
jholm joined the channel
jholm has quit
garethdaine has quit
Sagar joined the channel
Sagar is now known as Guest49153
miguel joined the channel
uri_ has quit
miguel is now known as Guest12964
Guest12964
hello, I have a tech question
s2013 joined the channel
tr12
Guest12964: go ahead
rarruda_ joined the channel
stuwest joined the channel
Guest12964
we are using Ionic framework for creating a mobile app. We have just integrated stripe, but we'd love to use the mobile interface instead of the web popup
is it possible?
koopajah
we don't support Checkout in webviews. the best solution is to build your own form with Stripe.js
Guest12964
thanks!
I will do so then
Guest12964 has quit
garethdaine joined the channel
rarruda_ has quit
WebDevB joined the channel
s2013 has quit
lsh2911 joined the channel
lsh2911
#stripe
hello
tr12
hello
lsh2911
are you stripe support?
tr12
I work for stripe, although I'm taking some time off right now
dome joined the channel
I can help with most things that don't require access to internal systems
for that, there's koopajah
ta has quit
lsh2911
ok, well, i've been trying to email stripe support with out any answer
i can not capture my payments
tr12
what happens when you use the capture endpoint?
lsh2911
i had some orders i had not captured when i updater my bank information, and these orders can not be captures now. i can only capture new orders
updated*
captured*
nomad__ has quit
tr12
has more than 7 days elapsed since the charges were authorized?
lsh2911
no
4
tr12
so what happens when you try to capture the charge?
lsh2911
i can't find where to ad an screen shot
nomad__ joined the channel
tr12
you can upload an image somewhere, and then link it
imgur is probably not a bad place
koopajah
wait
tr12
irc itself doesn't support image uploads
koopajah
the image should not have any personal details such as customer's name, card last4, etc.
lsh2911
"capture failed. no such charge. and then some numbers and letters
koopajah
This channel is publicly logged and you don't want to leak customers information
lsh2911
ok no, thank you
tr12
can you paste the numbers and letters in this channel
actually, just tell us whether it starts with ch_***** or not
lsh2911
it does
start with ch_
tr12
are you using stripe connect?
lsh2911
hmm i don't know what that is..
stuwest is now known as stuwest-away
tr12
that's a no
lsh2911
yeah i guess
tr12
this error means that you're trying to capture the charge on a different account than the one you made it on
lsh2911
yes
tr12
if you're not using connect, my guess is that you've mixed up some api keys
lsh2911
okeeyy
so.. how can i be able to capture these old orders?
tr12
you need to re-run the capture requests with the right keys / on the right account
Guest49153 has quit
you probably want to fix the underlying bug
lsh2911
how is that done?
tictacjoe joined the channel
tr12
but to just capture the charges already made, it's probably most straightforward just to capture them from the dashboard manually
you're specifying the api keys you're using to authenticate yourself to stripe in your code
I'd guess that you're specifying one key in one place, and one key in another