{
  "accounts": [
    {
      "accountId": "acct_1SaaSCo",
      "businessName": "SaaS Co",
      "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": [],
  "charges": [],
  "checkoutSessions": [
    {
      "amountTotal": 24500,
      "cancelUrl": "https://saas-co.io/signup/cancel",
      "checkoutSessionId": "cs_completed_001",
      "createdAt": "2024-07-20T10:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_trial003",
      "id": 1,
      "lineItems": [
        {
          "priceId": "price_growth_mo",
          "quantity": 5
        }
      ],
      "livemode": false,
      "metadata": {
        "source": "product_hunt"
      },
      "mode": "subscription",
      "paymentIntentId": null,
      "status": "complete",
      "subscriptionId": "sub_trial",
      "successUrl": "https://saas-co.io/signup/success?session_id={CHECKOUT_SESSION_ID}",
      "updatedAt": "2024-07-20T10:15:00.000Z",
      "url": "https://checkout.stripe.com/c/pay/cs_completed_001"
    },
    {
      "amountTotal": 1900,
      "cancelUrl": "https://saas-co.io/pricing",
      "checkoutSessionId": "cs_open_002",
      "createdAt": "2024-08-25T14:00:00.000Z",
      "currency": "usd",
      "customerId": null,
      "id": 2,
      "lineItems": [
        {
          "priceId": "price_starter_mo",
          "quantity": 1
        }
      ],
      "livemode": false,
      "metadata": {},
      "mode": "subscription",
      "paymentIntentId": null,
      "status": "open",
      "subscriptionId": null,
      "successUrl": "https://saas-co.io/welcome?session_id={CHECKOUT_SESSION_ID}",
      "updatedAt": "2024-08-25T14:00:00.000Z",
      "url": "https://checkout.stripe.com/c/pay/cs_open_002"
    }
  ],
  "coupons": [
    {
      "amountOff": null,
      "couponId": "STARTUP50",
      "createdAt": "2024-01-15T00:00:00.000Z",
      "currency": null,
      "duration": "repeating",
      "durationInMonths": 6,
      "id": 1,
      "livemode": false,
      "maxRedemptions": 50,
      "metadata": {},
      "name": "Startup 50% Off",
      "percentOff": 50,
      "redeemBy": null,
      "timesRedeemed": 23,
      "updatedAt": "2024-01-15T00:00:00.000Z",
      "valid": true
    },
    {
      "amountOff": null,
      "couponId": "ANNUAL20",
      "createdAt": "2024-03-01T00:00:00.000Z",
      "currency": null,
      "duration": "forever",
      "durationInMonths": null,
      "id": 2,
      "livemode": false,
      "maxRedemptions": null,
      "metadata": {},
      "name": "Annual Discount",
      "percentOff": 20,
      "redeemBy": null,
      "timesRedeemed": 45,
      "updatedAt": "2024-03-01T00:00:00.000Z",
      "valid": true
    }
  ],
  "customers": [
    {
      "address": null,
      "balance": 0,
      "createdAt": "2024-03-01T00:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_active001",
      "defaultPaymentMethod": "pm_ent_001",
      "delinquent": false,
      "description": "Enterprise customer",
      "email": "sample-user-2@example.test",
      "id": 1,
      "livemode": false,
      "metadata": {
        "plan": "enterprise"
      },
      "name": "Active Corp",
      "phone": null,
      "shipping": null,
      "updatedAt": "2024-03-01T00:00:00.000Z"
    },
    {
      "address": null,
      "balance": -29900,
      "createdAt": "2024-03-15T00:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_pastdue002",
      "defaultPaymentMethod": "pm_expired_002",
      "delinquent": true,
      "description": "Past-due customer",
      "email": "sample-user-3@example.test",
      "id": 2,
      "livemode": false,
      "metadata": {},
      "name": "Late Pay LLC",
      "phone": null,
      "shipping": null,
      "updatedAt": "2024-06-01T00:00:00.000Z"
    },
    {
      "address": null,
      "balance": 0,
      "createdAt": "2024-04-01T00:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_trial003",
      "defaultPaymentMethod": "pm_trial_003",
      "delinquent": false,
      "description": "Trial customer",
      "email": "sample-user-4@example.test",
      "id": 3,
      "livemode": false,
      "metadata": {
        "source": "product_hunt"
      },
      "name": "Try First Inc",
      "phone": null,
      "shipping": null,
      "updatedAt": "2024-04-01T00:00:00.000Z"
    },
    {
      "address": null,
      "balance": 0,
      "createdAt": "2024-02-01T00:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_canceled004",
      "defaultPaymentMethod": null,
      "delinquent": false,
      "description": "Canceled customer",
      "email": "sample-user-5@example.test",
      "id": 4,
      "livemode": false,
      "metadata": {
        "churn_reason": "too_expensive"
      },
      "name": "Gone Away Ltd",
      "phone": null,
      "shipping": null,
      "updatedAt": "2024-07-15T00:00:00.000Z"
    },
    {
      "address": null,
      "balance": 0,
      "createdAt": "2024-05-01T00:00:00.000Z",
      "currency": "usd",
      "customerId": "cus_multi005",
      "defaultPaymentMethod": "pm_multi_005",
      "delinquent": false,
      "description": "Customer with multiple subscriptions",
      "email": "sample-user-6@example.test",
      "id": 5,
      "livemode": false,
      "metadata": {},
      "name": "Multi Plan Co",
      "phone": null,
      "shipping": null,
      "updatedAt": "2024-05-01T00:00:00.000Z"
    }
  ],
  "disputes": [],
  "events": [
    {
      "apiVersion": "2024-06-20",
      "created": 1722470400,
      "createdAt": "2024-08-01T00:00:00.000Z",
      "data": {
        "object": {
          "customer": "cus_active001",
          "id": "sub_ent_active",
          "status": "active"
        }
      },
      "eventId": "evt_sub_created_001",
      "id": 1,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_sub001",
        "idempotency_key": null
      },
      "type": "customer.subscription.created",
      "updatedAt": "2024-08-01T00:00:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1722470460,
      "createdAt": "2024-08-01T00:01:00.000Z",
      "data": {
        "object": {
          "amount_paid": 1495000,
          "customer": "cus_active001",
          "id": "in_aug_ent"
        }
      },
      "eventId": "evt_inv_paid_001",
      "id": 2,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_inv001",
        "idempotency_key": null
      },
      "type": "invoice.payment_succeeded",
      "updatedAt": "2024-08-01T00:01:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1722470520,
      "createdAt": "2024-08-01T00:02:00.000Z",
      "data": {
        "object": {
          "customer": "cus_pastdue002",
          "id": "sub_pastdue",
          "status": "past_due"
        }
      },
      "eventId": "evt_sub_pastdue_001",
      "id": 3,
      "livemode": false,
      "pendingWebhooks": 1,
      "request": {
        "id": null,
        "idempotency_key": null
      },
      "type": "customer.subscription.updated",
      "updatedAt": "2024-08-01T00:02:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1721001600,
      "createdAt": "2024-07-15T00:00:00.000Z",
      "data": {
        "object": {
          "customer": "cus_canceled004",
          "id": "sub_canceled",
          "status": "canceled"
        }
      },
      "eventId": "evt_sub_canceled_001",
      "id": 4,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_cancel001",
        "idempotency_key": null
      },
      "type": "customer.subscription.deleted",
      "updatedAt": "2024-07-15T00:00:00.000Z"
    },
    {
      "apiVersion": "2024-06-20",
      "created": 1721470500,
      "createdAt": "2024-07-20T10:15:00.000Z",
      "data": {
        "object": {
          "customer": "cus_trial003",
          "id": "cs_completed_001",
          "mode": "subscription"
        }
      },
      "eventId": "evt_checkout_complete_001",
      "id": 5,
      "livemode": false,
      "pendingWebhooks": 0,
      "request": {
        "id": "req_cs001",
        "idempotency_key": null
      },
      "type": "checkout.session.completed",
      "updatedAt": "2024-07-20T10:15:00.000Z"
    }
  ],
  "invoiceItems": [],
  "invoices": [],
  "meterEvents": [
    {
      "createdAt": "2024-08-10T08:00:00.000Z",
      "customerId": "cus_active001",
      "eventName": "api_call",
      "id": 1,
      "livemode": false,
      "meterEventId": "mevt_001",
      "meterId": "meter_api_calls",
      "timestamp": 1723276800,
      "updatedAt": "2024-08-10T08:00:00.000Z",
      "value": 1250
    },
    {
      "createdAt": "2024-08-15T08:00:00.000Z",
      "customerId": "cus_active001",
      "eventName": "api_call",
      "id": 2,
      "livemode": false,
      "meterEventId": "mevt_002",
      "meterId": "meter_api_calls",
      "timestamp": 1723708800,
      "updatedAt": "2024-08-15T08:00:00.000Z",
      "value": 2100
    },
    {
      "createdAt": "2024-08-20T08:00:00.000Z",
      "customerId": "cus_multi005",
      "eventName": "api_call",
      "id": 3,
      "livemode": false,
      "meterEventId": "mevt_003",
      "meterId": "meter_api_calls",
      "timestamp": 1724140800,
      "updatedAt": "2024-08-20T08:00:00.000Z",
      "value": 800
    }
  ],
  "meters": [
    {
      "aggregationFormula": "sum",
      "createdAt": "2024-03-01T00:00:00.000Z",
      "customerMapping": {
        "eventPayloadKey": "customer_id",
        "type": "by_id"
      },
      "displayName": "API Calls",
      "eventName": "api_call",
      "id": 1,
      "livemode": false,
      "meterId": "meter_api_calls",
      "status": "active",
      "updatedAt": "2024-03-01T00:00:00.000Z",
      "valueSettings": {
        "eventPayloadKey": "call_count"
      }
    }
  ],
  "paymentIntents": [],
  "paymentLinks": [],
  "paymentMethods": [
    {
      "cardBrand": "visa",
      "cardExpMonth": 12,
      "cardExpYear": 2027,
      "cardLast4": "4242",
      "createdAt": "2024-03-01T00:00:00.000Z",
      "customerId": "cus_active001",
      "id": 1,
      "livemode": false,
      "paymentMethodId": "pm_ent_001",
      "type": "card",
      "updatedAt": "2024-03-01T00:00:00.000Z"
    },
    {
      "cardBrand": "mastercard",
      "cardExpMonth": 1,
      "cardExpYear": 2024,
      "cardLast4": "5555",
      "createdAt": "2024-03-15T00:00:00.000Z",
      "customerId": "cus_pastdue002",
      "id": 2,
      "livemode": false,
      "paymentMethodId": "pm_expired_002",
      "type": "card",
      "updatedAt": "2024-03-15T00:00:00.000Z"
    },
    {
      "cardBrand": "visa",
      "cardExpMonth": 9,
      "cardExpYear": 2026,
      "cardLast4": "9876",
      "createdAt": "2024-04-01T00:00:00.000Z",
      "customerId": "cus_trial003",
      "id": 3,
      "livemode": false,
      "paymentMethodId": "pm_trial_003",
      "type": "card",
      "updatedAt": "2024-04-01T00:00:00.000Z"
    },
    {
      "cardBrand": "amex",
      "cardExpMonth": 3,
      "cardExpYear": 2028,
      "cardLast4": "1001",
      "createdAt": "2024-05-01T00:00:00.000Z",
      "customerId": "cus_multi005",
      "id": 4,
      "livemode": false,
      "paymentMethodId": "pm_multi_005",
      "type": "card",
      "updatedAt": "2024-05-01T00:00:00.000Z"
    }
  ],
  "prices": [
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-01-15T00:00:00.000Z",
      "currency": "usd",
      "id": 1,
      "livemode": false,
      "lookupKey": "starter_monthly",
      "metadata": {},
      "nickname": "Starter Monthly",
      "priceId": "price_starter_mo",
      "productId": "prod_starter",
      "recurring": {
        "interval": "month",
        "intervalCount": 1,
        "usageType": "licensed"
      },
      "type": "recurring",
      "unitAmount": 1900,
      "updatedAt": "2024-01-15T00:00:00.000Z"
    },
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-01-15T00:00:00.000Z",
      "currency": "usd",
      "id": 2,
      "livemode": false,
      "lookupKey": "growth_monthly",
      "metadata": {},
      "nickname": "Growth Monthly",
      "priceId": "price_growth_mo",
      "productId": "prod_growth",
      "recurring": {
        "interval": "month",
        "intervalCount": 1,
        "usageType": "licensed"
      },
      "type": "recurring",
      "unitAmount": 4900,
      "updatedAt": "2024-01-15T00:00:00.000Z"
    },
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-01-15T00:00:00.000Z",
      "currency": "usd",
      "id": 3,
      "livemode": false,
      "lookupKey": "enterprise_monthly",
      "metadata": {},
      "nickname": "Enterprise Monthly",
      "priceId": "price_enterprise_mo",
      "productId": "prod_enterprise",
      "recurring": {
        "interval": "month",
        "intervalCount": 1,
        "usageType": "licensed"
      },
      "type": "recurring",
      "unitAmount": 29900,
      "updatedAt": "2024-01-15T00:00:00.000Z"
    },
    {
      "active": true,
      "billingScheme": "per_unit",
      "createdAt": "2024-02-01T00:00:00.000Z",
      "currency": "usd",
      "id": 4,
      "livemode": false,
      "lookupKey": "storage_monthly",
      "metadata": {},
      "nickname": "Storage Add-on",
      "priceId": "price_storage_mo",
      "productId": "prod_addon_storage",
      "recurring": {
        "interval": "month",
        "intervalCount": 1,
        "usageType": "licensed"
      },
      "type": "recurring",
      "unitAmount": 999,
      "updatedAt": "2024-02-01T00:00:00.000Z"
    }
  ],
  "products": [
    {
      "active": true,
      "createdAt": "2024-01-15T00:00:00.000Z",
      "defaultPrice": "price_starter_mo",
      "description": "Starter plan for small teams",
      "id": 1,
      "images": [],
      "livemode": false,
      "metadata": {},
      "name": "Starter",
      "productId": "prod_starter",
      "taxCode": null,
      "unitLabel": "seat",
      "updatedAt": "2024-01-15T00:00:00.000Z",
      "url": null
    },
    {
      "active": true,
      "createdAt": "2024-01-15T00:00:00.000Z",
      "defaultPrice": "price_growth_mo",
      "description": "Growth plan for scaling teams",
      "id": 2,
      "images": [],
      "livemode": false,
      "metadata": {},
      "name": "Growth",
      "productId": "prod_growth",
      "taxCode": null,
      "unitLabel": "seat",
      "updatedAt": "2024-01-15T00:00:00.000Z",
      "url": null
    },
    {
      "active": true,
      "createdAt": "2024-01-15T00:00:00.000Z",
      "defaultPrice": "price_enterprise_mo",
      "description": "Enterprise plan with custom features",
      "id": 3,
      "images": [],
      "livemode": false,
      "metadata": {},
      "name": "Enterprise",
      "productId": "prod_enterprise",
      "taxCode": null,
      "unitLabel": "seat",
      "updatedAt": "2024-01-15T00:00:00.000Z",
      "url": null
    },
    {
      "active": true,
      "createdAt": "2024-02-01T00:00:00.000Z",
      "defaultPrice": "price_storage_mo",
      "description": "Additional storage add-on, 100GB",
      "id": 4,
      "images": [],
      "livemode": false,
      "metadata": {},
      "name": "Extra Storage",
      "productId": "prod_addon_storage",
      "taxCode": null,
      "unitLabel": null,
      "updatedAt": "2024-02-01T00:00:00.000Z",
      "url": null
    }
  ],
  "promotionCodes": [],
  "refunds": [],
  "setupIntents": [],
  "subscriptions": [
    {
      "cancelAt": null,
      "cancelAtPeriodEnd": false,
      "canceledAt": null,
      "collectionMethod": "charge_automatically",
      "createdAt": "2024-03-01T00:00:00.000Z",
      "currentPeriodEnd": 1725148800,
      "currentPeriodStart": 1722470400,
      "customerId": "cus_active001",
      "defaultPaymentMethod": "pm_ent_001",
      "endedAt": null,
      "id": 1,
      "items": [
        {
          "priceId": "price_enterprise_mo",
          "quantity": 50,
          "subscriptionItemId": "si_ent_001"
        }
      ],
      "latestInvoiceId": null,
      "livemode": false,
      "metadata": {
        "contract_id": "C-2024-001"
      },
      "status": "active",
      "subscriptionId": "sub_ent_active",
      "trialEnd": null,
      "trialStart": null,
      "updatedAt": "2024-08-01T00:00:00.000Z"
    },
    {
      "cancelAt": null,
      "cancelAtPeriodEnd": false,
      "canceledAt": null,
      "collectionMethod": "charge_automatically",
      "createdAt": "2024-03-15T00:00:00.000Z",
      "currentPeriodEnd": 1725148800,
      "currentPeriodStart": 1722470400,
      "customerId": "cus_pastdue002",
      "defaultPaymentMethod": "pm_expired_002",
      "endedAt": null,
      "id": 2,
      "items": [
        {
          "priceId": "price_growth_mo",
          "quantity": 10,
          "subscriptionItemId": "si_pastdue_001"
        }
      ],
      "latestInvoiceId": null,
      "livemode": false,
      "metadata": {},
      "status": "past_due",
      "subscriptionId": "sub_pastdue",
      "trialEnd": null,
      "trialStart": null,
      "updatedAt": "2024-08-01T00:00:00.000Z"
    },
    {
      "cancelAt": null,
      "cancelAtPeriodEnd": false,
      "canceledAt": null,
      "collectionMethod": "charge_automatically",
      "createdAt": "2024-07-15T00:00:00.000Z",
      "currentPeriodEnd": 1722211200,
      "currentPeriodStart": 1721001600,
      "customerId": "cus_trial003",
      "defaultPaymentMethod": "pm_trial_003",
      "endedAt": null,
      "id": 3,
      "items": [
        {
          "priceId": "price_growth_mo",
          "quantity": 5,
          "subscriptionItemId": "si_trial_001"
        }
      ],
      "latestInvoiceId": null,
      "livemode": false,
      "metadata": {},
      "status": "trialing",
      "subscriptionId": "sub_trial",
      "trialEnd": 1722211200,
      "trialStart": 1721001600,
      "updatedAt": "2024-07-15T00:00:00.000Z"
    },
    {
      "cancelAt": null,
      "cancelAtPeriodEnd": false,
      "canceledAt": 1721001600,
      "collectionMethod": "charge_automatically",
      "createdAt": "2024-02-01T00:00:00.000Z",
      "currentPeriodEnd": 1723075200,
      "currentPeriodStart": 1720396800,
      "customerId": "cus_canceled004",
      "defaultPaymentMethod": null,
      "endedAt": 1721001600,
      "id": 4,
      "items": [
        {
          "priceId": "price_starter_mo",
          "quantity": 3,
          "subscriptionItemId": "si_canceled_001"
        }
      ],
      "latestInvoiceId": null,
      "livemode": false,
      "metadata": {
        "churn_reason": "too_expensive"
      },
      "status": "canceled",
      "subscriptionId": "sub_canceled",
      "trialEnd": null,
      "trialStart": null,
      "updatedAt": "2024-07-15T00:00:00.000Z"
    },
    {
      "cancelAt": null,
      "cancelAtPeriodEnd": false,
      "canceledAt": null,
      "collectionMethod": "charge_automatically",
      "createdAt": "2024-05-01T00:00:00.000Z",
      "currentPeriodEnd": 1725148800,
      "currentPeriodStart": 1722470400,
      "customerId": "cus_multi005",
      "defaultPaymentMethod": "pm_multi_005",
      "endedAt": null,
      "id": 5,
      "items": [
        {
          "priceId": "price_growth_mo",
          "quantity": 20,
          "subscriptionItemId": "si_multi_main"
        }
      ],
      "latestInvoiceId": null,
      "livemode": false,
      "metadata": {},
      "status": "active",
      "subscriptionId": "sub_multi_main",
      "trialEnd": null,
      "trialStart": null,
      "updatedAt": "2024-08-01T00:00:00.000Z"
    },
    {
      "cancelAt": null,
      "cancelAtPeriodEnd": false,
      "canceledAt": null,
      "collectionMethod": "charge_automatically",
      "createdAt": "2024-06-01T00:00:00.000Z",
      "currentPeriodEnd": 1725148800,
      "currentPeriodStart": 1722470400,
      "customerId": "cus_multi005",
      "defaultPaymentMethod": "pm_multi_005",
      "endedAt": null,
      "id": 6,
      "items": [
        {
          "priceId": "price_storage_mo",
          "quantity": 3,
          "subscriptionItemId": "si_multi_addon"
        }
      ],
      "latestInvoiceId": null,
      "livemode": false,
      "metadata": {},
      "status": "active",
      "subscriptionId": "sub_multi_addon",
      "trialEnd": null,
      "trialStart": null,
      "updatedAt": "2024-08-01T00:00:00.000Z"
    }
  ],
  "taxRates": [],
  "testClocks": [
    {
      "createdAt": "2025-01-10T00:00:00.000Z",
      "frozenTime": 1736467200,
      "id": 1,
      "livemode": false,
      "name": "Subscription lifecycle test clock",
      "status": "ready",
      "testClockId": "clock_sub_lifecycle",
      "updatedAt": "2025-01-10T00:00:00.000Z"
    }
  ],
  "usageRecords": [
    {
      "action": "set",
      "createdAt": "2024-08-10T12:00:00.000Z",
      "id": 1,
      "livemode": false,
      "quantity": 55,
      "subscriptionItemId": "si_ent_001",
      "timestamp": 1723276800,
      "updatedAt": "2024-08-10T12:00:00.000Z",
      "usageRecordId": "ur_ent_001"
    },
    {
      "action": "increment",
      "createdAt": "2024-08-20T12:00:00.000Z",
      "id": 2,
      "livemode": false,
      "quantity": 5,
      "subscriptionItemId": "si_ent_001",
      "timestamp": 1724140800,
      "updatedAt": "2024-08-20T12:00:00.000Z",
      "usageRecordId": "ur_ent_002"
    }
  ],
  "usageRecordSummaries": [
    {
      "createdAt": "2024-08-31T23:59:59.000Z",
      "id": 1,
      "invoiceId": null,
      "livemode": false,
      "period": {
        "end": 1725148800,
        "start": 1722470400
      },
      "subscriptionItemId": "si_ent_001",
      "totalUsage": 60,
      "updatedAt": "2024-08-31T23:59:59.000Z",
      "usageRecordSummaryId": "urs_ent_aug"
    }
  ],
  "webhookEndpoints": [
    {
      "apiVersion": "2024-06-20",
      "createdAt": "2024-02-01T00:00:00.000Z",
      "description": "Production webhook for subscription lifecycle",
      "enabledEvents": [
        "customer.subscription.created",
        "customer.subscription.updated",
        "customer.subscription.deleted",
        "invoice.payment_succeeded",
        "invoice.payment_failed",
        "checkout.session.completed"
      ],
      "id": 1,
      "livemode": false,
      "secret": "sample-redacted-a1cc64093504",
      "status": "enabled",
      "updatedAt": "2024-02-01T00:00:00.000Z",
      "url": "https://saas-co.io/webhooks/stripe",
      "webhookEndpointId": "we_prod_001"
    },
    {
      "apiVersion": "2024-06-20",
      "createdAt": "2024-06-01T00:00:00.000Z",
      "description": "Staging endpoint — receives all events",
      "enabledEvents": [
        "*"
      ],
      "id": 2,
      "livemode": false,
      "secret": "sample-redacted-ab6796efc1e8",
      "status": "enabled",
      "updatedAt": "2024-06-01T00:00:00.000Z",
      "url": "https://staging.saas-co.io/webhooks/stripe",
      "webhookEndpointId": "we_staging_002"
    }
  ]
}
