Webhook Event Detail

一覧へ戻る

概要
Provider
stripe
Received
2026-03-10 08:18:03 UTC
Event Type
customer.updated
Event Id
evt_1T9IegAcQ3JXK4ersOVJ1rF8
Path
/webhooks/stripe
Content-Type
application/json; charset=utf-8
Signature
True
Saved File
/var/www/test_web/received-webhooks/stripe/20260310_081803_649_2740c207cdec41948845e9d0a4d9e757.json
Note
Verified. Timestamp=1773130683
イベントの意味
未登録イベント

意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。

送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。

典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。

Body JSON
{
  "id": "evt_1T9IegAcQ3JXK4ersOVJ1rF8",
  "object": "event",
  "api_version": "2026-01-28.clover",
  "created": 1773119789,
  "data": {
    "object": {
      "id": "cus_U7Xk9rHzQFGU9p",
      "object": "customer",
      "address": null,
      "balance": 0,
      "created": 1773119788,
      "currency": "usd",
      "customer_account": null,
      "default_source": null,
      "delinquent": false,
      "description": "(created by Stripe CLI)",
      "discount": null,
      "email": null,
      "invoice_prefix": "K9ATKPJC",
      "invoice_settings": {
        "custom_fields": null,
        "default_payment_method": null,
        "footer": null,
        "rendering_options": null
      },
      "livemode": false,
      "metadata": {},
      "name": null,
      "next_invoice_sequence": 1,
      "phone": null,
      "preferred_locales": [],
      "shipping": null,
      "tax_exempt": "none",
      "test_clock": null
    },
    "previous_attributes": {
      "currency": null
    }
  },
  "livemode": false,
  "pending_webhooks": 1,
  "request": {
    "id": "req_mbWwCWkQ7oxJ8s",
    "idempotency_key": "b152dca5-82e5-416a-b526-7a9f9228590f"
  },
  "type": "customer.updated"
}
Headers
NameValue
Accept */*; q=0.5, application/json
Cache-Control no-cache
Connection close
Content-Length 1187
Content-Type application/json; charset=utf-8
Host wwz.kaigiken.com
Stripe-Signature t=1773130683,v1=86d1d80e12253b2c0abaa436f0ad6d5041eb468b4fb21ecd4a642cdfeb2a736c,v0=685a1d6981a0c1aa6936eed13f3b309841e4cb62aec5c580a79a0d79fbdb1a95
User-Agent Stripe/1.0 (+https://stripe.com/docs/webhooks)
X-Forwarded-For 54.187.174.169
X-Forwarded-Proto https
X-Real-IP 54.187.174.169
保存済みエンベロープ JSON
{
  "provider": "stripe",
  "receivedAtUtc": "2026-03-10T08:18:03.6489834Z",
  "method": "POST",
  "scheme": "http",
  "host": "wwz.kaigiken.com",
  "path": "/webhooks/stripe",
  "queryString": "",
  "contentType": "application/json; charset=utf-8",
  "contentLength": 1187,
  "signatureVerified": true,
  "eventId": "evt_1T9IegAcQ3JXK4ersOVJ1rF8",
  "eventType": "customer.updated",
  "note": "Verified. Timestamp=1773130683",
  "headers": {
    "Accept": "*/*; q=0.5, application/json",
    "Connection": "close",
    "Host": "wwz.kaigiken.com",
    "User-Agent": "Stripe/1.0 (\u002Bhttps://stripe.com/docs/webhooks)",
    "Cache-Control": "no-cache",
    "Content-Type": "application/json; charset=utf-8",
    "Content-Length": "1187",
    "X-Real-IP": "54.187.174.169",
    "X-Forwarded-For": "54.187.174.169",
    "X-Forwarded-Proto": "https",
    "Stripe-Signature": "t=1773130683,v1=86d1d80e12253b2c0abaa436f0ad6d5041eb468b4fb21ecd4a642cdfeb2a736c,v0=685a1d6981a0c1aa6936eed13f3b309841e4cb62aec5c580a79a0d79fbdb1a95"
  },
  "body": "{\n  \u0022id\u0022: \u0022evt_1T9IegAcQ3JXK4ersOVJ1rF8\u0022,\n  \u0022object\u0022: \u0022event\u0022,\n  \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n  \u0022created\u0022: 1773119789,\n  \u0022data\u0022: {\n    \u0022object\u0022: {\n      \u0022id\u0022: \u0022cus_U7Xk9rHzQFGU9p\u0022,\n      \u0022object\u0022: \u0022customer\u0022,\n      \u0022address\u0022: null,\n      \u0022balance\u0022: 0,\n      \u0022created\u0022: 1773119788,\n      \u0022currency\u0022: \u0022usd\u0022,\n      \u0022customer_account\u0022: null,\n      \u0022default_source\u0022: null,\n      \u0022delinquent\u0022: false,\n      \u0022description\u0022: \u0022(created by Stripe CLI)\u0022,\n      \u0022discount\u0022: null,\n      \u0022email\u0022: null,\n      \u0022invoice_prefix\u0022: \u0022K9ATKPJC\u0022,\n      \u0022invoice_settings\u0022: {\n        \u0022custom_fields\u0022: null,\n        \u0022default_payment_method\u0022: null,\n        \u0022footer\u0022: null,\n        \u0022rendering_options\u0022: null\n      },\n      \u0022livemode\u0022: false,\n      \u0022metadata\u0022: {},\n      \u0022name\u0022: null,\n      \u0022next_invoice_sequence\u0022: 1,\n      \u0022phone\u0022: null,\n      \u0022preferred_locales\u0022: [],\n      \u0022shipping\u0022: null,\n      \u0022tax_exempt\u0022: \u0022none\u0022,\n      \u0022test_clock\u0022: null\n    },\n    \u0022previous_attributes\u0022: {\n      \u0022currency\u0022: null\n    }\n  },\n  \u0022livemode\u0022: false,\n  \u0022pending_webhooks\u0022: 1,\n  \u0022request\u0022: {\n    \u0022id\u0022: \u0022req_mbWwCWkQ7oxJ8s\u0022,\n    \u0022idempotency_key\u0022: \u0022b152dca5-82e5-416a-b526-7a9f9228590f\u0022\n  },\n  \u0022type\u0022: \u0022customer.updated\u0022\n}"
}