hello @ywain how are you? well what I did is a pos app for ios (www.sporkapp.com)
deadghost_ has quit
currently im using payeezy as payment gateway but I'm having issues with deposit the money into my user's account. I just found out that I have to be a "Payment Facilitator"
Are there any issues using Stripe to sell gun-related products?
ywain
GioGimic: you can find the list of prohibited businesses here: https://stripe.com/us/prohibited-businesses. If you're not sure whether your business is allowed or not, you should write to support: https://support.stripe.com/email. I can't really answer your question here, this channel is mostly for programming issues
GioGimic
Ah alright thanks man.
ywain
yw
GioGimic has quit
ArtemWt
@ywain your own account is not registered as a Connect platform and what can I do ?
Im building a Managed IT services business and would like to use Stripe for my recurring payments. However I don't have a site setup for this yet so it appears i cant setup the app.
learner has quit
lichi0323
@ywain awesome, but as far as distributing the funds with my users?
gambatte joined the channel
ywain
lichi0323: so you're a platform that accepts payments on behalf of others?
lichi0323: I'm not very familiar with Square myself as I live in Europe and only know of them offhand. But if you're accepting payments for other people, you need to use Connect: https://stripe.com/connect + https://stripe.com/docs/connect. You should be able to use Connect in addition to PayWorks' SDK for the POS part.
mikedizon
is it possible to delete a connected account in the dashboard? i'm in test mode if that matters
Hey guys, any devs have a minute to check out an Apple Pay issue I have?
mikedizon
yea
ymmor
hi there, in which cases the 'application_fee' of a retrieved charge can be null ? If no application fees were taken ?
vincent joined the channel
ywain
mikedizon: k. try this: brew update && brew install openssl && brew link --force openssl && brew install python --with-brewed-openssl
rcavezza joined the channel
Kevin joined the channel
mikedizon: this should install the latest Python linked against a more recent version of OpenSSL than the horribly outdated one that ships with OS X (0.9.8)
mikedizon
ok, it's still updating
Kevin has quit
marc__
mikedizon: I've had the same problem with PHP and it was fixed by updating my openssl
jaequery joined the channel
ywain
marc__: I'm not the best with Apple Pay, but I'll give it a try, what's the issue?
jupereira0920 joined the channel
ymmor: non-Connect charges, or Connect charges with no application fee
marc__
@ywain: Thanks! Basically, my calls to Stripe.applePay.checkAvailability() always return false. If I ignore that value, and force the button to show up and tap it, it all works perfectly. But that check fails with 'false' every single time no matter what I can come up with. What's also weird is, it only happens on desktop. Same code runs fine on iOS Safari
ymmor
@ywain what are non-connect charges?
marc__
@ywain: _And_, even weirder, the desktop Safari works on the Stripe Apple Pay demo site in a different tab (to confirm, this is all Apple Pay on the web/via JS)
ywain
ymmor: a charge that you'd create on your own account
marc__
I'm doing it via a Connect app, and I've verified the domain in the connected account via the API, I'm providing the Stripe.applePay.stripeAccount parameter, it's done over HTTPS.. as I said, if I ignore the false value and just go with it, it all works and does issue me a live, real charge, so something weird is going on!
ywain
marc__: do you have a valid card attached to your Apple Pay account?
marc__
Yep. It all works perfectly and charges me for real etc if I just ignore that false value from checkAvailability()
tlehoux joined the channel
ywain
marc__: hm. this is a non-answer, but you can find an unminified version of Stripe.js here: https://js.stripe.com/v2/stripe-debug.js. Would you mind setting a breakpoint in applePay.checkAvailability so you can see where exactly the function returns with `false`?
lichi0323 has quit
jd_dosa joined the channel
jd_dosa
Hello there
gambatte has quit
marc__
@ywain: Yeah sure, give me 2 mins and I'll do it right now
mikedizon
ywain: good to go, thanks
ywain
Hey jd_dosa
mikedizon: \o/ glad I could help :)
jd_dosa
Hi, Is it possible to move away from managed accounts to standalone accounts?
ywain
jd_dosa: you can't convert your existing managed accounts to standalone accounts. But you can use both types of accounts at the same time
stripe699 joined the channel
stripe699
Hello guys!
jd_dosa
right now the platform charges from customer account and deposits to external account using managed accounts, is something like this possible in standalone?
stripe699
I need some help to figure out why a guy wasn't cancelled.
This is on a test system.
ywain
jd_dosa: you can create charges and send the funds to a standalone account, but you can't control how/when the funds will be sent to its associated bank account
Hey stripe699, sure
stripe699
This is his customer number: cus_9GCj8kzDlkYCyl
He's on a plan which cycles every three days.
ywain
stripe699: this customer is subscribed to a $0 plan, there are no payments, so no reason the subscription would be canceled
jd_dosa
I see. So If a person creates standalone account using our platform, I can create charges on it? and how is that possible?
stripe699
0 charge initially, and I bill him based on usage.
I set him up with a card that would fail when the payment was attempted.