Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-10 09:10:04 UTC
- Event Type
product.created- Event Id
evt_1T9JVaAcQ3JXK4ernaxGJePb- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- True
- Saved File
/var/www/test_web/received-webhooks/stripe/20260310_091004_717_c5fe7f05e32144d7a4606beb48e026d4.json- Note
- Verified. Timestamp=1773133804
イベントの意味
未登録イベント
意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。
送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。
典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。
Body JSON
{
"id": "evt_1T9JVaAcQ3JXK4ernaxGJePb",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773123070,
"data": {
"object": {
"id": "prod_U7YcPD8wkIEcmB",
"object": "product",
"active": true,
"attributes": [],
"created": 1773123070,
"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": 1773123070,
"url": null
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": "req_4CdHaRYOC7C427",
"idempotency_key": "2a1ac7f0-7bee-4eec-877d-ce2eb22fef1f"
},
"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=1773133804,v1=db12beb12e8958bb3760f5178b554636cdd45f2884383579f35e2a9979b1b1d8,v0=aa66086f6226dba52b75814903bdc89d1d6e3ba64b559f62781b6223b42a2cbb |
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-10T09:10:04.7172481Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 911,
"signatureVerified": true,
"eventId": "evt_1T9JVaAcQ3JXK4ernaxGJePb",
"eventType": "product.created",
"note": "Verified. Timestamp=1773133804",
"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=1773133804,v1=db12beb12e8958bb3760f5178b554636cdd45f2884383579f35e2a9979b1b1d8,v0=aa66086f6226dba52b75814903bdc89d1d6e3ba64b559f62781b6223b42a2cbb"
},
"body": "{\n \u0022id\u0022: \u0022evt_1T9JVaAcQ3JXK4ernaxGJePb\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773123070,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022prod_U7YcPD8wkIEcmB\u0022,\n \u0022object\u0022: \u0022product\u0022,\n \u0022active\u0022: true,\n \u0022attributes\u0022: [],\n \u0022created\u0022: 1773123070,\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: 1773123070,\n \u0022url\u0022: null\n }\n },\n \u0022livemode\u0022: false,\n \u0022pending_webhooks\u0022: 1,\n \u0022request\u0022: {\n \u0022id\u0022: \u0022req_4CdHaRYOC7C427\u0022,\n \u0022idempotency_key\u0022: \u00222a1ac7f0-7bee-4eec-877d-ce2eb22fef1f\u0022\n },\n \u0022type\u0022: \u0022product.created\u0022\n}"
}