My initial suggestion would be to double check the payment providers settings, especially the business setting, making sure there are no spelling mistakes and no leading / trailing spaces in the fields. If the settings are wrong, it will lead to an empty form.
I checked all the recommendation points for this error, but nothing seems to work, I did a curl test to see the error in full and it has to be something on the PayPal configuration, this is the error I'm getting back:
Could you confirm PayPal is working for you? If so, what are the steps that you are following, the PayPal site is now diferent to the one used on the teacommerce documentation.
Unfortunately I don't have this setup on any instances I have running. To have all the payment providers setup with be a huge task. Like many of the payment providers, this was contributed by a community member.
Looking at the error
You do not have permissions to make this API call it definitely looks like there is some permission setting in PayPal to allow you to access the API endpoint.
PayPal Integration
Hi Matt,
Following the teacommerce docs for the PayPal integration, I've managed to set up all the config properly but the form action is empty.
I also tried it on the demo site having the same result.
Any suggestions? Am I missing something here?
Thanks,
Ale
Hey Ale,
My initial suggestion would be to double check the payment providers settings, especially the
business
setting, making sure there are no spelling mistakes and no leading / trailing spaces in the fields. If the settings are wrong, it will lead to an empty form.Matt
Hi Matt,
Using the "NVP/SOAP API integration (Classic)" option from PayPal and selecting the "API Signature" method.
I have these 3 fields, API Username API Password & Signature, I'm using te account email address for the business key.
There are no white spaces on any of the fields, the form action is still empty.
Any other suggestion?
Thanks!!
Ale
Hey Ale,
Can you have a look in your log file and see if anything is being logged?
Matt
Hi Matt,
Sure thing,
I'm using a test business account.
Docs here: https://www.paypal.com/uk/smarthelp/article/why-did-i-get-api-error-code-10002-ts1030
I'm checking all those points at the moment, but theoretically, all should be fine, have you seen this before?
Thanks,
Ale
Hi Ale,
I've seen it a few times yea, but it's quite a generic error from paypal. It usually means something is miss configured somewhere.
Go through the link you have and see if there is anything a miss.
Matt
Hi Matt,
I checked all the recommendation points for this error, but nothing seems to work, I did a curl test to see the error in full and it has to be something on the PayPal configuration, this is the error I'm getting back:
Could you confirm PayPal is working for you? If so, what are the steps that you are following, the PayPal site is now diferent to the one used on the teacommerce documentation.
In the meantime, I'll also ask PayPal.
Thanks!
Ale
Hi Ale,
Unfortunately I don't have this setup on any instances I have running. To have all the payment providers setup with be a huge task. Like many of the payment providers, this was contributed by a community member.
Looking at the error
You do not have permissions to make this API call
it definitely looks like there is some permission setting in PayPal to allow you to access the API endpoint.From a quick search, maybe this would help https://developer.paypal.com/docs/classic/admin/third-party/
is working on a reply...