Webhook Event Detail

一覧へ戻る

概要
Provider
stripe
Received
2026-03-10 09:10:16 UTC
Event Type
payment_intent.succeeded
Event Id
evt_3T9JVUAcQ3JXK4er0EB4F4z8
Path
/webhooks/stripe
Content-Type
application/json; charset=utf-8
Signature
True
Saved File
/var/www/test_web/received-webhooks/stripe/20260310_091016_069_3dc5d8594feb464fbb0443b22f8cecdf.json
Note
Verified. Timestamp=1773133815
イベントの意味
支払い成功

意味: PaymentIntent ベースの決済が正常に完了したことを示します。

送信タイミング: カード決済などで Stripe が支払い成功を確定した直後に送信されます。

典型アクション: 売上計上、出荷開始、課金成功通知に使います。

Body JSON
{
  "id": "evt_3T9JVUAcQ3JXK4er0EB4F4z8",
  "object": "event",
  "api_version": "2026-01-28.clover",
  "created": 1773123064,
  "data": {
    "object": {
      "id": "pi_3T9JVUAcQ3JXK4er0rFgLujX",
      "object": "payment_intent",
      "amount": 2000,
      "amount_capturable": 0,
      "amount_details": {
        "tip": {}
      },
      "amount_received": 2000,
      "application": null,
      "application_fee_amount": null,
      "automatic_payment_methods": null,
      "canceled_at": null,
      "cancellation_reason": null,
      "capture_method": "automatic_async",
      "client_secret": "pi_3T9JVUAcQ3JXK4er0rFgLujX_secret_oMgdWWxB3pJ0xAILFIGTkRYad",
      "confirmation_method": "automatic",
      "created": 1773123064,
      "currency": "usd",
      "customer": null,
      "customer_account": null,
      "description": "(created by Stripe CLI)",
      "excluded_payment_method_types": null,
      "last_payment_error": null,
      "latest_charge": "ch_3T9JVUAcQ3JXK4er05IGo3hr",
      "livemode": false,
      "metadata": {},
      "next_action": null,
      "on_behalf_of": null,
      "payment_method": "pm_1T9JVUAcQ3JXK4ert87BmXcx",
      "payment_method_configuration_details": null,
      "payment_method_options": {
        "card": {
          "installments": 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": {
        "address": {
          "city": "San Francisco",
          "country": "US",
          "line1": "510 Townsend St",
          "line2": null,
          "postal_code": "94103",
          "state": "CA"
        },
        "carrier": null,
        "name": "Jenny Rosen",
        "phone": null,
        "tracking_number": 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": "req_vpvcKYiSCs9Hmp",
    "idempotency_key": "1f218daf-deac-464c-b894-630a2737ef63"
  },
  "type": "payment_intent.succeeded"
}
Headers
NameValue
Accept */*; q=0.5, application/json
Cache-Control no-cache
Connection close
Content-Length 2339
Content-Type application/json; charset=utf-8
Host wwz.kaigiken.com
Stripe-Signature t=1773133815,v1=0b39f610555c231dfb31df608af95c307811d728e79e54bdce738569dec20bf8,v0=3df60d1b164acbc3e37e5ed0e9f24e66b62f0eabb81dba955decd5b6bc07c73f
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:16.0698169Z",
  "method": "POST",
  "scheme": "http",
  "host": "wwz.kaigiken.com",
  "path": "/webhooks/stripe",
  "queryString": "",
  "contentType": "application/json; charset=utf-8",
  "contentLength": 2339,
  "signatureVerified": true,
  "eventId": "evt_3T9JVUAcQ3JXK4er0EB4F4z8",
  "eventType": "payment_intent.succeeded",
  "note": "Verified. Timestamp=1773133815",
  "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": "2339",
    "X-Real-IP": "54.187.205.235",
    "X-Forwarded-For": "54.187.205.235",
    "X-Forwarded-Proto": "https",
    "Stripe-Signature": "t=1773133815,v1=0b39f610555c231dfb31df608af95c307811d728e79e54bdce738569dec20bf8,v0=3df60d1b164acbc3e37e5ed0e9f24e66b62f0eabb81dba955decd5b6bc07c73f"
  },
  "body": "{\n  \u0022id\u0022: \u0022evt_3T9JVUAcQ3JXK4er0EB4F4z8\u0022,\n  \u0022object\u0022: \u0022event\u0022,\n  \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n  \u0022created\u0022: 1773123064,\n  \u0022data\u0022: {\n    \u0022object\u0022: {\n      \u0022id\u0022: \u0022pi_3T9JVUAcQ3JXK4er0rFgLujX\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: 2000,\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_3T9JVUAcQ3JXK4er0rFgLujX_secret_oMgdWWxB3pJ0xAILFIGTkRYad\u0022,\n      \u0022confirmation_method\u0022: \u0022automatic\u0022,\n      \u0022created\u0022: 1773123064,\n      \u0022currency\u0022: \u0022usd\u0022,\n      \u0022customer\u0022: null,\n      \u0022customer_account\u0022: null,\n      \u0022description\u0022: \u0022(created by Stripe CLI)\u0022,\n      \u0022excluded_payment_method_types\u0022: null,\n      \u0022last_payment_error\u0022: null,\n      \u0022latest_charge\u0022: \u0022ch_3T9JVUAcQ3JXK4er05IGo3hr\u0022,\n      \u0022livemode\u0022: false,\n      \u0022metadata\u0022: {},\n      \u0022next_action\u0022: null,\n      \u0022on_behalf_of\u0022: null,\n      \u0022payment_method\u0022: \u0022pm_1T9JVUAcQ3JXK4ert87BmXcx\u0022,\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      },\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: {\n        \u0022address\u0022: {\n          \u0022city\u0022: \u0022San Francisco\u0022,\n          \u0022country\u0022: \u0022US\u0022,\n          \u0022line1\u0022: \u0022510 Townsend St\u0022,\n          \u0022line2\u0022: null,\n          \u0022postal_code\u0022: \u002294103\u0022,\n          \u0022state\u0022: \u0022CA\u0022\n        },\n        \u0022carrier\u0022: null,\n        \u0022name\u0022: \u0022Jenny Rosen\u0022,\n        \u0022phone\u0022: null,\n        \u0022tracking_number\u0022: null\n      },\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: \u0022req_vpvcKYiSCs9Hmp\u0022,\n    \u0022idempotency_key\u0022: \u00221f218daf-deac-464c-b894-630a2737ef63\u0022\n  },\n  \u0022type\u0022: \u0022payment_intent.succeeded\u0022\n}"
}