Hi! I followed the tutorial located http://www.chronoengine.com/tutorials/chronoforms-plugins/437-paid-registration-using-paypal-plugin.html
but I'm still getting this error below
Any ideas? Thanks!
but I'm still getting this error below
&PAYMENTACTION=Sale&EXPDATE=012011&AMT=80&CREDITCARDTYPE=Visa&ACCT=5111111111111&CVV2=233&FIRSTNAME=Bob&LASTNAME=Marley&STREET=23+Jamaica&CITY=Jamaica&STATE=CT&ZIP=06511&COUNTRYCODE=US&CURRENCYCODE=USD
The PayPal API has returned an error!
Ack: Failure
Correlation ID: c751af74dbe9c
Version: 56.0
Error Number: 10002
Short Message: Security error
Long Message: Security header is not valid
1. An error occured : Security header is not valid
Any ideas? Thanks!
I'm thinking that there's something wrong with my API key, since this fails:
https://api.sandbox.paypal.com/nvp?USER=me_api1.mysite.com&PWD=xxx&SIGNATURE=xxx&VERSION=3.0&STARTDATE=2007-04-01T00%3A00%3A00&METHOD=TransactionSearch
(with my credentials subbed in of course)
Do I need anything better than a regular business paypal account?
Thanks.
https://api.sandbox.paypal.com/nvp?USER=me_api1.mysite.com&PWD=xxx&SIGNATURE=xxx&VERSION=3.0&STARTDATE=2007-04-01T00%3A00%3A00&METHOD=TransactionSearch
(with my credentials subbed in of course)
Do I need anything better than a regular business paypal account?
Thanks.
I'm thinking that there's something wrong with my API key, since this fails:
https://api.sandbox.paypal.com/nvp?USER=me_api1.mysite.com&PWD=xxx&SIGNATURE=xxx&VERSION=3.0&STARTDATE=2007-04-01T00%3A00%3A00&METHOD=TransactionSearch
(with my credentials subbed in of course)
Do I need anything better than a regular business paypal account?
Thanks.
https://api.sandbox.paypal.com/nvp?USER=me_api1.mysite.com&PWD=xxx&SIGNATURE=xxx&VERSION=3.0&STARTDATE=2007-04-01T00%3A00%3A00&METHOD=TransactionSearch
(with my credentials subbed in of course)
Do I need anything better than a regular business paypal account?
Thanks.
Hi amasiar,
Yes, the API is *not available* with a basic account. (I forget just which account you need now.)
You can happily use the ReDirect Plugin with a basic account. That will redirect the user to PayPal to pay, you can then bring them back with a return_url.
Bob
Yes, the API is *not available* with a basic account. (I forget just which account you need now.)
You can happily use the ReDirect Plugin with a basic account. That will redirect the user to PayPal to pay, you can then bring them back with a return_url.
Bob
Can someone please chime in which Paypal account do I need to get API to work? I got the API credentials and a confirmation email from Paypal saying that the API is available, shouldnt that be enough?
I don't think that the redirection will work for me because I need to "pay for registration" functionality.
Either way, I think API is the way to go, except I'm getting that Paypal error. Please help🙂 I'll verify my site and give you guys money if I get it to work🙂
Thanks.
I don't think that the redirection will work for me because I need to "pay for registration" functionality.
Either way, I think API is the way to go, except I'm getting that Paypal error. Please help🙂 I'll verify my site and give you guys money if I get it to work🙂
Thanks.
I just tried https://api-3t.paypal.com/nvp url to test my credentials and it worked ... which url is the Paypal Plugin using?
Hi amasiar,
I've never used the Plugin so can't help much. Digging in the code the URLs are
Bob
I've never used the Plugin so can't help much. Digging in the code the URLs are
if((int)$params->get('testing')){
$API_Endpoint = 'https://api-3t.sandbox.paypal.com/nvp';
}else{
$API_Endpoint = 'https://api-3t.paypal.com/nvp';
}
Bob
I'm still experiencing the problem, do you have any ideas on how to further diagnose the issue?
My paypal account is not verified yet, would that cause the issue? Also, I'm using SSL, but get the same error even when I don't. Perhaps there's some issue with php and shared hosting? Please help!
My paypal account is not verified yet, would that cause the issue? Also, I'm using SSL, but get the same error even when I don't. Perhaps there's some issue with php and shared hosting? Please help!
Hi amasiar,
Next thing to do is to check the PayPal documents and see what they say about this error. It sounds as though the security hand-shake isn't set up correctly somehwere. I don't know exactly what is required.
Bob
Next thing to do is to check the PayPal documents and see what they say about this error. It sounds as though the security hand-shake isn't set up correctly somehwere. I don't know exactly what is required.
Bob
I can't figure this out.
Seems like problem inside ChronoForms - and it's deep.
I'm really disappointed - there's nothing in PayPal docs ... I'm considering switching to another package ...
Seems like problem inside ChronoForms - and it's deep.
I'm really disappointed - there's nothing in PayPal docs ... I'm considering switching to another package ...
This topic is locked and no more replies can be posted.