Webhook Event Detail

一覧へ戻る

概要
Provider
stripe
Received
2026-03-10 08:14:55 UTC
Event Type
product.created
Event Id
evt_1T9IeSAcQ3JXK4erWsooywgp
Path
/webhooks/stripe
Content-Type
application/json; charset=utf-8
Signature
True
Saved File
/var/www/test_web/received-webhooks/stripe/20260310_081455_670_c29dcb22849f4342bd5823e1833778cd.json
Note
Verified. Timestamp=1773130495
イベントの意味
未登録イベント

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

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

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

Body JSON
{
  "id": "evt_1T9IeSAcQ3JXK4erWsooywgp",
  "object": "event",
  "api_version": "2026-01-28.clover",
  "created": 1773119776,
  "data": {
    "object": {
      "id": "prod_U7Xj7elGhFbsaq",
      "object": "product",
      "active": true,
      "attributes": [],
      "created": 1773119775,
      "default_price": null,
      "description": "(created by Stripe CLI)",
      "images": [],
      "livemode": false,
      "marketing_features": [],
      "metadata": {},
      "name": "myproduct",
      "package_dimensions": null,
      "shippable": null,
      "statement_descriptor": null,
      "tax_code": null,
      "type": "service",
      "unit_label": null,
      "updated": 1773119775,
      "url": null
    }
  },
  "livemode": false,
  "pending_webhooks": 1,
  "request": {
    "id": "req_QCY5ObHMlwtJ9t",
    "idempotency_key": "40607528-62b6-49aa-b9cb-a1501a04d7de"
  },
  "type": "product.created"
}
Headers
NameValue
Accept */*; q=0.5, application/json
Cache-Control no-cache
Connection close
Content-Length 911
Content-Type application/json; charset=utf-8
Host wwz.kaigiken.com
Stripe-Signature t=1773130495,v1=2b45f84c0a503b86083df8175e6325858c69dfc15afa37468d7626a9025f216e,v0=a003d9041a0afa2da854f9f870a59266e23de0091673404e318df764cd9f0d3e
User-Agent Stripe/1.0 (+https://stripe.com/docs/webhooks)
X-Forwarded-For 54.187.205.235
X-Forwarded-Proto https
X-Real-IP 54.187.205.235
保存済みエンベロープ JSON
{
  "provider": "stripe",
  "receivedAtUtc": "2026-03-10T08:14:55.6705913Z",
  "method": "POST",
  "scheme": "http",
  "host": "wwz.kaigiken.com",
  "path": "/webhooks/stripe",
  "queryString": "",
  "contentType": "application/json; charset=utf-8",
  "contentLength": 911,
  "signatureVerified": true,
  "eventId": "evt_1T9IeSAcQ3JXK4erWsooywgp",
  "eventType": "product.created",
  "note": "Verified. Timestamp=1773130495",
  "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": "911",
    "X-Real-IP": "54.187.205.235",
    "X-Forwarded-For": "54.187.205.235",
    "X-Forwarded-Proto": "https",
    "Stripe-Signature": "t=1773130495,v1=2b45f84c0a503b86083df8175e6325858c69dfc15afa37468d7626a9025f216e,v0=a003d9041a0afa2da854f9f870a59266e23de0091673404e318df764cd9f0d3e"
  },
  "body": "{\n  \u0022id\u0022: \u0022evt_1T9IeSAcQ3JXK4erWsooywgp\u0022,\n  \u0022object\u0022: \u0022event\u0022,\n  \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n  \u0022created\u0022: 1773119776,\n  \u0022data\u0022: {\n    \u0022object\u0022: {\n      \u0022id\u0022: \u0022prod_U7Xj7elGhFbsaq\u0022,\n      \u0022object\u0022: \u0022product\u0022,\n      \u0022active\u0022: true,\n      \u0022attributes\u0022: [],\n      \u0022created\u0022: 1773119775,\n      \u0022default_price\u0022: null,\n      \u0022description\u0022: \u0022(created by Stripe CLI)\u0022,\n      \u0022images\u0022: [],\n      \u0022livemode\u0022: false,\n      \u0022marketing_features\u0022: [],\n      \u0022metadata\u0022: {},\n      \u0022name\u0022: \u0022myproduct\u0022,\n      \u0022package_dimensions\u0022: null,\n      \u0022shippable\u0022: null,\n      \u0022statement_descriptor\u0022: null,\n      \u0022tax_code\u0022: null,\n      \u0022type\u0022: \u0022service\u0022,\n      \u0022unit_label\u0022: null,\n      \u0022updated\u0022: 1773119775,\n      \u0022url\u0022: null\n    }\n  },\n  \u0022livemode\u0022: false,\n  \u0022pending_webhooks\u0022: 1,\n  \u0022request\u0022: {\n    \u0022id\u0022: \u0022req_QCY5ObHMlwtJ9t\u0022,\n    \u0022idempotency_key\u0022: \u002240607528-62b6-49aa-b9cb-a1501a04d7de\u0022\n  },\n  \u0022type\u0022: \u0022product.created\u0022\n}"
}