Request: 'https://api.sandbox.paypal.com/v2/checkout/orders' Headers: Array ( [0] => Authorization: Bearer A21AAL7kSR9ixPZvbhGPgobaTV0AKzsUEmaA5yWplciCYMos5iKlau0IkFT2h1QFXi2tfeNRf-28PiSoEboYF-cumMt38-EgA [1] => Content-Type: application/json ) Request: '{ "intent": "CAPTURE", "payer": { "address": { "address_line_1": "Richmond", "address_line_2": "Floor 6", "admin_area_1": "TW9 ", "postal_code": "1EH", "country_code": "GB" } },"purchase_units": [{ "description": "The Kings Avatar", "custom_id": "SoftDesc-20201085935", "soft_descriptor": "One Autumn Leaf", "amount": { "currency_code": "GBP", "value": "303.23", "breakdown": { "item_total": { "currency_code": "GBP", "value": "300.00" }, "tax_total": { "currency_code": "GBP", "value": "3.23" } } }, "payee": { "merchant_id": "DSJ7YZS2P2YZN" }, "items": [{ "name": "Item 0", "description": "Description 0", "sku": "SKU - 0", "url": "https://rmcgovernppl-tech.com/qa/Main.html", "unit_amount": { "currency_code": "GBP", "value": "300.00" }, "tax": { "currency_code": "GBP", "value": "3.23" }, "quantity": "1", "category": "PHYSICAL_GOODS" }], "shipping": { "method": "United States Postal Service" } }] }' Response: {"id":"0VC00097F6841431N","status":"CREATED","links":[{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/0VC00097F6841431N","rel":"self","method":"GET"},{"href":"https://www.sandbox.paypal.com/checkoutnow?token=0VC00097F6841431N","rel":"approve","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/0VC00097F6841431N","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/0VC00097F6841431N/capture","rel":"capture","method":"POST"}]}