Jump to content

[solved] paypal europe module error


Recommended Posts

hi, i get this error when i try to pay (in sandbox)

 

 

Error occurred:

Please try to contact the merchant:

  1. <b>PayPal response:</b>
  2. TIMESTAMP -> 2014-03-20T12:05:14Z
  3. L_ERRORCODE0 -> 10002
  4. L_SHORTMESSAGE0 -> Security error
  5. L_LONGMESSAGE0 -> Security header is not valid
  6. L_SEVERITYCODE0 -> Error

 

im on a PS1.6 fresh installation, not an upgrade

Edited by alfredopacino (see edit history)
Link to comment
Share on other sites

In version 1.5.4.1 this happened to me when I used my real login-data (api, password, signature) within the sandbox. Try to switsch off the sandbox and return to real payment. Make a real test payment. Error should then be solved.

Link to comment
Share on other sites

Fixed it by searching forum for error code, found out I had made a mistake in copy/paste of API codes. a "-" in the middle had truncated the "copy" function, only grabbing 1/2 of the code, but as it is so long, I didn't notice!

Link to comment
Share on other sites

Fixed it by searching forum for error code, found out I had made a mistake in copy/paste of API codes. a "-" in the middle had truncated the "copy" function, only grabbing 1/2 of the code, but as it is so long, I didn't notice!

 

i noticed im using the real paypal credentials with sandbox, i solved :)

 

this error is caused by wrong paypal credential

(sandbox credential in live mode or real credential in sandbox mode)

Edited by alfredopacino (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 9 months later...

Se que es un post viejo pero pongo lo que a mi me lo soluciono por si a alguien le sirve, resulta que cambiaron el metodo de conexion de paypal, de SSL a TLS, entonces hay que buscar o esperar actualizacion del modulo o ir a: modules/paypal/api/paypal_connect.php e ir a la linea 101 y cambiar:



$ f p = @ f s o c k o p e n ( ' s s l 3 : / / ' . $ h o s t , 4 4 3 , $ e r r n o, $ e r r s t r , 4) ;


Por esto:



$ f p = @ f s o c k o p e n ( ' t l s : / / ' . $ h o s t , 4 4 3 , $ e r r n o , $ e r r s t r , 4 ) ;

Perdón los espacios pero fue la forma de que se pudiera ver


 



Espero les sirva como a mi, suerte


@Javi_Mata


Link to comment
Share on other sites

×
×
  • Create New...