I did PayPal adaptive parallel payment using PAY API in which whatever user(buyer) purchase suppose user purchased items of total $100. In my adaptive parallel payment there is 2 receiver :Receiver1 and Receiver2 and both will get 50-50 % from total amount. so total Amount of Receiver1 is : : $50 and total Amount of Receiver2 is : : $50
i have also registerd my app at :https://apps.paypal.com/user/my-account/applications and obtained LIveID which is automatically approved.
it all works fine in Sandbox enviorment but when I go to live it will give me following error [0] => Array ( [Receiver] => [Category] => Application [Domain] => PLATFORM [ErrorID] => 550001 [ExceptionID] => [Message] => User is not allowed to perform this action [Parameter] => [Severity] => Error [Subdomain] => Application )
i did research on it and i got answer that Business account has to verified, is it compulsory to verify business account??