skip to Main Content

Paypal api – PayPal Orders v2: Request is not well-formed, syntactically incorrect, or violates schema

I am trying to use PayPal API. Here is the reference of Curl usage: https://developer.paypal.com/docs/api/orders/v2/ After searching in google, I found a link that shows a similar error: but, no hints given to fix it. https://www.paypal-community.com/t5/REST-APIs/Request-is-not-well-formed-syntactically-incorrect-or-violates/td-p/2090480 I have following code…

VIEW QUESTION

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