{
    "intent": "sale",
    "payer": {
        "payment_method": "credit_card",
        "funding_instruments": [
            {
                "credit_card": {
                    "type": "visa",
                    "number": "4148529247832259",
                    "expire_month": "11",
                    "expire_year": "2019",
                    "cvv2": "012",
                    "first_name": "Joe",
                    "last_name": "Shopper"
                }
            }
        ]
    },
    "transactions": [
        {
            "amount": {
                "currency": "USD",
                "total": "20",
                "details": {
                    "shipping": "1.20",
                    "tax": "1.30",
                    "subtotal": "17.50"
                }
            },
            "item_list": {
                "items": [
                    {
                        "name": "Ground Coffee 40 oz",
                        "description": "Ground Coffee 40 oz",
                        "currency": "USD",
                        "quantity": 1,
                        "tax": "0.30",
                        "price": "7.50"
                    },
                    {
                        "name": "Granola bars",
                        "description": "Granola Bars with Peanuts",
                        "currency": "USD",
                        "quantity": 5,
                        "tax": "0.20",
                        "price": "2"
                    }
                ]
            },
            "description": "Payment description",
            "invoice_number": "690996a27e1b7"
        }
    ]
}Failed to create directory at /var/www/LIB/PayPal-PHP-SDK-master/lib/PayPal/Cache/../../../var/auth.cache
No Data