{
    "intent": "order",
    "payer": {
        "payment_method": "paypal"
    },
    "redirect_urls": {
        "return_url": "https://5.135.198.146:443/LIB/PayPal-PHP-SDK-master/sample/payments/OrderAuthorize.php?success=true",
        "cancel_url": "https://5.135.198.146:443/LIB/PayPal-PHP-SDK-master/sample/payments/OrderAuthorize.php?success=false"
    },
    "transactions": [
        {
            "amount": {
                "currency": "USD",
                "total": "20",
                "details": {
                    "shipping": "1.20",
                    "tax": "1.30",
                    "subtotal": "17.50"
                }
            },
            "item_list": {
                "items": [
                    {
                        "name": "Ground Coffee 40 oz",
                        "currency": "USD",
                        "quantity": 1,
                        "price": "7.50"
                    },
                    {
                        "name": "Granola bars",
                        "currency": "USD",
                        "quantity": 5,
                        "price": "2"
                    }
                ]
            },
            "description": "Payment description",
            "invoice_number": "6909967f567e1"
        }
    ]
}Failed to create directory at /var/www/LIB/PayPal-PHP-SDK-master/lib/PayPal/Cache/../../../var/auth.cache
No Data