Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal error: user is not allowed to perform this action

I am trying to implement chained adaptive payment with the Paypal SOAP API. In my sandbox it works fine. Now I moved the code to the live API. When I make a payment with a primary receiver it return this error:

user is not allowed to perform this action

I have the application id and approval for my account. How can I solve this error?

like image 864
Nisam Avatar asked Jun 30 '12 10:06

Nisam


1 Answers

We are having this issue too, currently our app is only conditionally approved. The top answer to this question on x.com seems to suggest that some operations using the adaptive payments API, including chained payments (which we are having the issue with) won't work while the app is conditionally approved.

Quote from there for your convenience :)

we were getting this error when "conditionally approved" here is the answer from support

Thank you for contacting Merchant Services.

A transaction in "Conditionally Approved" status means that you will be able to process basic and parallel payments.

Please note that it may take several days for our app review team to completely approve your application so that you can process chained payments.

They should be in contact with you directly through x.com if they need more information before approving it.

like image 114
JobJob Avatar answered Sep 21 '22 23:09

JobJob