Hi , we need to understand why we receive errors from some weeks on the "Create Order" request (via API) in live environment. After several months of correct integration, we receive now from some weeks this error: RESPONSE: { "name": "INVALID_REQUEST", "message": "Request is not well-formed, syntactically incorrect, or violates schema.", "debug_id": "acdd743ca6051", "details": [ { "field": "/application_context/return_url", "value": "?chargeId=65115dd88743bafd46a8f893", "location": "body", "issue": "INVALID_PARAMETER_SYNTAX", "description": "The value of a field does not conform to the expected format." } ], "links": [ { "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_SYNTAX%22", "rel": "information_link", "encType": "application/json" } ] } The request remained the same. Could I possibly have support and send the entire log? Thanks, Bkn301-Tech Development Team
... View more