Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-11 02:12:04 UTC
- Event Type
payment_intent.succeeded- Event Id
evt_3T9cFiAcQ3JXK4er14qicbRD- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- True
- Saved File
/var/www/test_web/received-webhooks/stripe/20260311_021204_424_6fb606e194d9400f8c0d9291842d135c.json- Note
- Verified. Timestamp=1773195123 / Order not found.
イベントの意味
支払い成功
意味: PaymentIntent ベースの決済が正常に完了したことを示します。
送信タイミング: カード決済などで Stripe が支払い成功を確定した直後に送信されます。
典型アクション: 売上計上、出荷開始、課金成功通知に使います。
Body JSON
{
"id": "evt_3T9cFiAcQ3JXK4er14qicbRD",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773195123,
"data": {
"object": {
"id": "pi_3T9cFiAcQ3JXK4er1qUzSavz",
"object": "payment_intent",
"amount": 11200,
"amount_capturable": 0,
"amount_details": {
"tip": {}
},
"amount_received": 11200,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic_async",
"client_secret": "pi_3T9cFiAcQ3JXK4er1qUzSavz_secret_b4Egd6tCBhe9ebDjOCQdq7pk1",
"confirmation_method": "automatic",
"created": 1773195122,
"currency": "jpy",
"customer": null,
"customer_account": null,
"description": null,
"excluded_payment_method_types": null,
"last_payment_error": null,
"latest_charge": "ch_3T9cFiAcQ3JXK4er1TcEhLUG",
"livemode": false,
"metadata": {
"items_json": "[{\u0022ProductId\u0022:\u0022sku_book\u0022,\u0022Name\u0022:\u0022\\u6280\\u8853\\u66F8\u0022,\u0022Quantity\u0022:1,\u0022UnitAmount\u0022:1200},{\u0022ProductId\u0022:\u0022sku_support\u0022,\u0022Name\u0022:\u0022\\u30B5\\u30DD\\u30FC\\u30C8\\u30D7\\u30E9\\u30F3\u0022,\u0022Quantity\u0022:2,\u0022UnitAmount\u0022:5000}]",
"order_id": "STR-20260311021136-d68cf5",
"customer_email": "ksakaguc@ieee.org",
"flow_type": "stripe_standard",
"customer_name": "\u3055\u304B\u3050\u3061"
},
"next_action": null,
"on_behalf_of": null,
"payment_method": "pm_1T9cFhAcQ3JXK4erSrA9aAyM",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": {
"available_plans": [],
"enabled": true,
"plan": null
},
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": null,
"idempotency_key": "0239e9d1-1486-45e9-bf71-e1ca1d2a74cb"
},
"type": "payment_intent.succeeded"
}
Headers
| Name | Value |
|---|---|
Accept |
*/*; q=0.5, application/json |
Cache-Control |
no-cache |
Connection |
close |
Content-Length |
2510 |
Content-Type |
application/json; charset=utf-8 |
Host |
wwz.kaigiken.com |
Stripe-Signature |
t=1773195123,v1=d3a2a65bbebec0c6d2ae6bdc72f799340d7e958a6d21a6b9800af9cf7037e344,v0=54057299d281fd7350ba0272d5be700f298074245712bd66bab00f56cb201204 |
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-11T02:12:04.4180204Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 2510,
"signatureVerified": true,
"eventId": "evt_3T9cFiAcQ3JXK4er14qicbRD",
"eventType": "payment_intent.succeeded",
"note": "Verified. Timestamp=1773195123 / Order not found.",
"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": "2510",
"X-Real-IP": "54.187.174.169",
"X-Forwarded-For": "54.187.174.169",
"X-Forwarded-Proto": "https",
"Stripe-Signature": "t=1773195123,v1=d3a2a65bbebec0c6d2ae6bdc72f799340d7e958a6d21a6b9800af9cf7037e344,v0=54057299d281fd7350ba0272d5be700f298074245712bd66bab00f56cb201204"
},
"body": "{\n \u0022id\u0022: \u0022evt_3T9cFiAcQ3JXK4er14qicbRD\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773195123,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022pi_3T9cFiAcQ3JXK4er1qUzSavz\u0022,\n \u0022object\u0022: \u0022payment_intent\u0022,\n \u0022amount\u0022: 11200,\n \u0022amount_capturable\u0022: 0,\n \u0022amount_details\u0022: {\n \u0022tip\u0022: {}\n },\n \u0022amount_received\u0022: 11200,\n \u0022application\u0022: null,\n \u0022application_fee_amount\u0022: null,\n \u0022automatic_payment_methods\u0022: null,\n \u0022canceled_at\u0022: null,\n \u0022cancellation_reason\u0022: null,\n \u0022capture_method\u0022: \u0022automatic_async\u0022,\n \u0022client_secret\u0022: \u0022pi_3T9cFiAcQ3JXK4er1qUzSavz_secret_b4Egd6tCBhe9ebDjOCQdq7pk1\u0022,\n \u0022confirmation_method\u0022: \u0022automatic\u0022,\n \u0022created\u0022: 1773195122,\n \u0022currency\u0022: \u0022jpy\u0022,\n \u0022customer\u0022: null,\n \u0022customer_account\u0022: null,\n \u0022description\u0022: null,\n \u0022excluded_payment_method_types\u0022: null,\n \u0022last_payment_error\u0022: null,\n \u0022latest_charge\u0022: \u0022ch_3T9cFiAcQ3JXK4er1TcEhLUG\u0022,\n \u0022livemode\u0022: false,\n \u0022metadata\u0022: {\n \u0022items_json\u0022: \u0022[{\\\u0022ProductId\\\u0022:\\\u0022sku_book\\\u0022,\\\u0022Name\\\u0022:\\\u0022\\\\u6280\\\\u8853\\\\u66F8\\\u0022,\\\u0022Quantity\\\u0022:1,\\\u0022UnitAmount\\\u0022:1200},{\\\u0022ProductId\\\u0022:\\\u0022sku_support\\\u0022,\\\u0022Name\\\u0022:\\\u0022\\\\u30B5\\\\u30DD\\\\u30FC\\\\u30C8\\\\u30D7\\\\u30E9\\\\u30F3\\\u0022,\\\u0022Quantity\\\u0022:2,\\\u0022UnitAmount\\\u0022:5000}]\u0022,\n \u0022order_id\u0022: \u0022STR-20260311021136-d68cf5\u0022,\n \u0022customer_email\u0022: \u0022ksakaguc@ieee.org\u0022,\n \u0022flow_type\u0022: \u0022stripe_standard\u0022,\n \u0022customer_name\u0022: \u0022\u3055\u304B\u3050\u3061\u0022\n },\n \u0022next_action\u0022: null,\n \u0022on_behalf_of\u0022: null,\n \u0022payment_method\u0022: \u0022pm_1T9cFhAcQ3JXK4erSrA9aAyM\u0022,\n \u0022payment_method_configuration_details\u0022: null,\n \u0022payment_method_options\u0022: {\n \u0022card\u0022: {\n \u0022installments\u0022: {\n \u0022available_plans\u0022: [],\n \u0022enabled\u0022: true,\n \u0022plan\u0022: null\n },\n \u0022mandate_options\u0022: null,\n \u0022network\u0022: null,\n \u0022request_three_d_secure\u0022: \u0022automatic\u0022\n }\n },\n \u0022payment_method_types\u0022: [\n \u0022card\u0022\n ],\n \u0022processing\u0022: null,\n \u0022receipt_email\u0022: null,\n \u0022review\u0022: null,\n \u0022setup_future_usage\u0022: null,\n \u0022shipping\u0022: null,\n \u0022source\u0022: null,\n \u0022statement_descriptor\u0022: null,\n \u0022statement_descriptor_suffix\u0022: null,\n \u0022status\u0022: \u0022succeeded\u0022,\n \u0022transfer_data\u0022: null,\n \u0022transfer_group\u0022: null\n }\n },\n \u0022livemode\u0022: false,\n \u0022pending_webhooks\u0022: 1,\n \u0022request\u0022: {\n \u0022id\u0022: null,\n \u0022idempotency_key\u0022: \u00220239e9d1-1486-45e9-bf71-e1ca1d2a74cb\u0022\n },\n \u0022type\u0022: \u0022payment_intent.succeeded\u0022\n}"
}