HTTP/1.1 201 Created
Server: Nginx/1.1
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Paypal-Debug-Id: acaf32c0e9f23
Date: Tue, 23 Mar 2021 11:34:23 GMT
Content-Type: application/json
Content-Length: 1196

{
    "id": "12D69357WS489910T",
    "intent": "CAPTURE",
    "status": "CREATED",
    "purchase_units": [
        {
            "reference_id": "default",
            "amount": {
                "currency_code": "USD",
                "value": "6.10",
                "breakdown": {
                    "item_total": {
                        "currency_code": "USD",
                        "value": "6.10"
                    }
                }
            },
            "payee": {
                "email_address": "osman.cevik-facilitator@alegradigital.com",
                "merchant_id": "FHSMP7S6QV7G8"
            },
            "description": "",
            "invoice_id": "696969",
            "items": [
                {
                    "name": "product1",
                    "unit_amount": {
                        "currency_code": "USD",
                        "value": "1.20"
                    },
                    "quantity": "1",
                    "description": "desc1"
                },
                {
                    "name": "product2",
                    "unit_amount": {
                        "currency_code": "USD",
                        "value": "1.40"
                    },
                    "quantity": "2",
                    "description": "desc2"
                },
                {
                    "name": "product3",
                    "unit_amount": {
                        "currency_code": "USD",
                        "value": "0.70"
                    },
                    "quantity": "3",
                    "description": "desc3"
                }
            ]
        }
    ],
    "create_time": "2021-03-23T11:34:23Z",
    "links": [
        {
            "href": "https://api.sandbox.paypal.com/v2/checkout/orders/12D69357WS489910T",
            "rel": "self",
            "method": "GET"
        },
        {
            "href": "https://www.sandbox.paypal.com/checkoutnow?token=12D69357WS489910T",
            "rel": "approve",
            "method": "GET"
        },
        {
            "href": "https://api.sandbox.paypal.com/v2/checkout/orders/12D69357WS489910T",
            "rel": "update",
            "method": "PATCH"
        },
        {
            "href": "https://api.sandbox.paypal.com/v2/checkout/orders/12D69357WS489910T/capture",
            "rel": "capture",
            "method": "POST"
        }
    ]
}