Hello how would I set up the new products and plans for cell minutes like pricing?
I want customers to get 30/60/120 minutes per month depending on plan, and then get charged per minute after
tuxd00d joined the channel
Twingo has quit
greengriminal joined the channel
Twingo joined the channel
Xionkana joined the channel
greengriminal has quit
dev joined the channel
dev has quit
Xionkana has quit
Xionkana joined the channel
Xionkana joined the channel
ioxtrem has quit
mdrollette joined the channel
maestrojed joined the channel
ioxtrem joined the channel
ioxtrem has quit
ioxtrem joined the channel
Xionkana has quit
[CAN] joined the channel
ioxtrem has quit
Xionkana joined the channel
Xionkana has quit
ioxtrem joined the channel
kidbombay has quit
ioxtrem has quit
Faasty joined the channel
Faasty has quit
tuelz has quit
maestrojed has quit
tuelz joined the channel
Colin_ joined the channel
Colin_
Hi - is there an overview of failed payouts of connected accounts somewhere in the dashboard?
all I've found is that it'd be possible to add a webhook listener to catch these failures, but it'd be really useful to have an overview page in the dashboard as well
arnotixe joined the channel
tayfun_ joined the channel
circ-user-aCVdu has quit
circ-user-aCVdu joined the channel
circ-user-aCVdu has quit
glyph joined the channel
glyph_ joined the channel
glyph has quit
Colin_ has quit
Archelaus joined the channel
Archelaus has quit
Xionkana joined the channel
Xionkana has quit
Archelaus joined the channel
tayfun_ joined the channel
ChocolateMilkGod has quit
ChocolateMilkGod joined the channel
ChocolateMilkGod has quit
arnotixe has quit
ChocolateMilkGod joined the channel
arnotixe joined the channel
ChocolateMilkGod has quit
ChocolateMilkGod joined the channel
ChocolateMilkGod has quit
arnotixe1 joined the channel
ChocolateMilkGod joined the channel
arnotixe has quit
arnotixe1 is now known as arnotixe
ChocolateMilkGod has quit
ChocolateMilkGod joined the channel
ChocolateMilkGod has quit
ChocolateMilkGod joined the channel
Dragos joined the channel
Laur joined the channel
Dragos has quit
ChocolateMilkGod has quit
ChocolateMilkGod joined the channel
ChocolateMilkGod has quit
stripe424 joined the channel
ChocolateMilkGod joined the channel
stripe424
hi there ! is it possible to remove a BUSINESS REPRESENTATIVE completely from an account ?
Either your browser does not support Apple Pay or the Payment Request API, or you do not have a saved payment method. To try out the Payment Request Button, switch to one of the supported browsers below, and make sure you have a saved payment method.
type01
Hello all, we've got an urgent issue here with our billing system that ended up charging all our customers. Need to talk to support.
Laur
i have a microsoft account logged-in with a valid payment method for Production env
on Chrome it works
Xionkana joined the channel
karllekko
type01: if it's an urgent account-specific issue, it's really best to speak to https://support.stripe.com/email about this, as this channel is for developers to get help with coding questions. We have chat and phone support now at that link!
Laur: strange, I'm not really sure then. It might be best to write into https://support.stripe.com/email with the full details so we can take a look.
type01
karllekko I've initiated a request for callback and on wait.
Laur: glad to hear it! I'm not sure what happened, but glad it's working now.
sunshine_
I dont even know where I have to look to get how much from the fee i get back by a refund.
Laur
:) thx. have a great day
Laur has quit
karllekko
sunshine_: I'm not sure I follow exactly here. Are you using Connect, are you the platform or the connected account?
sunshine_: I don't really understand what you meant by ' If I do a refund, I've got a piece of fee back.', sorry. Could you clarify a little?
sunshine_
Im using the API to get all the charges. In every charge is a fee.
If I do a refund, I get a part of the fee back, I think.
How can I get how much I get back from the fee over the api ?
circ-user-aCVdu joined the channel
karllekko
sunshine_: ah, ok. If you getting a refund for the Stripe fee, it will just be the full amount of the fee on the original charge, it's not a portion as far I know. So you can just look at fee_details on the balance transaction object associated with the original charge object(as opposed to the refund object). Does that make sense?
sunshine_
Yes that makes sense. But what if I do a refund not with the full amount of the charge? If do just a partical refund?
circ-user-aCVdu has quit
t0
ioxtrem has quit
karllekko
sunshine_: that's a good question, I'm checking into it now.
sunshine_: so, if this applies to you, the balance transaction object associated with the refund should have the fee refund in fee_details. You mentioned that it was empty for you though, are you sure that you were looking at the right balance transaction object(it should be the one for the refund)