Stripe Error on payment
- Tuan Pham Ngoc
- Offline
- Administrator
-
Less
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
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.
- Aaron Pressel
-
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 0
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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- OTWD
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 339
- Thank you received: 5
7 years 3 weeks ago - 7 years 3 weeks ago #123126
by OTWD
Success consists of going from failure to failure without loss of enthusiasm.
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
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.
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
-
Less
More
- Posts: 339
- Thank you received: 5
7 years 3 weeks ago #123188
by OTWD
Success consists of going from failure to failure without loss of enthusiasm.
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?
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.