Nop.Core.NopException: Failed request (BadRequest): Request is not well-formed, syntactically incorrect, or violates schema.
{
"name": "INVALID_REQUEST",
"message": "Request is not well-formed, syntactically incorrect, or violates schema.",
"debug_id": "6b47a35b0441f",
"details": [
{
"field": "/purchase_units/@reference_id=='default'/supplementary_data/card/level3/line_items/0/image_url",
"value": "/images/thumbs/0000034_flipscript-membership.png",
"location": "body",
"issue": "INVALID_PARAMETER_SYNTAX",
"description": "The value of a field does not conform to the expected format."
},
{
"field": "/purchase_units/@reference_id=='default'/items/0/image_url",
"value": "/images/thumbs/0000034_flipscript-membership.png",
"location": "body",
"issue": "INVALID_PARAMETER_SYNTAX",
"description": "The value of a field does not conform to the expected format."
}
],
"links": [
{
"title": null,
"href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_SYNTAX",
"method": null,
"rel": "information_link",
"encType": "application/json",
"mediaType": null
}
]
}
The png image exists on disk and is accessible, and everything else seems correct, so we are not sure what the "Failed request" error even means, much less how to fix it. I believe that it happens 100% of the time for customers attempting to use Paypal.
Thank you in advance for any any help.