CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Payment processing error.
Pages: [1]

Author Topic: Payment processing error.  (Read 3514 times)

jsandhu2204

  • Guest
Payment processing error.
April 07, 2009, 03:19:28 pm
status
    Payment Processor Error message
    : 10002:Security error Security header is not valid

I have setup CRM with joomla 1.5.  While testing Live Online Contribution link, it gives the above error.

Pl. Help.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Payment processing error.
April 07, 2009, 10:01:50 pm

please do a web search on that error message to get more details and better diagnosis (its a paypal error message)

http://www.google.com/search?q=10002+security+header+is+not+valid&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

jacoblee

  • Guest
Re: Payment processing error.
September 24, 2009, 02:48:14 pm
Sorry Lobo that is not the message I was getting on my server.

It is the processor except is works on the front end and not the back end...

This is new to CIVI 3.0 we did not have this issue in the 2 series.
(http://existdesigns.com/screenshots/screen-shot-2.png)

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Payment processing error.
September 29, 2009, 07:33:56 am
It looks like u have hit : http://issues.civicrm.org/jira/browse/CRM-5098

please upgrade civicrm to latest v3.0 release ( civicrm v3.0.beta5  )
or
go to : CRM/Contribute/Form/Contribution.php line around 886
Code: [Select]
if ( $this->_processors['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_CREDIT_CARD ) {
change to :
Code: [Select]
if ( $this->_paymentProcessor['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_CREDIT_CARD ) {
hope this help

kiran
You Are Designed To Choose... Defined By Choice.

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
likely causes of 10002 paypal error
November 03, 2009, 02:17:22 pm
Code: [Select]
10002:Security error Security header is not valid

I have noticed two main reasons for this, anyone have any other reasons they saw this error?

  • * mismatch between the SSL domain and the domain currently in use for your CiviCRM installation.  this CAN include www. vs. no www issues!   For instance your SSL is for www.example.com and your civicrm is currently running at dev.example.com
  • * The paypal account is currently suspended because of lack of proof that the paypal account is for a registered 501c non-profit with all its papers in order
Try CiviTeacher: the online video tutorial CiviCRM learning library.

tamarackmedia

  • I’m new here
  • *
  • Posts: 8
  • Karma: 0
  • CiviCRM version: Various
  • CMS version: Various
  • MySQL version: Various
  • PHP version: Various
Re: Payment processing error.
August 20, 2012, 08:11:36 am
Another reason this can happen is that the credit card information is wrong. Depending on the security level with the payment processor, if a segment of the address is wrong, this message will return. We found this through testing. Now, we just need to find a way to change the error message to something that makes sense to a user.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Payment processing error.

This forum was archived on 2017-11-26.