We'd like the money to remain in USD as that's what we charge in
koopajah
kinnego : no there isn't. Also we don't have merchant account though I'm not sure what that means. if you want to charge in USD and get USD you have to open a bank account in the US. That's the only way.
recurme
tr12: new project..so should be an easy update.. I just updated API. now updating stripe-php
tr12
recurme: yeah, then I'd highly recommend starting out with new stripe-php & a modern stripe api version
kinnego
@koopajah We would have a merchant account set up - we would provide you with a merchant ID.. Basically this is like a buffer between our bank accounts that allows us to keep the money there until we decide to transfer it to USD/GBP accounts
koopajah
that doesn't exist and we don't support that
Doc_ joined the channel
kinnego
ok - what rate of transfer do you use - mid market rate?
ok - what exchange rate of transfer do you use - mid market rate?
Doc_
Heeeello again
should I charge (capture = false) my contributors when they make a donation ?
vincentcr: to my knowledge, stripe has never supported those brands for canadian businesses
if you have testmode charges that previously worked with those card numbers, can you post the IDs?
vincentcr
we've had tests running that created jcb/diner's club tokens for a while
let me try to dig some
JohnDoee has quit
kinnego
tr12 Thanks for that - 2% fee of what tho? The dollar sale or the sterling credit amount?
MPS joined the channel
Doc_
last thing for this issue, when you try to auth a charge (capture:false), will Stripe retry until it works ? is there any system making the cash easier to get ? I don't know something that can help me to be sure the contributors will be charged
tr12
kinnego: it doesn't make a difference
openstruct has quit
mcwendy joined the channel
JohnDoee joined the channel
vincentcr
tr12: can't find transactions because our tests were just asserting that we would not accept them
tictacjoe joined the channel
but i'm 100% certain these tests have been running every day for many many months
tr12
Doc_: stripe will not retry the charge
Doc_: to reiterate, there isn't really much you can do here
Doc_
diantre
ok
tr12
Doc_: some of those charges are going to fail when you try to collect
Doc_
yes, I'm just trying to find a way
T1m0thy joined the channel
josh___ joined the channel
tr12
Doc_: you can't be sure that they all succeed, you can't hold authorizations long enough to make sure that they do, and you can't actually charge and refund later if the campaign fails (because this is a card brand rules violation)
Doc_
rude
tr12
Doc_: every other crowdfunding platform is faced with exactly the same problem, and they've arrived at the same solution
Doc_
wich one ?
which
tr12
ie: you need to reckon with the fact that some of those charges will be declined
Doc_
for me nothign sounds really like a solution there :|
okay
josh___
Hi there, is the picture and name displayed on the checkout popup edited from within your stripe account?
Doc_
frustrating situation
koopajah
josh___ : no it's in the Checkout code (HTML)
Doc_
but well
let 's go
thank you for your help
kinnego has quit
tr12
Doc_: np
josh___
So web desginers should be able to edit that without any need to access my stripe account at all? All edited on the web code side?
koopajah
josh___ : yes
s3shs joined the channel
vincentcr
tr12: also, the same tests succeeds with the discover test card. i'm speaking of the stripe.tokens.create call
josh___
okay right, thanks
tr12
vincentcr: used to, or currently does?
vincentcr: sorry, I got a bit busy, but the behaviour that I'm reproducing is that when I try to tokenize a jcb/discover/dc card on a non-us account, the tokenization call fails immediately
vincentcr
tr12: it used to work for all (jcb,diners, discover), but since today it only works with discover
tr12
vincentcr: hrm, those all fail at tokenization time for me
(though I'm using a FR test account - let me try with a CA one)
vincentcr
k let me double check
tr12
it *shouldn't* make a difference, but it's worth a shot
yeah, this doesn't make a difference for me
T1m0thy has quit
bostonmacosx has quit
bostonmacosx joined the channel
vincentcr
tr12: thanks!
josh___
are there plans for allowing UK Stripe users to accept bitcoin payments in the future?
koopajah
josh___ : it's already allowed as long as you have a US-based USD bank account
josh___
ah right okay, there's a few credit card providers that are only for US stripe users isn't there? Does having a US bank account sort that as well?
bostonmacosx has quit
bostonmacosx joined the channel
koopajah
josh___: no it's unrelated
josh___
right okay, thanks again :-)
kies joined the channel
flippyhead joined the channel
Doc__ joined the channel
flippyhead has quit
rrawlins has quit
mcwendy has quit
Doc__
Can you tell me the risk factor for declined payments ? in %
like, is it possible to hae 30% declined ?
thinkxl joined the channel
koopajah
it's possible to have 100% if you just charge one card and it's decline
thinkxl has quit
joke aside, it really really depends on your country, business, customers', etc. no hard numbers
thinkxl joined the channel
breefield joined the channel
Doc__
Ok :/
ty
cdbattags joined the channel
cdbattags has quit
cdbattags joined the channel
BlipBlop has quit
breefield has quit
kray__ joined the channel
Guest97 has quit
kray__
quick question: is it possible to upgrade my API in test env but not in production?
InstanceOfMichae has quit
Guest97 joined the channel
InstanceOfMichae joined the channel
the account settings don't seem to differentiate between test and live
koopajah
kray__ : not possible no. But you can open a separate Test account instead
kray__
ah. okay that's too bad
ajl joined the channel
@koopajah and i guess you have to go through all the steps of setting up the new account?
with your routing number and everything?
koopajah
no, just register and use it in Test mode, you don't have to activate the account or anything
ajl
Stripe Question, if I may. I am working on designing and integration with an existing application, and need to verify my understanding. If a customer has a credit balance, am I correct that that balance will be applied against any invoice amount due the next time an attempt is made to collect for that invoice?
Doc__
I have to find a solution for my project holders. They can't see the funds go from 15k to 13k because of declined charges... I really want to integrate Stripe but we have to find a solution
ajl
Would I also be correct that a coupon with an amount to be applied would be applied against any invoice amount when the next attempt was made to collect?
JohnDoee has quit
Panache-Girl joined the channel
Panache-Girl
Hi all, I need help with implementing in Wordpress the Subscription module. DO I have to work with API or is there an easier way?
koopajah
ajl : correct
ajl
Excellent. Thanks.
ajl has quit
koopajah
Doc__ : I'm not sure I follow the issue. Declined cards are expected when you take payments. Even at a restaurant sometimes a customer's card will be declined.
Doc__
Now, why should I have to charge the contributors after the project succeed ? Why could not charge instantly ??? This is the real solution for me
koopajah
Panache-Girl : easier way would be to use a plugin like woocommerce