{ "intent": "Sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "cancel_url": "https://tester.tuning-makarska.com/paypal/status/cancel?checkout_type=normal", "return_url": "https://tester.tuning-makarska.com/paypal/status/success?checkout_type=normal" }, "transactions": [ { "amount": { "currency": "EUR", "total": "1" }, "description": "File tuning, Credits: 1.00, Price: 1, Country: HR, VAT ID: , VAT Rate: 0", "item_list": { "items": [ { "currency": "EUR", "name": "1.00 CRD", "price": "1", "quantity": 1 } ] } } ] } this is what being sent to paypal
... View more