HTTP/1.1 400 Bad Request
Server: Nginx/1.1
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Paypal-Debug-Id: acaf32c0e9f23
Date: Tue, 23 Mar 2021 11:34:23 GMT
Content-Type: application/json
Content-Length: 1196

{
    "name": "INVALID_REQUEST",
    "message": "Request is not well-formed, syntactically incorrect, or violates schema.",
    "debug_id": "c9c6ddfe4b1ca",
    "details": [
        {
            "field": "/intent",
            "value": "SALE",
            "location": "body",
            "issue": "INVALID_PARAMETER_VALUE",
            "description": "The value of a field is invalid."
        }
    ],
    "links": [
        {
            "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_VALUE",
            "rel": "information_link",
            "encType": "application/json"
        }
    ]
}