API answers with HTTP/1.1 500 Internal Server Error for provide-evidence
VitalyDev
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Mar-20-2019
11:37 AM
Hello.
It worked before but stopped to work this week.
curl -v -X POST https://api.paypal.com/v1/customer/disputes/PP-D-26564XXX/provide-evidence -H "Content-Type: multipart/related; boundary=--------------------------5c9281ba0c645" -H "Authorization: Bearer XXX" -F 'input={"evidence_type":"ITEM_DESCRIPTION","documents":[{"name":"Product description and photo","size":54629}],"notes":"Attached a detailed product description with photos"};type=application/json' -F 'file1=@product_001.pdf'
Response:
* Trying 66.211.168.91... * TCP_NODELAY set * Connected to api.paypal.com (66.211.168.91) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs * TLSv1.2 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Request CERT (13): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Certificate (11): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Client hello (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 * ALPN, server did not agree to a protocol * Server certificate: * subject: C=US; ST=California; L=San Jose; O=PayPal, Inc.; OU=PayPal Production; CN=api.paypal.com * start date: Aug 14 00:00:00 2018 GMT * expire date: Aug 14 12:00:00 2020 GMT * subjectAltName: host "api.paypal.com" matched cert's "api.paypal.com" * issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2 * SSL certificate verify ok. > POST /v1/customer/disputes/PP-D-26564XXX/provide-evidence HTTP/1.1 > Host: api.paypal.com > User-Agent: curl/7.58.0 > Accept: */* > Authorization: Bearer XXX > Content-Length: 55137 > Content-Type: multipart/related; boundary=--------------------------5c9281ba0c645; boundary=------------------------1b28416e52017b49 > Expect: 100-continue > < HTTP/1.1 100 Continue < HTTP/1.1 500 Internal Server Error < Date: Wed, 20 Ma[Removed. Phone #s not permitted]GMT < Server: Apache < paypal-debug-id: 9935a3965a987 < Connection: close < Paypal-Debug-Id: 9935a3965a987 < Set-Cookie: X-PP-SILOVER=name%3DLIVE3.API.1%26silo_version%3D880%26app%3Dapiplatformproxyserv%26TIME%3D1082495580%26HTTP_X_PP_AZ_LOCATOR%3D; Expires=Wed, 20 Ma[Removed. Phone #s not permitted]GMT; domain=.paypal.com; path=/; Secure; HttpOnly < Set-Cookie: X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT < Vary: Authorization < Content-Length: 0 < Content-Type: text/plain; charset=ISO-8859-1 < * Closing connection 0 * TLSv1.2 (OUT), TLS alert, Client hello (1):
What could be wrong?
Thank you.
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.