Webhook Event Detail

一覧へ戻る

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

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

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

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

Body JSON
{
  "id": "evt_1T9IefAcQ3JXK4erqMHRlS1j",
  "object": "event",
  "api_version": "2026-01-28.clover",
  "created": 1773119789,
  "data": {
    "object": {
      "id": "pm_1T9IefAcQ3JXK4erPEG7lsXH",
      "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": 1773119789,
      "customer": "cus_U7Xk9rHzQFGU9p",
      "customer_account": null,
      "livemode": false,
      "metadata": {},
      "type": "card"
    }
  },
  "livemode": false,
  "pending_webhooks": 1,
  "request": {
    "id": "req_3IJXPG0j5O8SFz",
    "idempotency_key": "3d42bb2c-193d-4ef6-88c4-17af142a15f0"
  },
  "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=1773130509,v1=5612093967b0384c390afb5c91dee8e37f22d406287e88550dd8254c99a32691,v0=0db1e8505c15af359bbe6ff994fe36e4a4b5da4476399bca4c61e1416d02976a
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-10T08:15:09.5082853Z",
  "method": "POST",
  "scheme": "http",
  "host": "wwz.kaigiken.com",
  "path": "/webhooks/stripe",
  "queryString": "",
  "contentType": "application/json; charset=utf-8",
  "contentLength": 1652,
  "signatureVerified": true,
  "eventId": "evt_1T9IefAcQ3JXK4erqMHRlS1j",
  "eventType": "payment_method.attached",
  "note": "Verified. Timestamp=1773130509",
  "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=1773130509,v1=5612093967b0384c390afb5c91dee8e37f22d406287e88550dd8254c99a32691,v0=0db1e8505c15af359bbe6ff994fe36e4a4b5da4476399bca4c61e1416d02976a"
  },
  "body": "{\n  \u0022id\u0022: \u0022evt_1T9IefAcQ3JXK4erqMHRlS1j\u0022,\n  \u0022object\u0022: \u0022event\u0022,\n  \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n  \u0022created\u0022: 1773119789,\n  \u0022data\u0022: {\n    \u0022object\u0022: {\n      \u0022id\u0022: \u0022pm_1T9IefAcQ3JXK4erPEG7lsXH\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: 1773119789,\n      \u0022customer\u0022: \u0022cus_U7Xk9rHzQFGU9p\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_3IJXPG0j5O8SFz\u0022,\n    \u0022idempotency_key\u0022: \u00223d42bb2c-193d-4ef6-88c4-17af142a15f0\u0022\n  },\n  \u0022type\u0022: \u0022payment_method.attached\u0022\n}"
}