Why is it when a charge is made via GooglePay the tokenzation method returned is `android_pay` and not `google_pay`
linuxmodder
was it on a device or via the browser that the payment was made?
circ-user-aCVdu joined the channel
Scottyoak has quit
Scottyoak joined the channel
TheAdversary joined the channel
Scottyoak has quit
ninsat joined the channel
ninsat
hi i'am developping a wooccomerce stripe plugin could i earn commission from that thanks
ninsat has quit
Scottyoak joined the channel
circ-user-aCVdu has quit
Scottyoak has quit
newton joined the channel
ioxtrem joined the channel
ioxtrem has quit
ioxtrem joined the channel
Useresu joined the channel
ioxtrem has quit
Useresu has quit
Useresu joined the channel
PederJ joined the channel
Useresu has quit
eliter_ joined the channel
Useresu joined the channel
eliter has quit
stripe709 joined the channel
stripe709 has quit
ioxtrem joined the channel
Useresu has quit
ioxtrem has quit
nanouser2008 joined the channel
nanouser2008
hello there!
is this support group active? tia
oscar joined the channel
oscar
Hi, i am having problems with the php library
I get this error: Fatal error: Class 'Stripe\Retrieve' not found in
And im sure i included the autoload file from composer
nanouser2008
Can anybody please let me know if there is a way for me to know if a particular vendor is a stripe client as they claim to be? tia
oscar
On a page or?
Maybe check if they include stripe js in the source code
nanouser2008
Oh... so I need to check the sourcecode of the page. it's https. Iwill try...
thanks Oscar. will look at it now.
oscar
just do CTRL+u
and then ctrl+f to search for stripe
nanouser2008
will do that. thanks...
syntaxaire joined the channel
syntaxaire has quit
Okay Oscar. It does have js.stripe.com in the lines of code. and it has input with stripe on it. thanks!
oscar
No problem
nanouser2008
I wish I could get back the favor on you. but I do not know much here. still, thanks a lot. goodluck and bfn. :)
Faye joined the channel
Faye is now known as Guest63934
nanouser2008 has quit
Guest63934 has quit
ioxtrem joined the channel
nano2008 joined the channel
nano2008
hello every one. sorry for butting in again this time. but I need to know, is it a practice by stripe to register all complete credit card info including the 3 security code even without detailing the amount being paid? the vendor on the web is asking for credit card to be registered first with all details, and they said they don't know the info, as it all go to stripe. is this practice valid? tia
oscar
Hi
Stripe tokenizes the payment information
As stripe users we only see the last 4 digits
We see something like: card_1BDTY3CyalbewbbpyAwGJbvH
ioxtrem has quit
Useresu joined the channel
ywain joined the channel
ywain has quit
nano2008
Hello Oscar. Thank you so much for the info. Yes. I have seen the info from other Stripe users on the internet, and you are again correct. Thanks!
ywain joined the channel
I hope your questions will be answered too. goodluck! :) bfn
nano2008 has quit
Useresu has quit
ywain has quit
ywain joined the channel
Useresu joined the channel
Useresu has quit
ywain has quit
ywain joined the channel
Useresu joined the channel
Useresu has quit
ioxtrem joined the channel
Useresu joined the channel
Useresu has quit
eht has quit
Useresu joined the channel
Useresu has quit
Useresu joined the channel
Useresu has quit
Useresu joined the channel
oscar
Hi, i am having problems with the php library¨
Useresu has quit
circ-user-aCVdu joined the channel
Ywain??
eht joined the channel
ioxtrem has quit
94KAAJCJA joined the channel
greengriminal joined the channel
circ-user-aCVdu has quit
greengriminal has quit
94KAAJCJA has quit
circ-user-aCVdu joined the channel
ioxtrem joined the channel
ioxtrem has quit
oscar has quit
mdrollette has quit
mdrollette joined the channel
ioxtrem joined the channel
greengriminal joined the channel
ioxtrem has quit
ioxtrem joined the channel
jm_ joined the channel
jm_
Is it necessary to save the Stripe token to the DB or just the charge token?
jm_ has quit
ioxtrem has quit
ioxtrem joined the channel
FrostCandy joined the channel
Zachary_DuBois joined the channel
FrostCandy has quit
PederJ has quit
rdymac joined the channel
rdymac has quit
rdymac joined the channel
greengriminal joined the channel
alexharwood joined the channel
alexharwood
Does this look like a bug is Stripe js or something I buggered up? I get it when the checkout iframe loads
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' https://www.google.comhttps://www.gstatic.com";. Either the 'unsafe-inline' keyword, a hash ('sha256-WPDE+1MiWmsNkTH4BfC7wD6r4hsGp9Z3/kzqf2xFITc='), or a nonce ('nonce-...') is required to enable inline execution. HTMLElement.appendChild @ VM37197:343 Dr @ recaptcha__en.js:394 ts.render @ recaptcha__en.js:405 G
alexharwood has quit
arist0tl3 joined the channel
arist0tl3
Hey all, any devs around on a Sunday? =)
arist0tl3 has quit
progz joined the channel
progz
Hello, How can I send some information to the backend with Stripe Checkout ? Exemple : ProductID or first name. For now, I set up a form with 2 imput field => https://pastebin.com/cGU2vdyi but when I check the response body in my backend I don't see my custom field. If anyone got an idea, please :) Thanks a lot
I'm pretty sure it's not possible to send additionnel field with Stripe Checkout because the stripe form is in an iframe. no ?