how come on upcoming transfers it shows me that it scheduled for may 2 but when you click on them individually it shows that its available on april 28?
one00han_ has quit
one00handed joined the channel
how come on upcoming transfers it shows me that it scheduled for may 2 but when you click on them individually it shows that its available on april 28?
markin
my guess would be that they're available too late on the 28th to be transferred out on the 28th, so then the transfer would be sent the 29th, but then banks are closed on weekends so you get the money monday the second
the first transfer will take 7 days from the date of the charge, then after that first transfer its 2 days
Guest32709
oh ok
you have been very helpful thank you
hpar_ joined the channel
erlangrocks joined the channel
hpar has quit
hpar_ is now known as hpar
bostonmacosx has quit
jaequery has quit
zebra joined the channel
zebra
are special case transfers handled any differently in terms of webhooks for events? I should still see a transfer.created event if issuing a special-case transfer?
erlangrocks
quick question, when charging customer -> managed account, how can I specify the tax ? Or where is the tax specified ?
markin
zebra: I think you just get created or paid I forgot which one
erlangrocks: for a one off charge, you'd keep track of tax yourself and just add it to the charge amount
erlangrocks
@markin - thank you.
T1m0thy joined the channel
erlangrocks has quit
zebra
+markin just paid would be consistent with what I'm seeing
markin
yeah that makes sense since sct are instant
jaequery joined the channel
zebra has quit
jaequery has quit
thesheff17 joined the channel
thesheff17
Can stripe do hold on cc and what is the max time the hold can be set?
Is it possible to have physical gift cards and a customer would redeem this gift card and the balance would go to their stripe account? Or is there another way? Thanks
jpstock has quit
tr12
prgmmr: to back up a bit, why does a customer have a stripe account?
stripe accounts are for people that are accepting charges (ie: sellers), not really for customers
prgmmr
tr12: in my situation I have an app where sellers sell their products, using stripe connect, to save buyers cc I create a customer object .
tr12
ah, I see what you're asking
it's that there isn't a charge for gift card sales, but the seller needs to be paid
mmichals: the recommended way of doing this is to install composer, so it takes care of installation & dependencies, but you can also install it manually
mmichals
I've never used composer, so I'll be doing it manually
vincentcr joined the channel
tr12
Thai__: what's the issue?
mmichals
OK, but what files do I need specifically? In Larry Ullman's book it says that I need Stripe.php and the "Stripe" folder. I can see the Stripe folder in the Ruby version of the code, but not the PHP version. So I'm just confused as to which files I need to upload onto my server
tr12
there's section of the readme that has instructions on how to install manually
it links to the the list of releases (which are zipped up)
konradsurf joined the channel
bostonmacosx joined the channel
bostonmacosx
hi all
tr12
bostonmacosx: helo
Thai__
1) signed up for a $9/month plan 2) upgrade to a $84/year (stripe charged $75) 3) downgrade to $19/month (stripe created a negative invoice of $65) another charge is also visible $14.98
tr12
*hello
Thai__
however, there's a credit of $65
tr12
Thai__: what's the 14.98 from?
Thai__
we expect the customer to have a balance of $0
markin
Is it a charge of $14.98 or is it a line item for $14.98?
bostonmacosx
so I think I'm going to set up the connected platform with the destination parameter so I control the refunds etc etc. The only issue I see though is that on the 10 charge I get dinged for the service fee unless I match it with an application fee...wish I could retain control of the refunds etc etc and just pass amount - stripe fee to the user
markin
bostonmacosx: are these managed accounts?
bostonmacosx
markin: I'm thinking they will be standalone...
markin
Control over refunds is more about who should be considered the merchant for the transaction
If you're the merchant you have control over refunds, if they're the merchant they should have that control
bostonmacosx
yeah but I want the people to refund through the web application not the stripe account...if they refund through the stripe account it will screw up the order tracking in the web application
tr12
bostonmacosx: if you just need to be notified about when a refund is made, you can listen to the charge.refunded webhook
Thai__
let me take a look
bostonmacosx
ok order 1 is item 1 and item 2....
then they decide to refund item 2
they would refund let's say $10 but there is no way to say which item is refunded in the stripe interface
tr12
hmm
bostonmacosx
therefor their order history based on items is all screwed up...;)
tr12
I see what you're getting at, but on the other hand, I don't think charging through the platform is the right solution
markin
at that point its really just educating your customers to be doing things in your platform rather than Stripe
charging through the platform makes you the merchant, which really isn't the scenario you're describing
tr12
in particular, you'd be responsible for disputes/fraud if you charge through the platform