HTTP/1.1 422 Unprocessable Entity
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": "UNPROCESSABLE_ENTITY",
    "details": [
        {
            "issue": "ORDER_NOT_APPROVED",
            "description": "Payer has not yet approved the Order for payment. Please redirect the payer to the 'rel':'approve' url returned as part of the HATEOAS links within the Create Order call or provide a valid payment_source in the request."
        }
    ],
    "message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
    "debug_id": "3bab92c68814e",
    "links": [
        {
            "href": "https://developer.paypal.com/docs/api/orders/v2/#error-ORDER_NOT_APPROVED",
            "rel": "information_link",
            "method": "GET"
        }
    ]
}