skip to Main Content

Paypal api – INTERNAL_SERVICE_ERROR while executing payment from paypal in ASP.NET Core

Getting below error while executing payment of paypal: {"name":"INTERNAL_SERVICE_ERROR","message":"An internal service error has occurred","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"a997a9f72d8f6"} Here is the code for payment execution: var apiContext = PaypalConfiguration.GetAPIContext(); var paymentExecution = new PaymentExecution() { payer_id = payerId }; var payment = new Payment()…

VIEW QUESTION

PayPal API SSL Issue – just started

We've just started receiving the following error when trying to process PayPal payments on our production system. Our system hasn't been recently updated so the issue is not our code base. The error is reporting as: ''' An OpenSSL::SSL::SSLError occurred…

VIEW QUESTION
Back To Top
Search