Stripe Error on payment

More
8 years 5 months ago #104708 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Error on payment
Hi Aaron

I just corrected the package on server. So please re-download it, you will see correct files. Upload to components/com_eventbooking/payments folder to replace old file, then check it again and let us know the result

Tuan

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #104714 by Aaron Pressel
Replied by Aaron Pressel on topic Stripe Error on payment
Unfortunately, that did not do the trick.

This is what I get on my stripe dashboard

You've sent 4 requests with full credit card numbers to Stripe's API in the past day.
We strongly discourage this. In order to process payments securely on Stripe, change your integration to collect payment information using tokenization.

This is my newest site and has the latest Stripe API on it and after some reading, it appears that js.stripe is now at version 3.

I will open a ticket.

Thanks Again,
Aaron

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #104742 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Error on payment
There might be some javascript conflict causing stripe js could not encrypt credit card information before submitting to server. We are going to check and reply you via support ticket with the result

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • OTWD
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 years 3 weeks ago - 7 years 3 weeks ago #123126 by OTWD
Replied by OTWD on topic Stripe Error on payment
Hi Tuan
This error is coming up again with stripe eb plugin - i downloaded my downloads > os_eb_stripe_3.7.1 this is what is in the plugin opening lines
I'm using j! 3.9.2 and EB 3.8.2
Code:
<?php /** * @version 3.5.3 * @package Joomla * @subpackage Event Booking * @author Tuan Pham Ngoc * @copyright Copyright (C) 2010 - 2018 Ossolution Team * @license GNU/GPL, see LICENSE.php */

Use Stripe Card Element = No (should this be set to Yes?)


Hello there, and welcome to Stripe!

We noticed that you are passing your cardholder's full credit card number to Stripe's API. We strongly discourage you from handling this information directly because doing so:

Potentially exposes your customer's sensitive data to bad actors

Excludes your payments from protection by Radar, Stripe's fraud protection solution

To keep your customer's information safe, we were unable to process the unsafe charge you just sent us. In order to process payments securely on Stripe, change your integration to collect payment information using tokenization. Tokenization ensures that no sensitive card data ever needs to touch your server.

In rare cases, you may have to continue handling full credit card information directly. If this applies to you, you can enable unsafe processing in your dashboard.

Success consists of going from failure to failure without loss of enthusiasm.
Last edit: 7 years 3 weeks ago by OTWD.

Please Log in or Create an account to join the conversation.

More
7 years 3 weeks ago #123129 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Error on payment
Hello

We actually don't pass credit card number to Stripe. This only happens if there are javascript conflict on registration form on your site

You can submit a support ticket sending us super admin account of your site and link to registration form so that we can look at it

Tuan

Please Log in or Create an account to join the conversation.

  • OTWD
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 years 3 weeks ago #123188 by OTWD
Replied by OTWD on topic Stripe Error on payment
Hi Tuan
I set Use Stripe Card Element = Yes
And there are no more errors on payment.
What exactly does that setting mean if it is enabled?
Is there any reason not to use it?

Success consists of going from failure to failure without loss of enthusiasm.

Please Log in or Create an account to join the conversation.

More
7 years 2 weeks ago #123209 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Error on payment
You should use it. It's recommended by Stripe. The reason it's set to No is for backward compatible purpose only (old version of Events Booking does not have enough code to support that new method)

So in your case, just use that method

Tuan
The following user(s) said Thank You: OTWD

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc