Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-10 08:18:42 UTC
- Event Type
checkout.session.completed- Event Id
evt_1T9IeVAcQ3JXK4erBLUHL52p- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- True
- Saved File
/var/www/test_web/received-webhooks/stripe/20260310_081842_235_9a983d9285e04d9cb096e435d50f388e.json- Note
- Verified. Timestamp=1773130721
イベントの意味
Checkout 完了
意味: Stripe Checkout の画面で顧客の手続きが完了したことを示します。
送信タイミング: 顧客が Checkout 画面で決済または申込の完了に到達した直後に送信されます。
典型アクション: 注文確定、申込受付、購入完了メール送信の起点に使います。
Body JSON
{
"id": "evt_1T9IeVAcQ3JXK4erBLUHL52p",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773119779,
"data": {
"object": {
"id": "cs_test_a1GKS4pM5ODOcRoe6h2mQTxuqz9FmdquggDuCHYG7Gb8Ma6oP6HF76fNNf",
"object": "checkout.session",
"adaptive_pricing": {
"enabled": true
},
"after_expiration": null,
"allow_promotion_codes": null,
"amount_subtotal": 3000,
"amount_total": 3000,
"automatic_tax": {
"enabled": false,
"liability": null,
"provider": null,
"status": null
},
"billing_address_collection": null,
"branding_settings": {
"background_color": "#ffffff",
"border_style": "rounded",
"button_color": "#0074d4",
"display_name": "\u682A\u5F0F\u4F1A\u793E\uFF2B\uFF21\uFF29\u6280\u7814 \u30B5\u30F3\u30C9\u30DC\u30C3\u30AF\u30B9",
"font_family": "default",
"icon": null,
"logo": null
},
"cancel_url": "https://httpbin.org/post",
"client_reference_id": null,
"client_secret": null,
"collected_information": null,
"consent": null,
"consent_collection": null,
"created": 1773119777,
"currency": "usd",
"currency_conversion": null,
"custom_fields": [],
"custom_text": {
"after_submit": null,
"shipping_address": null,
"submit": null,
"terms_of_service_acceptance": null
},
"customer": null,
"customer_account": null,
"customer_creation": "if_required",
"customer_details": {
"address": {
"city": "South San Francisco",
"country": "US",
"line1": "354 Oyster Point Blvd",
"line2": null,
"postal_code": "94080",
"state": "CA"
},
"business_name": null,
"email": "stripe@example.com",
"individual_name": null,
"name": "Jenny Rosen",
"phone": null,
"tax_exempt": "none",
"tax_ids": []
},
"customer_email": null,
"discounts": [],
"expires_at": 1773206177,
"invoice": null,
"invoice_creation": {
"enabled": false,
"invoice_data": {
"account_tax_ids": null,
"custom_fields": null,
"description": null,
"footer": null,
"issuer": null,
"metadata": {},
"rendering_options": null
}
},
"livemode": false,
"locale": null,
"metadata": {},
"mode": "payment",
"origin_context": null,
"payment_intent": "pi_3T9IeUAcQ3JXK4er1sayWpHE",
"payment_link": null,
"payment_method_collection": "if_required",
"payment_method_configuration_details": {
"id": "pmc_1T4AIiAcQ3JXK4erLCLHOCiE",
"parent": null
},
"payment_method_options": {
"card": {
"installments": {
"enabled": true
},
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card",
"link"
],
"payment_status": "paid",
"permissions": null,
"phone_number_collection": {
"enabled": false
},
"recovered_from": null,
"saved_payment_method_options": null,
"setup_intent": null,
"shipping_address_collection": null,
"shipping_cost": null,
"shipping_options": [],
"status": "complete",
"submit_type": null,
"subscription": null,
"success_url": "https://httpbin.org/post",
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
},
"ui_mode": "hosted",
"url": null,
"wallet_options": null
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": null,
"idempotency_key": null
},
"type": "checkout.session.completed"
}
Headers
| Name | Value |
|---|---|
Accept |
*/*; q=0.5, application/json |
Cache-Control |
no-cache |
Connection |
close |
Content-Length |
3878 |
Content-Type |
application/json; charset=utf-8 |
Host |
wwz.kaigiken.com |
Stripe-Signature |
t=1773130721,v1=79f61caa85f1776de2f7cc512a299069d3e04e3b39e921527c43e0ada32f325b,v0=60d93c8e0bd3c006d0fe67f14ea8f981cc139a787e0532729610fcc37bcf05b9 |
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:18:42.2348341Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 3878,
"signatureVerified": true,
"eventId": "evt_1T9IeVAcQ3JXK4erBLUHL52p",
"eventType": "checkout.session.completed",
"note": "Verified. Timestamp=1773130721",
"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": "3878",
"X-Real-IP": "54.187.205.235",
"X-Forwarded-For": "54.187.205.235",
"X-Forwarded-Proto": "https",
"Stripe-Signature": "t=1773130721,v1=79f61caa85f1776de2f7cc512a299069d3e04e3b39e921527c43e0ada32f325b,v0=60d93c8e0bd3c006d0fe67f14ea8f981cc139a787e0532729610fcc37bcf05b9"
},
"body": "{\n \u0022id\u0022: \u0022evt_1T9IeVAcQ3JXK4erBLUHL52p\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773119779,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022cs_test_a1GKS4pM5ODOcRoe6h2mQTxuqz9FmdquggDuCHYG7Gb8Ma6oP6HF76fNNf\u0022,\n \u0022object\u0022: \u0022checkout.session\u0022,\n \u0022adaptive_pricing\u0022: {\n \u0022enabled\u0022: true\n },\n \u0022after_expiration\u0022: null,\n \u0022allow_promotion_codes\u0022: null,\n \u0022amount_subtotal\u0022: 3000,\n \u0022amount_total\u0022: 3000,\n \u0022automatic_tax\u0022: {\n \u0022enabled\u0022: false,\n \u0022liability\u0022: null,\n \u0022provider\u0022: null,\n \u0022status\u0022: null\n },\n \u0022billing_address_collection\u0022: null,\n \u0022branding_settings\u0022: {\n \u0022background_color\u0022: \u0022#ffffff\u0022,\n \u0022border_style\u0022: \u0022rounded\u0022,\n \u0022button_color\u0022: \u0022#0074d4\u0022,\n \u0022display_name\u0022: \u0022\u682A\u5F0F\u4F1A\u793E\uFF2B\uFF21\uFF29\u6280\u7814 \u30B5\u30F3\u30C9\u30DC\u30C3\u30AF\u30B9\u0022,\n \u0022font_family\u0022: \u0022default\u0022,\n \u0022icon\u0022: null,\n \u0022logo\u0022: null\n },\n \u0022cancel_url\u0022: \u0022https://httpbin.org/post\u0022,\n \u0022client_reference_id\u0022: null,\n \u0022client_secret\u0022: null,\n \u0022collected_information\u0022: null,\n \u0022consent\u0022: null,\n \u0022consent_collection\u0022: null,\n \u0022created\u0022: 1773119777,\n \u0022currency\u0022: \u0022usd\u0022,\n \u0022currency_conversion\u0022: null,\n \u0022custom_fields\u0022: [],\n \u0022custom_text\u0022: {\n \u0022after_submit\u0022: null,\n \u0022shipping_address\u0022: null,\n \u0022submit\u0022: null,\n \u0022terms_of_service_acceptance\u0022: null\n },\n \u0022customer\u0022: null,\n \u0022customer_account\u0022: null,\n \u0022customer_creation\u0022: \u0022if_required\u0022,\n \u0022customer_details\u0022: {\n \u0022address\u0022: {\n \u0022city\u0022: \u0022South San Francisco\u0022,\n \u0022country\u0022: \u0022US\u0022,\n \u0022line1\u0022: \u0022354 Oyster Point Blvd\u0022,\n \u0022line2\u0022: null,\n \u0022postal_code\u0022: \u002294080\u0022,\n \u0022state\u0022: \u0022CA\u0022\n },\n \u0022business_name\u0022: null,\n \u0022email\u0022: \u0022stripe@example.com\u0022,\n \u0022individual_name\u0022: null,\n \u0022name\u0022: \u0022Jenny Rosen\u0022,\n \u0022phone\u0022: null,\n \u0022tax_exempt\u0022: \u0022none\u0022,\n \u0022tax_ids\u0022: []\n },\n \u0022customer_email\u0022: null,\n \u0022discounts\u0022: [],\n \u0022expires_at\u0022: 1773206177,\n \u0022invoice\u0022: null,\n \u0022invoice_creation\u0022: {\n \u0022enabled\u0022: false,\n \u0022invoice_data\u0022: {\n \u0022account_tax_ids\u0022: null,\n \u0022custom_fields\u0022: null,\n \u0022description\u0022: null,\n \u0022footer\u0022: null,\n \u0022issuer\u0022: null,\n \u0022metadata\u0022: {},\n \u0022rendering_options\u0022: null\n }\n },\n \u0022livemode\u0022: false,\n \u0022locale\u0022: null,\n \u0022metadata\u0022: {},\n \u0022mode\u0022: \u0022payment\u0022,\n \u0022origin_context\u0022: null,\n \u0022payment_intent\u0022: \u0022pi_3T9IeUAcQ3JXK4er1sayWpHE\u0022,\n \u0022payment_link\u0022: null,\n \u0022payment_method_collection\u0022: \u0022if_required\u0022,\n \u0022payment_method_configuration_details\u0022: {\n \u0022id\u0022: \u0022pmc_1T4AIiAcQ3JXK4erLCLHOCiE\u0022,\n \u0022parent\u0022: null\n },\n \u0022payment_method_options\u0022: {\n \u0022card\u0022: {\n \u0022installments\u0022: {\n \u0022enabled\u0022: true\n },\n \u0022request_three_d_secure\u0022: \u0022automatic\u0022\n }\n },\n \u0022payment_method_types\u0022: [\n \u0022card\u0022,\n \u0022link\u0022\n ],\n \u0022payment_status\u0022: \u0022paid\u0022,\n \u0022permissions\u0022: null,\n \u0022phone_number_collection\u0022: {\n \u0022enabled\u0022: false\n },\n \u0022recovered_from\u0022: null,\n \u0022saved_payment_method_options\u0022: null,\n \u0022setup_intent\u0022: null,\n \u0022shipping_address_collection\u0022: null,\n \u0022shipping_cost\u0022: null,\n \u0022shipping_options\u0022: [],\n \u0022status\u0022: \u0022complete\u0022,\n \u0022submit_type\u0022: null,\n \u0022subscription\u0022: null,\n \u0022success_url\u0022: \u0022https://httpbin.org/post\u0022,\n \u0022total_details\u0022: {\n \u0022amount_discount\u0022: 0,\n \u0022amount_shipping\u0022: 0,\n \u0022amount_tax\u0022: 0\n },\n \u0022ui_mode\u0022: \u0022hosted\u0022,\n \u0022url\u0022: null,\n \u0022wallet_options\u0022: null\n }\n },\n \u0022livemode\u0022: false,\n \u0022pending_webhooks\u0022: 1,\n \u0022request\u0022: {\n \u0022id\u0022: null,\n \u0022idempotency_key\u0022: null\n },\n \u0022type\u0022: \u0022checkout.session.completed\u0022\n}"
}