hello i want to get a little bit of help here, im looking to start my own company and shop and im looking to have my own cash register system, would there be a way i would be able to intergrate stripe into the cash register?
jremi
Hi guys, I am using the custom integration with Stripe JS and everything works great, but I am having issue with the call back 'closed' that fires after token
velus: though I don't recommend using Stripe for point of sale systems for a number of reasons
velus
like why
markin
velus: you're going to want a system that accepts chip cards, that will give you card present pricing, that gives you the chargeback benefits of a card present transaction
ideally you want encrypted card readers to minimize PCI compliance headaches
jremi
let me test something first
nvmind i will just modify the way i am doing this
ttyl
jremi has quit
emilford has quit
plop_ joined the channel
plop_
silly question, but are there any stripe devs here willing to offer me some sage consult?
hmmmm guess not
xxxx joined the channel
ta_ has quit
xxxx
hello
dqsf
hi, what's up
alexg313 has quit
plop_: what's your issue?
xxxx
can I do direct deposits to customer bank accounts using stripe connect?
or the payments are made just to another stripe account?
markin
xxxx: kinda it goes to their bank account via their stripe account
xxxx
but they always need an stripe account right?
dqsf
xxxx: you can certainly pay out funds, but connect is designed for marketplaces and platforms so funds must come in from other charges (say from users purchasing a product or service). https://stripe.com/docs/connect
xxxx: yes, an account is required. stripe offers 'managed accounts' which require a little more work on your part but hide the actual stripe account. https://stripe.com/docs/connect/managed-accounts
xxxx
mine is a weird type of marketplace, I just want to charge money to some users and pay to others
plop_
Hi... so you guys have built an amazing, awesome, fantastic feature in the dashboard - this feature being permalinked receipts.
how can i get that URL via the api.
?
markin
plop_: you cannot
plop_
@markin :-( but whyyyyy? it's so so perfect.
markin
xxxx: with Stripe the destination of the money must be known when you charge the customer, and it must be to a Stripe account, this is for numerous legal issues regarding transmissions of funds
xxxx
ok, so i can implement it using managed accounts I understood
markin
plop_: I can't really say why / why not, I think its more that Stripe would push you to develop your own receipts
xxxx: with managed accounts you can white label the stripe account process, but the recipients of the funds must be known at charge time (eg. you can't hold money in you own account)
plop_
Seems inefficient when you guys have already done it so masterfully Obviously i could, and will need to, rebuild the same functionality. Seems really odd that the feature isn't available over API when so much else is.
xxxx
Understood, thank you
plop_
I guess one other question while I'm here - I'm building in the UK, using your "checkout" functionality (amazing work btw, on all of this) - If someone clicks the button in another country, will they see a currency conversion? Or will someone in the USA still see £3.99?
ta_ joined the channel
dqsf
plop_: it'll always show the currency you've set on checkout
markin
unless you tell Stripe to charge a different currency they would be charged £3.99, and then the currency conversion would be up to their bank
dqsf
if you want to change the amount/currency you'll need to do that in your logic, you could use a geoip database or user selection to specify country
xxxx
is there any limit in the amounts that you or your sellers can charge?
markin
xxxx: the most is 999,999.99
minimum is $.50
dqsf
well, the maximum you can charge in a single charge is 999,999.99 of a currency
plop_
ok guys thanks for your time. Stripe is - RIDICULOUSLY AWESOME - well done!