JsonExport LogoJsonExport
Back to All Datasets
Stripe Test Payload

Mock Stripe Invoice JSON Example

A deeply nested mock Stripe invoice dataset featuring complex metadata objects, line items, and nested discounts, perfect for testing ETL pipelines or JSON tabular tools. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this Stripe JSON to Excel or CSV

Instantly flatten and preview these records in multi-column tables. Auto-unwinds nested objects without writing Python or Power Query.

100% Client-Side in Your Browser (Zero Data Upload)
Convert to Excel
stripe-invoice-json-example.json
Convert Stripe to Excel Online →
{
  "object": "list",
  "url": "/v1/invoices",
  "has_more": false,
  "data": [
    {
      "id": "in_1TestInv123",
      "object": "invoice",
      "account_country": "US",
      "account_name": "Test Company LLC",
      "amount_due": 5000,
      "amount_paid": 5000,
      "amount_remaining": 0,
      "created": 1672531200,
      "currency": "usd",
      "customer": "cus_12345",
      "customer_email": "test@example.com",
      "customer_name": "Jane Doe",
      "metadata": {
        "internal_id": "89012",
        "referral_source": "google_ads",
        "utm_campaign": "spring_sale"
      },
      "lines": {
        "object": "list",
        "data": [
          {
            "id": "il_1TestLine1",
            "object": "line_item",
            "amount": 5000,
            "currency": "usd",
            "description": "Premium Subscription (Yearly)",
            "price": {
              "id": "price_1TestPrice",
              "product": "prod_1Test",
              "unit_amount": 5000
            },
            "quantity": 1
          }
        ]
      },
      "status": "paid",
      "total": 5000
    },
    {
      "id": "in_1TestInvABC",
      "object": "invoice",
      "amount_due": 1250,
      "amount_paid": 1250,
      "currency": "usd",
      "customer": "cus_67890",
      "metadata": {
        "internal_id": "89020",
        "referral_source": "organic",
        "utm_campaign": "none"
      },
      "lines": {
        "data": [
          {
            "amount": 1250,
            "description": "Basic Plan (Monthly)",
            "quantity": 1
          }
        ]
      },
      "status": "paid",
      "total": 1250
    }
  ]
}

Payload Size

1,663 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)