Hi, Please help me out as I have an Issue in implementation PayPal Adaptive Payments API Module in production. The API is working perfectly in sandbox environment, but fails in production. The API_Endpoint url is also working in sandbox only. if ($Env == "sandbox") { $API_Endpoint = "https://svcs.sandbox.paypal.com/AdaptivePayments/Pay"; } else { $API_Endpoint = "https://svcs.paypal.com/AdaptivePayments/Pay"; } Issue with production: Preapproval API call failed. Detailed Error Message: Internal ErrorError Code: 520002Error Severity: ErrorError Domain: PLATFORMError Category: Application responseEnvelope.timestamp => 2011-09-30T00:07:27.681-07:00 responseEnvelope.ack => Failure responseEnvelope.correlationId => 3afbd64688ba8 responseEnvelope.build => 2142261 error(0).errorId => 520002 error(0).domain => PLATFORM error(0).subdomain => Application error(0).severity => Error error(0).category => Application error(0).message => Internal Error Note: we are not using Preapproval API but it shows with Preapproval API call failed Please help me out from this issue. Thanks
... View more