Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-10 09:11:59 UTC
- Event Type
payment_intent.created- Event Id
evt_3T9JVjAcQ3JXK4er1RNGXzjU- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- True
- Saved File
/var/www/test_web/received-webhooks/stripe/20260310_091159_105_cf8dcfbf8545447f9b36111eaa8dd3c0.json- Note
- Verified. Timestamp=1773133918
イベントの意味
未登録イベント
意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。
送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。
典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。
Body JSON
{
"id": "evt_3T9JVjAcQ3JXK4er1RNGXzjU",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773123081,
"data": {
"object": {
"id": "pi_3T9JVjAcQ3JXK4er1F1kLIJN",
"object": "payment_intent",
"amount": 2000,
"amount_capturable": 0,
"amount_details": {
"tip": {}
},
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"client_secret": "pi_3T9JVjAcQ3JXK4er1F1kLIJN_secret_8KY7F9rQzkNNXZXW8qGU9Lb5X",
"confirmation_method": "automatic",
"created": 1773123079,
"currency": "usd",
"customer": "cus_U7YcElmTgIJFOL",
"customer_account": null,
"description": "Payment for Invoice",
"excluded_payment_method_types": null,
"last_payment_error": null,
"latest_charge": null,
"livemode": false,
"metadata": {},
"next_action": null,
"on_behalf_of": null,
"payment_method": null,
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
},
"link": {
"persistent_token": null
}
},
"payment_method_types": [
"card",
"link"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "requires_payment_method",
"transfer_data": null,
"transfer_group": null
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": "req_0V3NzwxvxkKmo2",
"idempotency_key": "2dc29448-10df-4bbf-bff6-1f1ae64de02e"
},
"type": "payment_intent.created"
}
Headers
| Name | Value |
|---|---|
Accept |
*/*; q=0.5, application/json |
Cache-Control |
no-cache |
Connection |
close |
Content-Length |
2053 |
Content-Type |
application/json; charset=utf-8 |
Host |
wwz.kaigiken.com |
Stripe-Signature |
t=1773133918,v1=24fb39869af68fcbf1ce87d85c24f13c91265533bbecfccc5ad6d9e8e85372c3,v0=a7d0465bf62d97d18ced4863abe4471cf1bf36f026c61013cca312874888b180 |
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:11:59.1057028Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 2053,
"signatureVerified": true,
"eventId": "evt_3T9JVjAcQ3JXK4er1RNGXzjU",
"eventType": "payment_intent.created",
"note": "Verified. Timestamp=1773133918",
"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": "2053",
"X-Real-IP": "54.187.205.235",
"X-Forwarded-For": "54.187.205.235",
"X-Forwarded-Proto": "https",
"Stripe-Signature": "t=1773133918,v1=24fb39869af68fcbf1ce87d85c24f13c91265533bbecfccc5ad6d9e8e85372c3,v0=a7d0465bf62d97d18ced4863abe4471cf1bf36f026c61013cca312874888b180"
},
"body": "{\n \u0022id\u0022: \u0022evt_3T9JVjAcQ3JXK4er1RNGXzjU\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773123081,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022pi_3T9JVjAcQ3JXK4er1F1kLIJN\u0022,\n \u0022object\u0022: \u0022payment_intent\u0022,\n \u0022amount\u0022: 2000,\n \u0022amount_capturable\u0022: 0,\n \u0022amount_details\u0022: {\n \u0022tip\u0022: {}\n },\n \u0022amount_received\u0022: 0,\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\u0022,\n \u0022client_secret\u0022: \u0022pi_3T9JVjAcQ3JXK4er1F1kLIJN_secret_8KY7F9rQzkNNXZXW8qGU9Lb5X\u0022,\n \u0022confirmation_method\u0022: \u0022automatic\u0022,\n \u0022created\u0022: 1773123079,\n \u0022currency\u0022: \u0022usd\u0022,\n \u0022customer\u0022: \u0022cus_U7YcElmTgIJFOL\u0022,\n \u0022customer_account\u0022: null,\n \u0022description\u0022: \u0022Payment for Invoice\u0022,\n \u0022excluded_payment_method_types\u0022: null,\n \u0022last_payment_error\u0022: null,\n \u0022latest_charge\u0022: null,\n \u0022livemode\u0022: false,\n \u0022metadata\u0022: {},\n \u0022next_action\u0022: null,\n \u0022on_behalf_of\u0022: null,\n \u0022payment_method\u0022: null,\n \u0022payment_method_configuration_details\u0022: null,\n \u0022payment_method_options\u0022: {\n \u0022card\u0022: {\n \u0022installments\u0022: null,\n \u0022mandate_options\u0022: null,\n \u0022network\u0022: null,\n \u0022request_three_d_secure\u0022: \u0022automatic\u0022\n },\n \u0022link\u0022: {\n \u0022persistent_token\u0022: null\n }\n },\n \u0022payment_method_types\u0022: [\n \u0022card\u0022,\n \u0022link\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: \u0022requires_payment_method\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: \u0022req_0V3NzwxvxkKmo2\u0022,\n \u0022idempotency_key\u0022: \u00222dc29448-10df-4bbf-bff6-1f1ae64de02e\u0022\n },\n \u0022type\u0022: \u0022payment_intent.created\u0022\n}"
}