Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-10 05:31:58 UTC
- Event Type
customer.updated- Event Id
evt_1T9ItdAcQ3JXK4erQV4eior6- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- -
- Saved File
/var/www/test_web/received-webhooks/stripe/20260310_053158_163_b9ad2441ff884d629f51dc590347385a.json- Note
- -
イベントの意味
未登録イベント
意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。
送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。
典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。
Body JSON
{
"id": "evt_1T9ItdAcQ3JXK4erQV4eior6",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773120717,
"data": {
"object": {
"id": "cus_U7XzlDTh06ia1b",
"object": "customer",
"address": null,
"balance": 0,
"created": 1773120716,
"currency": "usd",
"customer_account": null,
"default_source": null,
"delinquent": false,
"description": "(created by Stripe CLI)",
"discount": null,
"email": null,
"invoice_prefix": "9MMAUX7Y",
"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_g1fWiff4qxR2hK",
"idempotency_key": "78a8d3cd-de23-43bf-b70f-325a915a2a8a"
},
"type": "customer.updated"
}
Headers
| Name | Value |
|---|---|
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=1773120717,v1=afbd7623bfb3bd94715436664a890218aa1343bc0acc5aa541ec636b5381a5df,v0=0f2c952c3fc35d8728f2d2ba40d522116b80ecbf15cb12804241560d06061d97 |
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-10T05:31:58.1638548Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 1187,
"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.205.235",
"X-Forwarded-For": "54.187.205.235",
"X-Forwarded-Proto": "https",
"Stripe-Signature": "t=1773120717,v1=afbd7623bfb3bd94715436664a890218aa1343bc0acc5aa541ec636b5381a5df,v0=0f2c952c3fc35d8728f2d2ba40d522116b80ecbf15cb12804241560d06061d97"
},
"body": "{\n \u0022id\u0022: \u0022evt_1T9ItdAcQ3JXK4erQV4eior6\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773120717,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022cus_U7XzlDTh06ia1b\u0022,\n \u0022object\u0022: \u0022customer\u0022,\n \u0022address\u0022: null,\n \u0022balance\u0022: 0,\n \u0022created\u0022: 1773120716,\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: \u00229MMAUX7Y\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_g1fWiff4qxR2hK\u0022,\n \u0022idempotency_key\u0022: \u002278a8d3cd-de23-43bf-b70f-325a915a2a8a\u0022\n },\n \u0022type\u0022: \u0022customer.updated\u0022\n}"
}