can know the difference between stripe charge "description" and meta data "description" ?
phpeek_ joined the channel
ratliffchrisb joined the channel
raghu has quit
phpeek has quit
Guest79847 has quit
ratliffchrisb
Hi all, I tried to find the recommended way to implement my use case, but was wondering if anyone here had some recommendations. I'm planning on charging an admin per active user on my platform. Should I create one $10 subscription and track all of them through the admin, or create plans as needed?
phpeek joined the channel
phpeek_ has quit
Freak4Dell joined the channel
Freak4Dell has quit
yyesac has quit
devin- joined the channel
vincent joined the channel
huntwelc_ joined the channel
vincent is now known as Guest26659
ratliffchrisb has quit
T1m0thy joined the channel
phpeek has quit
mindpattern has quit
chrisvxd has quit
raghu joined the channel
raghu has quit
vincent joined the channel
vincent is now known as Guest24422
stuwest joined the channel
e7hz3r0 has quit
Guest24422 has quit
T1m0thy has quit
e__ has quit
mangolisk joined the channel
huntwelc_ has quit
phpeek joined the channel
e__ joined the channel
phpeek has quit
phpeek joined the channel
einnjo joined the channel
phpeek has quit
stuwest has quit
vincent joined the channel
huntwelc_ joined the channel
Guest92448 has quit
devin- has quit
huntwelc_ has quit
huntwelc_ joined the channel
halk joined the channel
halk
Does Stripe provide a list of PCI compliance partners we can use in link with our account?
huntwelc_ has quit
einnjo has quit
halk has left the channel
vincent joined the channel
vincent is now known as Guest87950
Guest87950 has quit
KoalaTea has quit
cperciva joined the channel
joshontheweb joined the channel
stripe948 joined the channel
joshontheweb has quit
stripe948 has quit
stripe496 joined the channel
vincent joined the channel
mindpattern joined the channel
vincent joined the channel
vincent is now known as Guest84565
Guest84565 has quit
lkozloff joined the channel
deadghost joined the channel
gingerale joined the channel
vincent joined the channel
vincent is now known as Guest36050
Guest36050 has quit
lkozloff has quit
mangolisk has quit
mangolisk joined the channel
arashb joined the channel
arashb has quit
mindpattern has quit
vincent joined the channel
vincent is now known as Guest88833
Guest88833 has quit
NothingButWeb has quit
NothingButWeb joined the channel
zggb joined the channel
zggb
Hi, guys, what I can do, if sum of my fees not equal with Available balance?
benlieb joined the channel
zggb has quit
zggb joined the channel
Hasimir joined the channel
TheAdversary joined the channel
zggb has quit
stripe496 has quit
zggb joined the channel
vincent joined the channel
vincent is now known as Guest93267
benlieb has quit
Guest93267 has quit
stripe550 joined the channel
stripe550 has quit
plitzenberger joined the channel
zggb has quit
zggb joined the channel
NothingButBabar joined the channel
NothingButWeb has quit
mangolisk_ joined the channel
mangolisk_ has quit
mangolisk_ joined the channel
mangolisk has quit
mindpattern joined the channel
vincent joined the channel
vincent is now known as Guest36925
Guest36925 has quit
raffa joined the channel
raffa
Hello
I have a question
My customers can no longer pay. There is the message... An error has occurred in the credit card payment
ah
is there some sort of Best Practices documentation somewhere? I'm currently setting up a web site that sells services with "infinite" stock. You can order from the web site without registering as a user. Should i create a Customer in Stripe, then an order with the selected product for the created customer, then pay that order with the given card-token?
raffa
I need quick help
ah
raffa: have you looked at the whole response body?
rather than just the message part of it
raffa
What do you mean exactly
mangolisk_ has quit
ah
when you send a request to the stripe api, the message that you posted is most likely just a part of the response. let's say go get a response: { error: { message: "An error has occ...", status: 400, details: { blabla } } }