Re: Stripe.com payment integration module
Before I forget,thanks to Sakwoya for writing this module. I think I answered my original question by looking a bit more at the admin settings for this module and reading Sakwoyas comments about it.
The option is in the module admin to create a customer object at Stripe. You can also enable CVV/CVC and AVS checking.
Stripe won't work unless you are connecting over SSL.
The only customer card information from Stripe pay I can find on the server is the last four digits of the card and the expiry date.
Re: Stripe.com payment integration module
Just installed the Stripe module using zen cart V1.5.4. The module reports CVV and AVS errors (as shown is order status) or says that the transaction did not process ("Reload page and try again...") when transaction processed correctly, according to Stripe. Any ideas as to what is happening? Are there plans to update the module anytime soon?
Re: Stripe.com payment integration module
Quote:
Originally Posted by
RobertKlumpp
Just installed the Stripe module using zen cart V1.5.4. The module reports CVV and AVS errors (as shown is order status) or says that the transaction did not process ("Reload page and try again...") when transaction processed correctly, according to Stripe. Any ideas as to what is happening? Are there plans to update the module anytime soon?
You will more than likely need to modify the module to support 1.5.4.
Example:
look at:
http://www.zen-cart.com/downloads.php?do=file&id=1781
Do a file comparison with an older version of the module.
OR
is it using TLS?
Re: Stripe.com payment integration module
I can see the module but when I try to activate it, the admin console informs me:
"Catalog SSL appears to be missing. Live payments are not possible".
I have SSL installed and I checked it by going to my admin console via a non secure URL and it switched over to https.
I noticed that my admin console is using a SSL until I select <modules><payment> at which point it switches over to http.
I am using ZenCart V1.5.4
Re: Stripe.com payment integration module
Quote:
Originally Posted by
DonutMan
I can see the module but when I try to activate it, the admin console informs me:
"Catalog SSL appears to be missing. Live payments are not possible".
I have SSL installed and I checked it by going to my admin console via a non secure URL and it switched over to https.
I noticed that my admin console is using a SSL until I select <modules><payment> at which point it switches over to http.
I am using ZenCart V1.5.4
I almost always set the YOUR_ADMIN//includes/configure.php
Both enable SSL to true. And all 4 urls on the top to https, try those items and let us know
Re: Stripe.com payment integration module
Thank you 'bislewl'. That appears to have corrected the SSL problem.
I set MY_ADMIN/includes/configure.php as instructed and tried to install.
I now have the following error message on my <Modules><Payment> window;
"One of your Stripe API keys is missing."
Can you help me again?
Re: Stripe.com payment integration module
Quote:
Originally Posted by
DonutMan
Thank you 'bislewl'. That appears to have corrected the SSL problem.
I set MY_ADMIN/includes/configure.php as instructed and tried to install.
I now have the following error message on my <Modules><Payment> window;
"One of your Stripe API keys is missing."
Can you help me again?
I found the answer. I had not entered in my test and live secret and publishable keys. I went to the Stripe dashboard, clicked on settings, found my keys and entered them into the Zen Cart Administration <module><payment> window for the Stripe payment module and now I'm ready to test.
Re: Stripe.com payment integration module
I am using ZenCart 1.5.4 with the Stripe Payment module in test mode.
I am receiving the following error when I try to process a test credit card payment:
Stripe - CVV Failure
I tried setting <Enable CVV/CVC checking> in the ZenCart Stripe Payment module to <False> and a test payment went through.
I have have <CVC Verification> turned off in my Stripe Account Settings.
Please advise.
-Mark
Re: Stripe.com payment integration module
Is there anyway to change the name of the module? Currently it says "Stripe secure payments" when you go to check out. I would like to change it to "Pay with Credit/Debit Card"
Re: Stripe.com payment integration module
If somebody could help I'd appreciate it.
I've installed the module and all seems fine. Except when confirming the order on the checkout_confirmation page I get the following error from Stripe.js
“You must supply either a card, customer or bank account to create a token“
I get the same message in TEST and LIVE modes.
Are there some hidden fields supposed to be present on the page that contain information required?