Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-10 05:31:45 UTC
- Event Type
product.created- Event Id
evt_1T9ItRAcQ3JXK4er603LsrSq- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- -
- Saved File
/var/www/test_web/received-webhooks/stripe/20260310_053145_571_e57030efb3264c55a3648f99a740c5d7.json- Note
- -
イベントの意味
未登録イベント
意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。
送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。
典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。
Body JSON
{
"id": "evt_1T9ItRAcQ3JXK4er603LsrSq",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773120704,
"data": {
"object": {
"id": "prod_U7XznPSzbC1jKy",
"object": "product",
"active": true,
"attributes": [],
"created": 1773120704,
"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": 1773120704,
"url": null
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": "req_9MfBCtLI5KkYjl",
"idempotency_key": "c8cb5b36-6c3d-4ed3-8496-b92f8bbe4707"
},
"type": "product.created"
}
Headers
| Name | Value |
|---|---|
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=1773120705,v1=36f3184d8abe8a6fe9203bd058b1a135a692df5abf117cbd2de07b5026938f55,v0=377c4bdb44438bb43722a06d9fc1ec34fbb0d07d9cb1e3a4ef71d10d48173e22 |
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-10T05:31:45.5711124Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 911,
"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.174.169",
"X-Forwarded-For": "54.187.174.169",
"X-Forwarded-Proto": "https",
"Stripe-Signature": "t=1773120705,v1=36f3184d8abe8a6fe9203bd058b1a135a692df5abf117cbd2de07b5026938f55,v0=377c4bdb44438bb43722a06d9fc1ec34fbb0d07d9cb1e3a4ef71d10d48173e22"
},
"body": "{\n \u0022id\u0022: \u0022evt_1T9ItRAcQ3JXK4er603LsrSq\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773120704,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022prod_U7XznPSzbC1jKy\u0022,\n \u0022object\u0022: \u0022product\u0022,\n \u0022active\u0022: true,\n \u0022attributes\u0022: [],\n \u0022created\u0022: 1773120704,\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: 1773120704,\n \u0022url\u0022: null\n }\n },\n \u0022livemode\u0022: false,\n \u0022pending_webhooks\u0022: 1,\n \u0022request\u0022: {\n \u0022id\u0022: \u0022req_9MfBCtLI5KkYjl\u0022,\n \u0022idempotency_key\u0022: \u0022c8cb5b36-6c3d-4ed3-8496-b92f8bbe4707\u0022\n },\n \u0022type\u0022: \u0022product.created\u0022\n}"
}