metalman: nah, it's created/supported by them. you can feel free to have them emal us too though if they have any questions that we can help with
metalman
@ajs I will let them know it's all their fault and if they have issue that the devs at Stripe have my back to lay some smackdown. #hacktheplanet :D ty
metalman has quit
canfiax joined the channel
Guest77 joined the channel
einnjo joined the channel
wdseelig
quit
wdseelig has quit
s2013 has quit
canfiax has quit
Guest77 has quit
s2013 joined the channel
stripe143 joined the channel
stripe795 joined the channel
dqsf has quit
vincent_ joined the channel
peterabrahamson joined the channel
stripe795
i created an account and activated it i've changed the secret key in my server (php script) and the publishable key on my web page
when i test with my real card i got this error
[INFO] : <b>Fatal error</b>: Uncaught exception 'Stripe\Error\InvalidRequest' with message 'No such token: tok_18oZJhCKATqOYv6jpi3M3Dwp' in /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiRequestor.php:103 from API request 'req_96mtDXWJpoiV5H'
peterabrahamson
Hello. I have now waited 48 hours for a reply from stripe support! This is horrible! Isn't there any way to get in touch with someone who can hep me? This is a urgent matter
ajs_
stripe795: you'll want to avoid testing with real cards, but that message just means there's an API key mismatch
peterabrahamson: you should normally hear back within 24hrs or so. I just sent you a private message asking for some details that you probably don't want to share publicly in this channel\
also, will there ever be a slack channel for stripe? :)
edrocks joined the channel
stripe822 joined the channel
ajs_
MDrollette: probably not. we've experimented with several different services in the past and found IRC the best medium for working with developers specifically :)
stripe822 has quit
huntwelch has quit
pavel___ has quit
huntwelch joined the channel
stripe788 has quit
Vlad_the_Impaler joined the channel
peterabrahamson has quit
vincent_ joined the channel
RPS_ joined the channel
vincent_ has quit
lenochka joined the channel
RPS_
Hi, I need to make a list with all clients in our system that have credit
lenochka is now known as Guest52099
and it took me to docs and it is a bit complicated for me
any suggestions?
ajs_
hey RPS_, can you clarify this a bit more?
RPS_: like you want a list of all customer objects that have an account balance?
vincent__ joined the channel
RPS_
Yes, we need to do a review of the customers in our Stripe that have credit on their account
vincent__ has quit
vincent_ joined the channel
Similar to a list of account balance, but we have given people credits
and that is the information i need to see
ajs_
RPS_: the easiest way would be to just export a list of customers
RPS_: that report has a column for account balance and will indicate if they have one
you can do so by clicking "export" on the top right side of the customers list in the dashboard
vincent_ joined the channel
vincent_ has quit
RPS_
Ok, let me check that
thank you
vincent_ joined the channel
vanriss joined the channel
PeterB has quit
vanriss
hello, i have an australian account and cannot see any stripe connect on the stripe login
ajs_
hey vanriss, can you clarify the question/problem a bit?
vanriss
yes, i programmed my site to use managed accounts with stripe. but i cannot see the stripe connect on my stripe dashboard
on the left sidebar
tjbiddle joined the channel
ajs_
vanriss: you don't see the stripe connect heading and tabs for e.g "connected accounts"?
vanriss
correct
ajs_
vanriss: if not, that'd indicate that the account you're logged into hasn't activated connect
does anyone know why updating a card by setting a source will automatically pay an invoice?
is this the expected behavior
ajs_
thai_: that's expected if there's a past due invoice, yeah
thai_: that way when the customer updates their payment method and they own money, that money is paid
thai_
what happens if the invoice has been closed?
does it reopen and pay it?
canfiax has quit
Guest77 has quit
ajs_
thai_: no
thai_
ok
ludo__
@channel : I need to connect standalone account to Platform account. If I call post access_token_url api using my platform accounts 'api key', will it not expose the api key in the browser network and pose a security risk?
thai_ has quit
ajs_
ludo__: no, you'd post from your server backend as opposed to passing a GET parameter or something
Gsham joined the channel
ludo__: this would be the same as any API call you make using your secret key
to any endpoint
pavel__ joined the channel
ludo__
@ajs, what I mean is if someone uses tool like `fiddler` or watch network posts, will my secret key not be exposed in api request or header ?
ajs_
ludo__: nope, this is transmitted from your server to stripe directly; it's not sent from the client
ludo__: if users could capture any network request that occurred on your server, nothing, ever, would be secure :)
Guest77 joined the channel
canfiax joined the channel
canfiax has quit
ludo__ has quit
thai_ joined the channel
thai_
hi, i'm running to a strange double charge issue and was hoping to get some help
basically... the customer's card is declined
cornice joined the channel
KieronWiltshire has quit
ajs_
hi thai_, can you provide some more context around what you mean re "strange double charge issue"
?
thai_
when the customer enters her card and select the same subscription
stripe795
this is the whole euro when i try stripe live mode
<br /> [DEBUG] : <b>Fatal error</b>: Uncaught exception 'Stripe\Error\Authentication' with message 'Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.'; in /home/clients/9ebea36d15629a5d2ed98d27bae1da9a/web/local/stripe/stripe3/lib/ApiRequestor.php:105 from API request 'req_96p6x0CV4B8lA9' [DEBU
I have a quick question. I have been using the checkout wizard to sign people up for a subscription.
spacecadetbrown
Hi there everyone. subscription.delete(at_period_end=True) cancels a monthly subscription, at the end of that month. Is there a way of changing the at_period_end date, for customers who have an obligatory 12 month contract, but a monthly subscription? Thanks!
mac__
@ajs, thanks
Jim_
I have a site which uses Stripe Connect to connect our users and allow payments via stripe. It has been working since June, but stopped working recently. We became aware of the problem last night. Have there been any major API changes that would have broken our code?
thai_
basically this is our flow... 1) customer already subscribed to plan SOLO 2) customer got declined email and goes to update card 3) customer enters a new card but pick the same plan