Request: 'https://api.sandbox.paypal.com/v2/checkout/orders' Headers: Array ( [0] => Authorization: Bearer A21AALbMtX7r8Z-nXnF5POyK7Nz1rBVdsYAEnnNSNxHLotW1d_RZ6dgWxzk99DB6REgZ2QfS6pSbVmO9nPV2LVQUwwSkQXumQ [1] => Content-Type: application/json ) Request: '{ "intent": "CAPTURE", "payer": { "address": { "address_line_1": "123 Townsend St", "address_line_2": "Floor 6", "admin_area_2": "San Francisco", "admin_area_1": "CA", "postal_code": "94107", "country_code": "US" } },"purchase_units": [{ "description": "The Kings Avatar", "custom_id": "SoftDesc-2023110400", "soft_descriptor": "One Autumn Leaf", "amount": { "currency_code": "USD", "value": "103.23", "breakdown": { "item_total": { "currency_code": "USD", "value": "100.00" }, "tax_total": { "currency_code": "USD", "value": "3.23" } } }, "items": [{ "name": "Item 0", "description": "Description 0", "sku": "SKU - 0", "url": "https://rmcgovernppl-tech.com/qa/Main.html", "unit_amount": { "currency_code": "USD", "value": "100.00" }, "tax": { "currency_code": "USD", "value": "3.23" }, "quantity": "1", "category": "PHYSICAL_GOODS" }], "shipping": { "method": "United States Postal Service" } }] }' Response: {"id":"9VU02648PN329733G","status":"CREATED","links":[{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/9VU02648PN329733G","rel":"self","method":"GET"},{"href":"https://www.sandbox.paypal.com/checkoutnow?token=9VU02648PN329733G","rel":"approve","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/9VU02648PN329733G","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/9VU02648PN329733G/capture","rel":"capture","method":"POST"}]}