is there any way to restore the email on the account back to our correct business email that was there for the past 2 years
albert19999
thanks
ajs_
Virgslanding: this would all have to be handled over email / phone
Virgslanding
what is our process
yes I assume
A call would be ideal
ajs_
so your best bet is to reply to the most recent email there and they'll be back in touch as soon as possible
Virgslanding
can someone contact me directly or email?
we just need to make sure this is resolved by eod today so it doesnt affect our business thsi weekend
ajs_
Virgslanding: they will, yeah. this channel exists as a forum for developers to get help building on stripe, so we aren't able to do much here
timbartley joined the channel
katronix
ajs_: do you know if there is a downloadable version of the api docs?
timbartley has quit
timbartley joined the channel
tom__ has quit
Virgslanding
Totally understand
ajs_
katronix: not that stripe provides, but i believe there are other services that do this
katronix
okay
Virgslanding
is there a more immediate emergency number I can call to expedite?
I have not at this point recieved any response from my inquiry earlier this morning
zachsnow_ joined the channel
ajs_
Virgslanding: no, but they respond to most within a few hours. if you want to PM your email address to me privately, i can also let that group know you stopped by here
Virgslanding
okay I will
Guest____ joined the channel
zachsnow has quit
Did I do that right? I will send email
ajs_
you did
waiting for you to send email but got your message
asd123asd joined the channel
asd123asd
hello
anyone online/
i got a question
katronix
asd123asd: no no one here :)
asd123asd
ok loool
you on the stripe team?
katronix
I think ajs_ is, but I'm not
ajs_
Virgslanding: looks like they set up a call for today
Virgslanding
Exactly
perfect
I just got that message myself
thank you!
asd123asd
i got a question can i shoot?
Virgslanding
this is a great resource
Virgslanding has quit
ajs_
asd123asd: sure, just ask
asd123asd
soo i just registered and i got 2 days rolling right but my first transfer is going to take 7 days it says but my friend who suggested me the service got 2 day rolling and he didnt have to wait 7 days to withdrawl
this means its something wrong with my account
my credit score or what i dont get it
ajs_
asd123asd: your first transfer always takes 7 days
hi, I'm developing a web subscription service where I process charges on behalf of clients.... and I was wondering how the stripe fees work.... do I pay them or do my clients? I will be applying my own application_fee
ie do the stripe fees come out of my application_fee or from the charge amount?
ajs_: do you know how long the customer id is? its not mentioned in the docs
markin
if you want your client to be the merchant they pay the fee, if you want to be the merchant you pay the fee
katronix: for database purposes they can be up to 255 characters long
katronix
thanks markin
markin
katronix: and note the format and length can change at any point but they won't exceed 255 chars
katronix
markin: so best to store it as characters then, I suppose
tomasm-
markin: if I can charge my clients a flat % and they not have to worry about transaction fees with stripe, that would help
markin
katronix: well most databases are a like varchar(255)
katronix
tomasm-: from what I've seen they charge the same as PayPal, 2.5% + 30 cents (USD)
markin
tomasm-: this depends more on who should be liable for the charges, who is responsible for supporting the end customer, refunds, chargebacks, etc
katronix
okay thanks markin
markin
katronix: in the US 2.9% + .30
katronix
ah that's right... I was close (but this isn't horse shoes lol)
juanjo_ joined the channel
vincentcr joined the channel
tomasm-
markin: ok so which approach is it when the connected client deals with that?
markin
tomasm-: the one where you charge directly so that they are the merchant, thus their details appear on the card statement (though where they pay the stripe fee)
juanjo_ joined the channel
tomasm-: its fairly common to just calculate the stripe fee, and reduce your application fee by that amount so they in essence just pay one rate
tomasm-
markin: yeah the end customer doesnt need to know who I am, that's just confusing.
markin: huh?
markin
tomasm-: if you just want to charge your customer a flat rate (like 5%) calculate 5% of the charge, calculate the stripe fee and then set your application fee to that, so that the customer only pays 5% (like 2.9% to stripe and 2.1% to you)
deadghost has quit
tomasm-
markin: oh I only meant that it might simplify if they only paid one fee, but it sounds better to keep them separate
irctc623 joined the channel
irctc623
new to strip, perl developer, have form to capture credit card info but do not understand how to pass amount & description to script that charges the card
carol_ joined the channel
carol_
Hi - we changed our site name this morning and thus I changed the address for the Webhook in our dashboard. However, I had a typo. I just fixed the typo and noticed that there are several subscription events in "pending" status. Is there any way I can force a retry for those webhooks? It's causing our customers some grief...
have looked at stripe-perl but it uses a fixed amount and description...need to know how to pass these values w/token
ajs_ has quit
tomasm- joined the channel
Meld052015 has quit
tomasm-
I'm looking at the typical way to charge a customer using stripe.js in the docs, but what about when I already have their customer_id and card_id on file? is there an example form somewhere that suggests what (hidden) fields I need to put in the form?
WailuaJ joined the channel
carol_
Hi - we changed our site name this morning and thus I changed the address for the Webhook in our dashboard. However, I had a typo. I just fixed the typo and noticed that there are several subscription events in "pending" status. Is there any way I can force a retry for those webhooks? Our customers are not getting upgraded because of this...
which of course I do realize was my fault to begin with.
Jake__ joined the channel
Jake__
Hey stripe engineers
tomasm-
is stripe.js needed at all when the customer and card is already on file?
cupcake joined the channel
timbartley has quit
timbartley joined the channel
Jake__
A customer says his bank blocked a refund we sent him because he switched bank accounts
Your support articles says that the bank will then return the refund to Stripe and that will email its user when that happens. Is that the case? We haven't received an email yet
cupcake
Hi all, I'm having trouble seeing successful charges reflected on my dashboard.