Webhook Event Detail
概要
- Provider
- stripe
- Received
- 2026-03-10 05:31:57 UTC
- Event Type
payment_method.attached- Event Id
evt_1T9ItdAcQ3JXK4erHunL8CeJ- Path
- /webhooks/stripe
- Content-Type
- application/json; charset=utf-8
- Signature
- -
- Saved File
/var/www/test_web/received-webhooks/stripe/20260310_053157_716_1c34c1f8fb8a42b0adb8701381fdce47.json- Note
- -
イベントの意味
未登録イベント
意味: このアプリ内の説明カタログには未登録のイベントです。保存された JSON の event_type / type と resource を確認してください。
送信タイミング: プロバイダ側で対象イベントが発生したときに送信されます。具体的な送信条件はイベント種別ごとに異なります。
典型アクション: まず raw JSON を確認し、必要なら業務処理へマッピングを追加してください。
Body JSON
{
"id": "evt_1T9ItdAcQ3JXK4erHunL8CeJ",
"object": "event",
"api_version": "2026-01-28.clover",
"created": 1773120717,
"data": {
"object": {
"id": "pm_1T9ItcAcQ3JXK4erwALceVnB",
"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": 1773120716,
"customer": "cus_U7XzlDTh06ia1b",
"customer_account": null,
"livemode": false,
"metadata": {},
"type": "card"
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": "req_UCWKRMi1v01H6M",
"idempotency_key": "3070ff5b-4c58-4108-b9b8-292842731700"
},
"type": "payment_method.attached"
}
Headers
| Name | Value |
|---|---|
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=1773120717,v1=3f2a235c7a7fdff3e48b7a193cfe08d8003eb9fbcc53d580667c706253e5c236,v0=95ea14a74eb2a87f250520060c2362da66872e5fabbdd8fff0af6da37b3fc1cd |
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-10T05:31:57.7164602Z",
"method": "POST",
"scheme": "http",
"host": "wwz.kaigiken.com",
"path": "/webhooks/stripe",
"queryString": "",
"contentType": "application/json; charset=utf-8",
"contentLength": 1652,
"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.174.169",
"X-Forwarded-For": "54.187.174.169",
"X-Forwarded-Proto": "https",
"Stripe-Signature": "t=1773120717,v1=3f2a235c7a7fdff3e48b7a193cfe08d8003eb9fbcc53d580667c706253e5c236,v0=95ea14a74eb2a87f250520060c2362da66872e5fabbdd8fff0af6da37b3fc1cd"
},
"body": "{\n \u0022id\u0022: \u0022evt_1T9ItdAcQ3JXK4erHunL8CeJ\u0022,\n \u0022object\u0022: \u0022event\u0022,\n \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n \u0022created\u0022: 1773120717,\n \u0022data\u0022: {\n \u0022object\u0022: {\n \u0022id\u0022: \u0022pm_1T9ItcAcQ3JXK4erwALceVnB\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: 1773120716,\n \u0022customer\u0022: \u0022cus_U7XzlDTh06ia1b\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_UCWKRMi1v01H6M\u0022,\n \u0022idempotency_key\u0022: \u00223070ff5b-4c58-4108-b9b8-292842731700\u0022\n },\n \u0022type\u0022: \u0022payment_method.attached\u0022\n}"
}