{
  "id": "5UX02069M9686893E",
  "intent": "CAPTURE",
  "status": "COMPLETED",
  "payment_source": {
    "paypal": {
      "email_address": "sb-buyer@personal.example.com",
      "account_id": "BUYERPAYERID123",
      "account_status": "VERIFIED",
      "name": {
        "given_name": "Test",
        "surname": "Buyer"
      },
      "address": {
        "country_code": "US"
      }
    }
  },
  "purchase_units": [
    {
      "reference_id": "default",
      "amount": {
        "currency_code": "USD",
        "value": "9.99"
      },
      "payee": {
        "email_address": "itw.creative.works-facilitator@gmail.com",
        "merchant_id": "C92NPPXDJSMXE",
        "display_data": {
          "brand_name": "Test Brand"
        }
      },
      "description": "100 Credits",
      "custom_id": "uid:test-user-123,orderId:ord-test-456,productId:credits-100",
      "payments": {
        "captures": [
          {
            "id": "8MC585209K746631M",
            "status": "COMPLETED",
            "amount": {
              "currency_code": "USD",
              "value": "9.99"
            },
            "final_capture": true,
            "seller_protection": {
              "status": "ELIGIBLE",
              "dispute_categories": [
                "ITEM_NOT_RECEIVED",
                "UNAUTHORIZED_TRANSACTION"
              ]
            },
            "seller_receivable_breakdown": {
              "gross_amount": {
                "currency_code": "USD",
                "value": "9.99"
              },
              "paypal_fee": {
                "currency_code": "USD",
                "value": "0.69"
              },
              "net_amount": {
                "currency_code": "USD",
                "value": "9.30"
              }
            },
            "links": [
              {
                "href": "https://api.sandbox.paypal.com/v2/payments/captures/8MC585209K746631M",
                "rel": "self",
                "method": "GET"
              },
              {
                "href": "https://api.sandbox.paypal.com/v2/payments/captures/8MC585209K746631M/refund",
                "rel": "refund",
                "method": "POST"
              },
              {
                "href": "https://api.sandbox.paypal.com/v2/checkout/orders/5UX02069M9686893E",
                "rel": "up",
                "method": "GET"
              }
            ],
            "create_time": "2026-03-04T10:10:45Z",
            "update_time": "2026-03-04T10:10:45Z"
          }
        ]
      }
    }
  ],
  "payer": {
    "name": {
      "given_name": "Test",
      "surname": "Buyer"
    },
    "email_address": "sb-buyer@personal.example.com",
    "payer_id": "BUYERPAYERID123",
    "address": {
      "country_code": "US"
    }
  },
  "create_time": "2026-03-04T10:09:16Z",
  "update_time": "2026-03-04T10:10:45Z",
  "links": [
    {
      "href": "https://api.sandbox.paypal.com/v2/checkout/orders/5UX02069M9686893E",
      "rel": "self",
      "method": "GET"
    }
  ]
}
