Webhook Event Detail

一覧へ戻る

概要
Provider
stripe
Received
2026-03-10 09:10:22 UTC
Event Type
payment_method.attached
Event Id
evt_1T9JVhAcQ3JXK4erlTZTFtkX
Path
/webhooks/stripe
Content-Type
application/json; charset=utf-8
Signature
True
Saved File
/var/www/test_web/received-webhooks/stripe/20260310_091022_251_1d2b86bf6b44429a8d0f00f892c8ddb6.json
Note
Verified. Timestamp=1773133821
イベントの意味
未登録イベント

意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。

送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。

典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。

Body JSON
{
  "id": "evt_1T9JVhAcQ3JXK4erlTZTFtkX",
  "object": "event",
  "api_version": "2026-01-28.clover",
  "created": 1773123077,
  "data": {
    "object": {
      "id": "pm_1T9JVhAcQ3JXK4ery1N3sYMg",
      "object": "payment_method",
      "allow_redisplay": "unspecified",
      "billing_details": {
        "address": {
          "city": null,
          "country": null,
          "line1": null,
          "line2": null,
          "postal_code": null,
          "state": null
        },
        "email": null,
        "name": null,
        "phone": null,
        "tax_id": null
      },
      "card": {
        "brand": "visa",
        "checks": {
          "address_line1_check": null,
          "address_postal_code_check": null,
          "cvc_check": "pass"
        },
        "country": "US",
        "display_brand": "visa",
        "exp_month": 3,
        "exp_year": 2027,
        "fingerprint": "4mkkBPhydZuF09NJ",
        "funding": "credit",
        "generated_from": null,
        "last4": "4242",
        "networks": {
          "available": [
            "visa"
          ],
          "preferred": null
        },
        "regulated_status": "unregulated",
        "three_d_secure_usage": {
          "supported": true
        },
        "wallet": null
      },
      "created": 1773123077,
      "customer": "cus_U7YcElmTgIJFOL",
      "customer_account": null,
      "livemode": false,
      "metadata": {},
      "type": "card"
    }
  },
  "livemode": false,
  "pending_webhooks": 1,
  "request": {
    "id": "req_zmW5L9yqvBp3Iu",
    "idempotency_key": "b98a71a7-4b2f-4eab-b692-42006c5c3044"
  },
  "type": "payment_method.attached"
}
Headers
NameValue
Accept */*; q=0.5, application/json
Cache-Control no-cache
Connection close
Content-Length 1652
Content-Type application/json; charset=utf-8
Host wwz.kaigiken.com
Stripe-Signature t=1773133821,v1=55ae88a1e37cf20d46009d141e04ba05befa6941d9cec5da818d0a1a9a409e76,v0=715ced9f2bd4cba31773e62ebda000dd73c709d00e40cd3cb180b52829963256
User-Agent Stripe/1.0 (+https://stripe.com/docs/webhooks)
X-Forwarded-For 54.187.216.72
X-Forwarded-Proto https
X-Real-IP 54.187.216.72
保存済みエンベロープ JSON
{
  "provider": "stripe",
  "receivedAtUtc": "2026-03-10T09:10:22.2518935Z",
  "method": "POST",
  "scheme": "http",
  "host": "wwz.kaigiken.com",
  "path": "/webhooks/stripe",
  "queryString": "",
  "contentType": "application/json; charset=utf-8",
  "contentLength": 1652,
  "signatureVerified": true,
  "eventId": "evt_1T9JVhAcQ3JXK4erlTZTFtkX",
  "eventType": "payment_method.attached",
  "note": "Verified. Timestamp=1773133821",
  "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": "1652",
    "X-Real-IP": "54.187.216.72",
    "X-Forwarded-For": "54.187.216.72",
    "X-Forwarded-Proto": "https",
    "Stripe-Signature": "t=1773133821,v1=55ae88a1e37cf20d46009d141e04ba05befa6941d9cec5da818d0a1a9a409e76,v0=715ced9f2bd4cba31773e62ebda000dd73c709d00e40cd3cb180b52829963256"
  },
  "body": "{\n  \u0022id\u0022: \u0022evt_1T9JVhAcQ3JXK4erlTZTFtkX\u0022,\n  \u0022object\u0022: \u0022event\u0022,\n  \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n  \u0022created\u0022: 1773123077,\n  \u0022data\u0022: {\n    \u0022object\u0022: {\n      \u0022id\u0022: \u0022pm_1T9JVhAcQ3JXK4ery1N3sYMg\u0022,\n      \u0022object\u0022: \u0022payment_method\u0022,\n      \u0022allow_redisplay\u0022: \u0022unspecified\u0022,\n      \u0022billing_details\u0022: {\n        \u0022address\u0022: {\n          \u0022city\u0022: null,\n          \u0022country\u0022: null,\n          \u0022line1\u0022: null,\n          \u0022line2\u0022: null,\n          \u0022postal_code\u0022: null,\n          \u0022state\u0022: null\n        },\n        \u0022email\u0022: null,\n        \u0022name\u0022: null,\n        \u0022phone\u0022: null,\n        \u0022tax_id\u0022: null\n      },\n      \u0022card\u0022: {\n        \u0022brand\u0022: \u0022visa\u0022,\n        \u0022checks\u0022: {\n          \u0022address_line1_check\u0022: null,\n          \u0022address_postal_code_check\u0022: null,\n          \u0022cvc_check\u0022: \u0022pass\u0022\n        },\n        \u0022country\u0022: \u0022US\u0022,\n        \u0022display_brand\u0022: \u0022visa\u0022,\n        \u0022exp_month\u0022: 3,\n        \u0022exp_year\u0022: 2027,\n        \u0022fingerprint\u0022: \u00224mkkBPhydZuF09NJ\u0022,\n        \u0022funding\u0022: \u0022credit\u0022,\n        \u0022generated_from\u0022: null,\n        \u0022last4\u0022: \u00224242\u0022,\n        \u0022networks\u0022: {\n          \u0022available\u0022: [\n            \u0022visa\u0022\n          ],\n          \u0022preferred\u0022: null\n        },\n        \u0022regulated_status\u0022: \u0022unregulated\u0022,\n        \u0022three_d_secure_usage\u0022: {\n          \u0022supported\u0022: true\n        },\n        \u0022wallet\u0022: null\n      },\n      \u0022created\u0022: 1773123077,\n      \u0022customer\u0022: \u0022cus_U7YcElmTgIJFOL\u0022,\n      \u0022customer_account\u0022: null,\n      \u0022livemode\u0022: false,\n      \u0022metadata\u0022: {},\n      \u0022type\u0022: \u0022card\u0022\n    }\n  },\n  \u0022livemode\u0022: false,\n  \u0022pending_webhooks\u0022: 1,\n  \u0022request\u0022: {\n    \u0022id\u0022: \u0022req_zmW5L9yqvBp3Iu\u0022,\n    \u0022idempotency_key\u0022: \u0022b98a71a7-4b2f-4eab-b692-42006c5c3044\u0022\n  },\n  \u0022type\u0022: \u0022payment_method.attached\u0022\n}"
}