{
  "accounts": [
    {
      "accountId": "acct_1CheckoutStore",
      "businessName": "Checkout Store Inc",
      "businessType": "company",
      "chargesEnabled": true,
      "country": "US",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "defaultCurrency": "usd",
      "email": "sample-user-1@example.test",
      "id": 1,
      "payoutsEnabled": true,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "balanceTransactions": [
    {
      "amount": 7999,
      "availableOn": 1736208000,
      "balanceTransactionId": "txn_widget_001",
      "createdAt": "2025-01-05T10:05:00.000Z",
      "currency": "usd",
      "description": "Widget Pro purchase",
      "fee": 262,
      "id": 1,
      "livemode": false,
      "net": 7737,
      "sourceId": "ch_widget_001",
      "status": "available",
      "type": "charge",
      "updatedAt": "2025-01-05T10:05:00.000Z"
    }
  ],
  "charges": [
    {
      "amount": 7999,
      "amountCaptured": 7999,
      "amountRefunded": 0,
      "captured": true,
      "chargeId": "ch_widget_001",
      "createdAt": "2025-01-05T10:05:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_new",
      "description": "Widget Pro purchase",
      "disputed": false,
      "failureCode": null,
      "failureMessage": null,
      "id": 1,
      "livemode": false,
      "metadata": {},
      "paymentIntentId": "pi_widget_purchase",
      "paymentMethodId": "pm_checkout_card_001",
      "receiptUrl": "https://pay.stripe.com/receipts/ch_widget_001",
      "refunded": false,
      "status": "succeeded",
      "updatedAt": "2025-01-05T10:05:00.000Z"
    }
  ],
  "checkoutSessions": [
    {
      "amountTotal": 7999,
      "cancelUrl": "https://checkout-store.com/cart",
      "checkoutSessionId": "cs_payment_complete",
      "createdAt": "2025-01-05T10:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_new",
      "id": 1,
      "lineItems": [
        {
          "priceId": "price_widget_once",
          "quantity": 1
        }
      ],
      "livemode": false,
      "metadata": {
        "source": "website"
      },
      "mode": "payment",
      "paymentIntentId": "pi_widget_purchase",
      "status": "complete",
      "subscriptionId": null,
      "successUrl": "https://checkout-store.com/order/success?session_id={CHECKOUT_SESSION_ID}",
      "updatedAt": "2025-01-05T10:05:00.000Z",
      "url": "https://checkout.stripe.com/c/pay/cs_payment_complete"
    },
    {
      "amountTotal": 47900,
      "cancelUrl": "https://checkout-store.com/pricing",
      "checkoutSessionId": "cs_sub_open",
      "createdAt": "2025-01-12T08:30:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_intl",
      "id": 2,
      "lineItems": [
        {
          "priceId": "price_saas_annual",
          "quantity": 1
        }
      ],
      "livemode": false,
      "metadata": {
        "campaign": "annual_push"
      },
      "mode": "subscription",
      "paymentIntentId": null,
      "status": "open",
      "subscriptionId": null,
      "successUrl": "https://checkout-store.com/welcome?session_id={CHECKOUT_SESSION_ID}",
      "updatedAt": "2025-01-12T08:30:00.000Z",
      "url": "https://checkout.stripe.com/c/pay/cs_sub_open"
    },
    {
      "amountTotal": 0,
      "cancelUrl": "https://checkout-store.com/account",
      "checkoutSessionId": "cs_expired_setup",
      "createdAt": "2024-12-20T15:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_returning",
      "id": 3,
      "lineItems": [],
      "livemode": false,
      "metadata": {},
      "mode": "setup",
      "paymentIntentId": null,
      "status": "expired",
      "subscriptionId": null,
      "successUrl": "https://checkout-store.com/account/payment-methods",
      "updatedAt": "2025-01-03T00:00:00.000Z",
      "url": "https://checkout.stripe.com/c/pay/cs_expired_setup"
    }
  ],
  "coupons": [
    {
      "amountOff": null,
      "couponId": "NEWYEAR25",
      "createdAt": "2024-12-01T00:00:00.000Z",
      "currency": null,
      "duration": "once",
      "durationInMonths": null,
      "id": 1,
      "livemode": false,
      "maxRedemptions": 200,
      "metadata": {},
      "name": "New Year 25% Off",
      "percentOff": 25,
      "redeemBy": 1738368000,
      "timesRedeemed": 34,
      "updatedAt": "2024-12-01T00:00:00.000Z",
      "valid": true
    }
  ],
  "customers": [
    {
      "address": null,
      "balance": 0,
      "createdAt": "2025-01-05T10:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_new",
      "defaultPaymentMethod": "pm_checkout_card_001",
      "delinquent": false,
      "description": "Recently signed up via checkout",
      "email": "sample-user-2@example.test",
      "id": 1,
      "livemode": false,
      "metadata": {
        "source": "checkout"
      },
      "name": "New Customer",
      "phone": null,
      "shipping": null,
      "updatedAt": "2025-01-05T10:00:00.000Z"
    },
    {
      "address": {
        "city": "Austin",
        "country": "US",
        "line1": "456 Commerce Blvd",
        "line2": null,
        "postalCode": "78701",
        "state": "TX"
      },
      "balance": 0,
      "createdAt": "2024-11-01T10:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_returning",
      "defaultPaymentMethod": "pm_checkout_card_002",
      "delinquent": false,
      "description": "Returning customer with saved payment method",
      "email": "sample-user-3@example.test",
      "id": 2,
      "livemode": false,
      "metadata": {
        "lifetime_orders": "7"
      },
      "name": "Returning Buyer",
      "phone": "+1-555-0200",
      "shipping": null,
      "updatedAt": "2024-11-01T10:00:00.000Z"
    },
    {
      "address": {
        "city": "Berlin",
        "country": "DE",
        "line1": "Friedrichstr. 123",
        "line2": null,
        "postalCode": "10117",
        "state": null
      },
      "balance": 0,
      "createdAt": "2025-01-12T08:00:00.000Z",
      "currency": "eur",
      "customerId": "cus_checkout_intl",
      "defaultPaymentMethod": null,
      "delinquent": false,
      "description": "EU-based customer",
      "email": "sample-user-4@example.test",
      "id": 3,
      "livemode": false,
      "metadata": {
        "region": "eu"
      },
      "name": "International Customer",
      "phone": null,
      "shipping": null,
      "updatedAt": "2025-01-12T08:00:00.000Z"
    }
  ],
  "disputes": [],
  "events": [
    {
      "apiVersion": "2024-06-20",
      "created": 1736071200,
      "createdAt": "2025-01-05T10:00:00.000Z",
      "data": {
        "object": {
          "customer": "cus_checkout_new",
          "id": "cs_payment_complete",
          "mode": "payment"
        }
      },
      "eventId": "evt_cs_created_001",
      "id": 1,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_cs_001",
        "idempotency_key": null
      },
      "type": "checkout.session.completed",
      "updatedAt": "2025-01-05T10:00:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1736071500,
      "createdAt": "2025-01-05T10:05:00.000Z",
      "data": {
        "object": {
          "amount": 7999,
          "customer": "cus_checkout_new",
          "id": "pi_widget_purchase"
        }
      },
      "eventId": "evt_pi_succeeded_001",
      "id": 2,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_pi_001",
        "idempotency_key": null
      },
      "type": "payment_intent.succeeded",
      "updatedAt": "2025-01-05T10:05:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1736071500,
      "createdAt": "2025-01-05T10:05:00.000Z",
      "data": {
        "object": {
          "amount": 7999,
          "customer": "cus_checkout_new",
          "id": "ch_widget_001"
        }
      },
      "eventId": "evt_charge_001",
      "id": 3,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_ch_001",
        "idempotency_key": null
      },
      "type": "charge.succeeded",
      "updatedAt": "2025-01-05T10:05:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1736503500,
      "createdAt": "2025-01-10T09:05:00.000Z",
      "data": {
        "object": {
          "customer": "cus_checkout_returning",
          "id": "seti_returning_save"
        }
      },
      "eventId": "evt_seti_succeeded_001",
      "id": 4,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_seti_001",
        "idempotency_key": null
      },
      "type": "setup_intent.succeeded",
      "updatedAt": "2025-01-10T09:05:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1735862400,
      "createdAt": "2025-01-03T00:00:00.000Z",
      "data": {
        "object": {
          "customer": "cus_checkout_returning",
          "id": "cs_expired_setup",
          "mode": "setup"
        }
      },
      "eventId": "evt_cs_expired_001",
      "id": 5,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": null,
        "idempotency_key": null
      },
      "type": "checkout.session.expired",
      "updatedAt": "2025-01-03T00:00:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1736674200,
      "createdAt": "2025-01-12T08:30:00.000Z",
      "data": {
        "object": {
          "customer": "cus_checkout_intl",
          "id": "cs_sub_open",
          "mode": "subscription"
        }
      },
      "eventId": "evt_cs_sub_open_001",
      "id": 6,
      "livemode": false,
      "pendingWebhooks": 1,
      "request": {
        "id": "req_cs_002",
        "idempotency_key": null
      },
      "type": "checkout.session.completed",
      "updatedAt": "2025-01-12T08:30:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1734706800,
      "createdAt": "2024-12-20T15:00:00.000Z",
      "data": {
        "object": {
          "email": "sample-user-3@example.test",
          "id": "cus_checkout_returning"
        }
      },
      "eventId": "evt_cus_created_001",
      "id": 7,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_cus_001",
        "idempotency_key": null
      },
      "type": "customer.created",
      "updatedAt": "2024-12-20T15:00:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1736071200,
      "createdAt": "2025-01-05T10:00:00.000Z",
      "data": {
        "object": {
          "email": "sample-user-2@example.test",
          "id": "cus_checkout_new"
        }
      },
      "eventId": "evt_cus_created_002",
      "id": 8,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_cus_002",
        "idempotency_key": null
      },
      "type": "customer.created",
      "updatedAt": "2025-01-05T10:00:00.000Z"
    }
  ],
  "invoiceItems": [],
  "invoices": [],
  "meterEvents": [],
  "meters": [],
  "paymentIntents": [
    {
      "amount": 7999,
      "amountCapturable": 0,
      "amountReceived": 7999,
      "canceledAt": null,
      "cancellationReason": null,
      "captureMethod": "automatic",
      "clientSecret": "sample-redacted-1202e5e9fa30",
      "confirmationMethod": "automatic",
      "createdAt": "2025-01-05T10:05:00.000Z",
      "currency": "usd",
      "customerId": "cus_checkout_new",
      "description": "Widget Pro purchase",
      "id": 1,
      "latestChargeId": "ch_widget_001",
      "livemode": false,
      "metadata": {},
      "paymentIntentId": "pi_widget_purchase",
      "paymentMethodId": "pm_checkout_card_001",
      "status": "succeeded",
      "updatedAt": "2025-01-05T10:05:00.000Z"
    }
  ],
  "paymentLinks": [],
  "paymentMethods": [
    {
      "billingDetails": null,
      "cardBrand": "visa",
      "cardExpMonth": 3,
      "cardExpYear": 2027,
      "cardFunding": "credit",
      "cardLast4": "4242",
      "createdAt": "2025-01-05T10:00:00.000Z",
      "customerId": "cus_checkout_new",
      "id": 1,
      "livemode": false,
      "metadata": {},
      "paymentMethodId": "pm_checkout_card_001",
      "type": "card",
      "updatedAt": "2025-01-05T10:00:00.000Z"
    },
    {
      "billingDetails": null,
      "cardBrand": "mastercard",
      "cardExpMonth": 8,
      "cardExpYear": 2028,
      "cardFunding": "debit",
      "cardLast4": "5678",
      "createdAt": "2024-11-01T10:00:00.000Z",
      "customerId": "cus_checkout_returning",
      "id": 2,
      "livemode": false,
      "metadata": {},
      "paymentMethodId": "pm_checkout_card_002",
      "type": "card",
      "updatedAt": "2024-11-01T10:00:00.000Z"
    }
  ],
  "prices": [
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-10-01T00:00:00.000Z",
      "currency": "usd",
      "id": 1,
      "livemode": false,
      "lookupKey": "widget_pro",
      "metadata": {},
      "nickname": "Widget Pro - One-time",
      "priceId": "price_widget_once",
      "productId": "prod_widget_pro",
      "recurring": null,
      "type": "one_time",
      "unitAmount": 7999,
      "updatedAt": "2024-10-01T00:00:00.000Z"
    },
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-10-01T00:00:00.000Z",
      "currency": "usd",
      "id": 2,
      "livemode": false,
      "lookupKey": "saas_monthly",
      "metadata": {},
      "nickname": "SaaS Monthly",
      "priceId": "price_saas_monthly",
      "productId": "prod_saas_plan",
      "recurring": {
        "interval": "month",
        "intervalCount": 1,
        "usageType": "licensed"
      },
      "type": "recurring",
      "unitAmount": 4900,
      "updatedAt": "2024-10-01T00:00:00.000Z"
    },
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-10-01T00:00:00.000Z",
      "currency": "usd",
      "id": 3,
      "livemode": false,
      "lookupKey": "saas_annual",
      "metadata": {},
      "nickname": "SaaS Annual",
      "priceId": "price_saas_annual",
      "productId": "prod_saas_plan",
      "recurring": {
        "interval": "year",
        "intervalCount": 1,
        "usageType": "licensed"
      },
      "type": "recurring",
      "unitAmount": 47900,
      "updatedAt": "2024-10-01T00:00:00.000Z"
    }
  ],
  "products": [
    {
      "active": true,
      "createdAt": "2024-10-01T00:00:00.000Z",
      "defaultPrice": "price_widget_once",
      "description": "Professional-grade widget with premium features",
      "id": 1,
      "images": [
        "https://checkout-store.com/images/widget-pro.png"
      ],
      "livemode": false,
      "metadata": {
        "category": "hardware"
      },
      "name": "Widget Pro",
      "productId": "prod_widget_pro",
      "taxCode": "txcd_10000000",
      "unitLabel": null,
      "updatedAt": "2024-10-01T00:00:00.000Z",
      "url": null
    },
    {
      "active": true,
      "createdAt": "2024-10-01T00:00:00.000Z",
      "defaultPrice": "price_saas_monthly",
      "description": "Cloud platform subscription with API access",
      "id": 2,
      "images": [],
      "livemode": false,
      "metadata": {
        "category": "software"
      },
      "name": "SaaS Platform",
      "productId": "prod_saas_plan",
      "taxCode": null,
      "unitLabel": null,
      "updatedAt": "2024-10-01T00:00:00.000Z",
      "url": null
    }
  ],
  "promotionCodes": [
    {
      "active": true,
      "code": "NEWYEAR2025",
      "couponId": "NEWYEAR25",
      "createdAt": "2024-12-01T00:00:00.000Z",
      "customerId": null,
      "expiresAt": 1738368000,
      "id": 1,
      "livemode": false,
      "maxRedemptions": 100,
      "metadata": {
        "campaign": "new_year"
      },
      "promotionCodeId": "promo_newyear_web",
      "restrictions": {
        "firstTimeTransaction": false,
        "minimumAmount": 5000,
        "minimumAmountCurrency": "usd"
      },
      "timesRedeemed": 22,
      "updatedAt": "2024-12-01T00:00:00.000Z"
    },
    {
      "active": true,
      "code": "VIP25",
      "couponId": "NEWYEAR25",
      "createdAt": "2025-01-10T00:00:00.000Z",
      "customerId": "cus_checkout_returning",
      "expiresAt": null,
      "id": 2,
      "livemode": false,
      "maxRedemptions": 1,
      "metadata": {
        "type": "loyalty"
      },
      "promotionCodeId": "promo_vip_returning",
      "restrictions": {
        "firstTimeTransaction": false,
        "minimumAmount": null,
        "minimumAmountCurrency": null
      },
      "timesRedeemed": 0,
      "updatedAt": "2025-01-10T00:00:00.000Z"
    }
  ],
  "refunds": [],
  "setupIntents": [
    {
      "clientSecret": "sample-redacted-d94fbcf5b4de",
      "createdAt": "2025-01-10T09:00:00.000Z",
      "customerId": "cus_checkout_returning",
      "description": "Save updated card for future orders",
      "id": 1,
      "livemode": false,
      "metadata": {},
      "paymentMethodId": "pm_checkout_card_002",
      "setupIntentId": "seti_returning_save",
      "status": "succeeded",
      "updatedAt": "2025-01-10T09:05:00.000Z",
      "usage": "off_session"
    },
    {
      "clientSecret": "sample-redacted-26b65e638227",
      "createdAt": "2025-01-12T08:00:00.000Z",
      "customerId": "cus_checkout_intl",
      "description": "Save payment method for EU subscription",
      "id": 2,
      "livemode": false,
      "metadata": {},
      "paymentMethodId": null,
      "setupIntentId": "seti_intl_pending",
      "status": "requires_payment_method",
      "updatedAt": "2025-01-12T08:00:00.000Z",
      "usage": "off_session"
    }
  ],
  "subscriptions": [],
  "taxRates": [
    {
      "active": true,
      "country": "US",
      "createdAt": "2024-10-01T00:00:00.000Z",
      "description": "Texas state sales tax",
      "displayName": "TX Sales Tax",
      "id": 1,
      "inclusive": false,
      "jurisdiction": "Texas",
      "livemode": false,
      "percentage": 6.25,
      "state": "TX",
      "taxRateId": "txr_us_tx_sales",
      "updatedAt": "2024-10-01T00:00:00.000Z"
    },
    {
      "active": true,
      "country": "DE",
      "createdAt": "2024-10-01T00:00:00.000Z",
      "description": "Germany value-added tax",
      "displayName": "German VAT",
      "id": 2,
      "inclusive": true,
      "jurisdiction": "Germany",
      "livemode": false,
      "percentage": 19,
      "state": null,
      "taxRateId": "txr_de_vat",
      "updatedAt": "2024-10-01T00:00:00.000Z"
    }
  ],
  "testClocks": [],
  "usageRecords": [],
  "usageRecordSummaries": [],
  "webhookEndpoints": [
    {
      "apiVersion": "2024-06-20",
      "createdAt": "2024-10-01T00:00:00.000Z",
      "description": "Checkout flow production endpoint",
      "enabledEvents": [
        "checkout.session.completed",
        "checkout.session.expired",
        "payment_intent.succeeded",
        "payment_intent.payment_failed",
        "setup_intent.succeeded",
        "customer.subscription.created"
      ],
      "id": 1,
      "livemode": false,
      "secret": "sample-redacted-a1cc64093504",
      "status": "enabled",
      "updatedAt": "2024-10-01T00:00:00.000Z",
      "url": "https://checkout-store.com/api/stripe-webhooks",
      "webhookEndpointId": "we_checkout_prod"
    }
  ]
}
