tr12: Yes, we're probably just leave it for now and continue with our non merchant accounts until Blesta release a better integration such as stripe.js so that card details aren't touching our server - allowing us to go for a less stringent PCI compliance
alex_ has quit
eb_ has quit
tr12
hmm, yeah
reading their docs a bit, it doesn't sound like they tokenize at all
oof
there's an option in blesta to vault the cards locally
that's... exciting
alex_ joined the channel
krismaguire
tr12: It's a terrible integration, we've been told they're working on a new one with stripe.js support so that's a step in the right direction. Until then we'll just have to stick to what we have.
tr12
that would be my recommendation, tbh
the fact that they have a tickbox to start vaulting cards on your own server makes me mad, honestly
kaylined
Magento is really bad too - a ton of sites out there using Magento, don't use Paypal or anything and the CC details just get stored in the DB, viewable cleartext in Dashboard and everything..
tr12
that's practically "tick yes to shoot self in foot"
providing that option is practically negligent
urgh
kaylined
Yeah
tr12
kaylined: ooc, do you know of magento plugins that store PANs in cleartext?
I feel like visa could have a field day with those
just figure out who uses that plugin, then play the "surprise PCI audit" game
kaylined
trying to find the print screen button on my laptop..
just clearing some personal details in paint quickly..
tr12
in practice, visa/mc don't really care until you get compromised in a way that affects a material number of customers
but in theory, at least, the rules still apply
forgotmynick has quit
avstar has quit
Circuit8 has quit
Gsham has quit
waffaladmin joined the channel
mattwc
I think this is part of the reason why braintree has an officially supported plugin
alex_ has quit
alex_ joined the channel
avstar joined the channel
alex_ has quit
eric_lagergren joined the channel
alex_ joined the channel
zaiste joined the channel
wordyallen has quit
beastDivision joined the channel
zaiste has quit
beastDivision has quit
beastDivision joined the channel
www_ has quit
beastDivision has quit
alex_ has quit
beastDivision joined the channel
SpaceGazebo2 joined the channel
alex_ joined the channel
benlieb has quit
beastDivision has quit
SpaceGazebo3 has quit
jaylaw81 joined the channel
jaylaw81
Hello
does anyone know why this error occurs? stripe.subscriptions.create Cannot read property 'create' of undefined
does stripe.subscriptions not exist?
mattwc
It sounds like you're on an old version of the stripe library
The balance transaction api let's you specify a transfer id which is the suggested method
Guest76780
What should I do if I need this data? (details of a transfer)
beastDivision joined the channel
The balance transaction endpoint doesn't give me the payments included on that transfer
I need to breakdown the transfer so I can generate an extract report
Aven joined the channel
mattwc
It does, you can specify a transfer id which will give you all the balance transaction that went into it
The balance transaction is tied directly to a charge / refund / dispute / etc
beastDivision has quit
alex_ has quit
Guest76780
ah ok, I see! thank you for clarifying!
benlieb joined the channel
alex_ joined the channel
beastDivision joined the channel
Aven has quit
eric_
hello?
mattwc
Hi eric_
eric_
Hello, what are the possible statuses of a stripe charge if the try goes through other than "succeeded"?
mattwc
Failed
eric_
so there isnt like a pending one or something like that?
mattwc
Not for credit cards
eric_
ok great ty
With 3D secure, should I have unlimited purchases for customers since i dont have to worry about fraud?
Its kinda bold but what do you think?
beastDivision has quit
mattwc
Why weren't you offering unlimited purchases before?
eric_
because ive had tons of chargeback disputes
mattwc
There's also more types of chargeback disputes than fraud
They can say that they didn't get what they paid for for instance
eric_
Yeah but if I deliver and have logs and proof i should be good
mattwc
It depends
You have to prove you deliver what was marketed
Eg if you market a great product but it stinks you might lose that dispute
eric_
marketed in what way? I have both 3rd party log and my own
i sell virtual goods
mattwc
It all depends on your specific business, every business and business model is unique and has their own tolerance
eric_
yea
alex_ has quit
It seems that the creation of 3d secure source isnt declining test fail cards
alex_ joined the channel
Maybe something for feedback?
mattwc
That sounds expected since no auth is done yet
eric_
ye but it wont catch card exception then
mattwc
There shouldn't be any card exceptions creating a 3ds source from a token
eric_
ook
Guest76780 has quit
Gsham joined the channel
omar__ has quit
alex_ has quit
alex_ joined the channel
Ive notied a strange thing when I try to use test card that fails, the js source.poll says chargeable before i even get to the 3d secure step and submits
4100000000000019
when i use 3d secure test card it says pending before 3d secure step
oh I see now in docs , but this should be fixed imo