Dear Stripe engineers, wanted to ask a quick question regarding past due connected accounts. So if a connected account receives a payment and they never add their account information, where does the money end up going after a month?
Thank you!
Dul joined the channel
Dul has quit
tictacjoe has quit
koopajah
elmir : for now it's stuck in the account until they verify. In the future we might auto refund it (but not planned for now)
tholu joined the channel
ejb joined the channel
kaspi joined the channel
elmir
@koopajaj Awesome, thank you. So all of the users we have who've forgotten to add payment, we can ping them to just add payment info, indefinitely for now.
koopajah
yeah though you kind of want to do this asap, not in 6 months. We will definitely reach out otherwise and ask you to stop :)
tictacjoe joined the channel
elmir has quit
tictacjoe has quit
Peder_ joined the channel
JohnDoee has quit
JohnDoee joined the channel
JohnDoee_ joined the channel
blaflamme joined the channel
grungo has quit
nemothekid joined the channel
manfrin joined the channel
JohnDoee has quit
elmir joined the channel
elmir has quit
elmir joined the channel
elmir
@koopajah to stop notifying them?
theery joined the channel
flippyhead joined the channel
irctc483 joined the channel
elmir has quit
markin_ joined the channel
irctc483
hi! is it possible to process a transaction, and transfer a percentage to one stripe account, and the rest to another?
like if we are taking orders, and we get a percentage
Hi Markin, I lodged a support ticket yesterday in regards to several unwanted recurring bills and I've been getting smashed with emails from customers... Ian said he'd look into it but i haven't heard back from him since. Can you walk me through how to cancel these 180 day recurring bills please
Paul__ joined the channel
markin
Qldpol: you can go in and delete / cancel the subscriptions. Though you may also want to figure out why you were creating the subscriptions if your customers didn't intend on it
Qldpol
since Ian's initial reply it has continued to bill people and I can't understand the instructions on how to stop this. I'm about to refund everybody and delte my stripe account. I don't recall ever stting up stripe and if it's this difficult to resolve and issue with stripe i'd rather go back to paypal
Paul__
Hi. How do I remove {{amount}} from the Checkout widget payment button?
I'm applying a coupon to a subscription, I don't want the original amount listed on the button, either nothing or need to add the discounted amount.
markin
Qldpol: so you have access to the Stripe dashboard? Go to customers, click a customer and next to the subscription click cancel
Qldpol
can you please guide me to the correct place to delete /cancel subscription? I found an area in the dash like that but it went on about changing code with the api or something
markin
Paul__: don't set data-amount in the button code
Qldpol
ok so do i have to go through and do that with all of my customers?
theery has quit
markin
Qldpol: yes
Paul__
+markin: Well that was easy. Thanks!
Qldpol
ok sorry to sound so dumb but i go to customers, click on an individual customer and then where do I see how to cancel. i can only see the red delete button
Paul__
Can I change those data attributes via js?
markin
Qldpol: hmm, do you use Wordpress and woocommerce?
Qldpol
yes i do.. actually sorry i found the edit subscirption box
gdfgdf: I use irccloud but googling "irc client windows / osx" should also have some results
fels joined the channel
gdfgdf
Thanks
gdfgdf has quit
Qldpol
ok well thanks for your help Markin, i have to say this hasn't left me with a good impression of stripe. I appreciate your assistance though. Have a great day
markin
Qldpol: I don't work for Stripe but to be fair, its not like Stripe decides to charge your customers arbitrarily, somehow you created a bunch of subscriptions in the Stripe system for these customers
Reh joined the channel
Qldpol has quit
Paul__
markin: what needs to be done to create the token in that example?
markin
Paul__: the token is created by checkout
Paul__
markin: so don't have to do anything there?
markin
Paul__: so the token function provides you with the token, the token is created by stripe
Paul__
markin: I've got php code working already with the basic widget.
markin
so you'd have to somehow use that token, like by appending it to a form and submitting the form to your server
markin: ok. so I currently have the basic stripe script on my page. That form is submitting to a php page, which sends the charge to stripe. If I'm understanding you correctly, I can replace the script tag that I have with the contents of the custom integration and it should work the same?
Need some help with server-side PHP. After the first step (creating a token), do I send the token with a regular ajax request to init.php?
tr12
Kendyan: bien sur - faites /q tr12
ta__ joined the channel
markin
Paul__: not totally since a custom integration doesn't automatically submit the token to your server
Mario___: you'd need to create a charge.php or something
tholu has quit
Paul__
markin: I already have my simple form submitting to the server via php
does that need to change as well?
kindoge has quit
markin
Paul__: but the custom integration doesn't use your form, it just creates a token and gives it to you in the javascript code
antkong joined the channel
Mario___
markin: There already exist a file called charge.php in the PHP lib. But you are talking about creating a new one? In that case, I could put the code in another file, like ajax.php?
V28 has quit
ta_ has quit
V28 joined the channel
Paul__
markin: is there a way to share code with you?
markin
Mario___: so you need to make some php file that communicates with the stripe library that makes php calls