Webhook Event Detail

一覧へ戻る

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

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

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

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

Body JSON
{
  "id": "evt_3T9IcqAcQ3JXK4er1QoLbKKr",
  "object": "event",
  "api_version": "2026-01-28.clover",
  "created": 1773119680,
  "data": {
    "object": {
      "id": "ch_3T9IcqAcQ3JXK4er13pNVejW",
      "object": "charge",
      "amount": 2000,
      "amount_captured": 2000,
      "amount_refunded": 0,
      "application": null,
      "application_fee": null,
      "application_fee_amount": null,
      "balance_transaction": "txn_3T9IcqAcQ3JXK4er10C0mwYc",
      "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
      },
      "calculated_statement_descriptor": "ACCESSIBLE.STRIPE.COM",
      "captured": true,
      "created": 1773119677,
      "currency": "usd",
      "customer": null,
      "description": "(created by Stripe CLI)",
      "destination": null,
      "dispute": null,
      "disputed": false,
      "failure_balance_transaction": null,
      "failure_code": null,
      "failure_message": null,
      "fraud_details": {},
      "livemode": false,
      "metadata": {},
      "on_behalf_of": null,
      "order": null,
      "outcome": {
        "advice_code": null,
        "network_advice_code": null,
        "network_decline_code": null,
        "network_status": "approved_by_network",
        "reason": null,
        "risk_level": "normal",
        "risk_score": 5,
        "seller_message": "Payment complete.",
        "type": "authorized"
      },
      "paid": true,
      "payment_intent": "pi_3T9IcqAcQ3JXK4er1a8y6qER",
      "payment_method": "pm_1T9IcqAcQ3JXK4erBNMs7uV8",
      "payment_method_details": {
        "card": {
          "amount_authorized": 2000,
          "authorization_code": "033600",
          "brand": "visa",
          "checks": {
            "address_line1_check": null,
            "address_postal_code_check": null,
            "cvc_check": "pass"
          },
          "country": "US",
          "exp_month": 3,
          "exp_year": 2027,
          "extended_authorization": {
            "status": "disabled"
          },
          "fingerprint": "4mkkBPhydZuF09NJ",
          "funding": "credit",
          "incremental_authorization": {
            "status": "unavailable"
          },
          "installments": null,
          "last4": "4242",
          "mandate": null,
          "multicapture": {
            "status": "unavailable"
          },
          "network": "visa",
          "network_token": {
            "used": false
          },
          "network_transaction_id": "521091071076680",
          "overcapture": {
            "maximum_amount_capturable": 2000,
            "status": "unavailable"
          },
          "regulated_status": "unregulated",
          "three_d_secure": null,
          "wallet": null
        },
        "type": "card"
      },
      "radar_options": {},
      "receipt_email": null,
      "receipt_number": null,
      "receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xVDRBSUNBY1EzSlhLNGVyKMDRvs0GMgaYuVFOC4M6LBbWow9CYTdnbvCONk8225w5NDBaecelXuQWW8j50yismZAqbDCS-U1Ni7Sq",
      "refunded": false,
      "review": 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,
      "source_transfer": null,
      "statement_descriptor": null,
      "statement_descriptor_suffix": null,
      "status": "succeeded",
      "transfer_data": null,
      "transfer_group": null
    },
    "previous_attributes": {
      "balance_transaction": null,
      "receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xVDRBSUNBY1EzSlhLNGVyKMDRvs0GMgbpu-yaqbM6LBZROAsTMMncTz_ROiPAZS50fnVdZVClfinEMw5D5G7NQcwjRgO5mG3Wqpso"
    }
  },
  "livemode": false,
  "pending_webhooks": 1,
  "request": {
    "id": null,
    "idempotency_key": null
  },
  "type": "charge.updated"
}
Headers
NameValue
Accept */*; q=0.5, application/json
Cache-Control no-cache
Connection close
Content-Length 4277
Content-Type application/json; charset=utf-8
Host wwz.kaigiken.com
Stripe-Signature t=1773130530,v1=da79cd50dade698b0d231558f6168c45dbb91a331314800464508c71f61fc895,v0=86c070334e9de0f783b6d2225734aaf911e27b1001c149cd333aefce3cb98eb6
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-10T08:15:31.1600383Z",
  "method": "POST",
  "scheme": "http",
  "host": "wwz.kaigiken.com",
  "path": "/webhooks/stripe",
  "queryString": "",
  "contentType": "application/json; charset=utf-8",
  "contentLength": 4277,
  "signatureVerified": true,
  "eventId": "evt_3T9IcqAcQ3JXK4er1QoLbKKr",
  "eventType": "charge.updated",
  "note": "Verified. Timestamp=1773130530",
  "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": "4277",
    "X-Real-IP": "54.187.205.235",
    "X-Forwarded-For": "54.187.205.235",
    "X-Forwarded-Proto": "https",
    "Stripe-Signature": "t=1773130530,v1=da79cd50dade698b0d231558f6168c45dbb91a331314800464508c71f61fc895,v0=86c070334e9de0f783b6d2225734aaf911e27b1001c149cd333aefce3cb98eb6"
  },
  "body": "{\n  \u0022id\u0022: \u0022evt_3T9IcqAcQ3JXK4er1QoLbKKr\u0022,\n  \u0022object\u0022: \u0022event\u0022,\n  \u0022api_version\u0022: \u00222026-01-28.clover\u0022,\n  \u0022created\u0022: 1773119680,\n  \u0022data\u0022: {\n    \u0022object\u0022: {\n      \u0022id\u0022: \u0022ch_3T9IcqAcQ3JXK4er13pNVejW\u0022,\n      \u0022object\u0022: \u0022charge\u0022,\n      \u0022amount\u0022: 2000,\n      \u0022amount_captured\u0022: 2000,\n      \u0022amount_refunded\u0022: 0,\n      \u0022application\u0022: null,\n      \u0022application_fee\u0022: null,\n      \u0022application_fee_amount\u0022: null,\n      \u0022balance_transaction\u0022: \u0022txn_3T9IcqAcQ3JXK4er10C0mwYc\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      \u0022calculated_statement_descriptor\u0022: \u0022ACCESSIBLE.STRIPE.COM\u0022,\n      \u0022captured\u0022: true,\n      \u0022created\u0022: 1773119677,\n      \u0022currency\u0022: \u0022usd\u0022,\n      \u0022customer\u0022: null,\n      \u0022description\u0022: \u0022(created by Stripe CLI)\u0022,\n      \u0022destination\u0022: null,\n      \u0022dispute\u0022: null,\n      \u0022disputed\u0022: false,\n      \u0022failure_balance_transaction\u0022: null,\n      \u0022failure_code\u0022: null,\n      \u0022failure_message\u0022: null,\n      \u0022fraud_details\u0022: {},\n      \u0022livemode\u0022: false,\n      \u0022metadata\u0022: {},\n      \u0022on_behalf_of\u0022: null,\n      \u0022order\u0022: null,\n      \u0022outcome\u0022: {\n        \u0022advice_code\u0022: null,\n        \u0022network_advice_code\u0022: null,\n        \u0022network_decline_code\u0022: null,\n        \u0022network_status\u0022: \u0022approved_by_network\u0022,\n        \u0022reason\u0022: null,\n        \u0022risk_level\u0022: \u0022normal\u0022,\n        \u0022risk_score\u0022: 5,\n        \u0022seller_message\u0022: \u0022Payment complete.\u0022,\n        \u0022type\u0022: \u0022authorized\u0022\n      },\n      \u0022paid\u0022: true,\n      \u0022payment_intent\u0022: \u0022pi_3T9IcqAcQ3JXK4er1a8y6qER\u0022,\n      \u0022payment_method\u0022: \u0022pm_1T9IcqAcQ3JXK4erBNMs7uV8\u0022,\n      \u0022payment_method_details\u0022: {\n        \u0022card\u0022: {\n          \u0022amount_authorized\u0022: 2000,\n          \u0022authorization_code\u0022: \u0022033600\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          \u0022exp_month\u0022: 3,\n          \u0022exp_year\u0022: 2027,\n          \u0022extended_authorization\u0022: {\n            \u0022status\u0022: \u0022disabled\u0022\n          },\n          \u0022fingerprint\u0022: \u00224mkkBPhydZuF09NJ\u0022,\n          \u0022funding\u0022: \u0022credit\u0022,\n          \u0022incremental_authorization\u0022: {\n            \u0022status\u0022: \u0022unavailable\u0022\n          },\n          \u0022installments\u0022: null,\n          \u0022last4\u0022: \u00224242\u0022,\n          \u0022mandate\u0022: null,\n          \u0022multicapture\u0022: {\n            \u0022status\u0022: \u0022unavailable\u0022\n          },\n          \u0022network\u0022: \u0022visa\u0022,\n          \u0022network_token\u0022: {\n            \u0022used\u0022: false\n          },\n          \u0022network_transaction_id\u0022: \u0022521091071076680\u0022,\n          \u0022overcapture\u0022: {\n            \u0022maximum_amount_capturable\u0022: 2000,\n            \u0022status\u0022: \u0022unavailable\u0022\n          },\n          \u0022regulated_status\u0022: \u0022unregulated\u0022,\n          \u0022three_d_secure\u0022: null,\n          \u0022wallet\u0022: null\n        },\n        \u0022type\u0022: \u0022card\u0022\n      },\n      \u0022radar_options\u0022: {},\n      \u0022receipt_email\u0022: null,\n      \u0022receipt_number\u0022: null,\n      \u0022receipt_url\u0022: \u0022https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xVDRBSUNBY1EzSlhLNGVyKMDRvs0GMgaYuVFOC4M6LBbWow9CYTdnbvCONk8225w5NDBaecelXuQWW8j50yismZAqbDCS-U1Ni7Sq\u0022,\n      \u0022refunded\u0022: false,\n      \u0022review\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      \u0022source_transfer\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    \u0022previous_attributes\u0022: {\n      \u0022balance_transaction\u0022: null,\n      \u0022receipt_url\u0022: \u0022https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xVDRBSUNBY1EzSlhLNGVyKMDRvs0GMgbpu-yaqbM6LBZROAsTMMncTz_ROiPAZS50fnVdZVClfinEMw5D5G7NQcwjRgO5mG3Wqpso\u0022\n    }\n  },\n  \u0022livemode\u0022: false,\n  \u0022pending_webhooks\u0022: 1,\n  \u0022request\u0022: {\n    \u0022id\u0022: null,\n    \u0022idempotency_key\u0022: null\n  },\n  \u0022type\u0022: \u0022charge.updated\u0022\n}"
}