[Stripe] A `charge.captured` event

{
  "id": "evt_19ZTf5FzKb8aMux1aoqJHzQr",
  "object": "event",
  "api_version": "2016-07-06",
  "created": 1483831907,
  "data": {
    "object": {
      "id": "ch111_19ZMqvFzKb8aMux1iY2kx2xo",
      "object": "charge",
      "amount": 406916,
      "amount_refunded": 0,
      "application": null,
      "application_fee": null,
      "balance_transaction": "txn_19ZTf5FzKb8aMux1vVU1gO9M",
      "captured": true,
      "created": 1483805733,
      "currency": "ils",
      "customer": "cus_94SwL3Nnef6QCe",
      "description": "A sample description of  the order ORD-2017/01-00672, placed in localhost.com by  Dmitry Fedyuk.",
      "destination": null,
      "dispute": null,
      "failure_code": null,
      "failure_message": null,
      "fraud_details": {},
      "invoice": null,
      "livemode": false,
      "metadata": {
        "Customer Name": "Dmitry Fedyuk",
        "Order ID": "ORD-2017/01-00672",
        "Order Items": "Alligator Briefcase",
        "Store Domain": "localhost.com",
        "Store Name": "Mage2.PRO",
        "Store URL": "https://localhost.com:900/store/"
      },
      "order": null,
      "outcome": {
        "network_status": "approved_by_network",
        "reason": null,
        "risk_level": "normal",
        "seller_message": "Payment complete.",
        "type": "authorized"
      },
      "paid": true,
      "receipt_email": null,
      "receipt_number": null,
      "refunded": false,
      "refunds": {
        "object": "list",
        "data": [],
        "has_more": false,
        "total_count": 0,
        "url": "/v1/charges/ch_19ZMqvFzKb8aMux1iY2kx2xo/refunds"
      },
      "review": null,
      "shipping": {
        "address": {
          "city": "Stockholm",
          "country": "SE",
          "line1": "Tegelbacken 6",
          "line2": "",
          "postal_code": "10123",
          "state": null
        },
        "carrier": "Flat Rate",
        "name": "Dmitry Fedyuk",
        "phone": "+46(0)84123400",
        "tracking_number": null
      },
      "source": {
        "id": "card_18mK09FzKb8aMux1MnPxQaP9",
        "object": "card",
        "address_city": null,
        "address_country": null,
        "address_line1": null,
        "address_line1_check": null,
        "address_line2": null,
        "address_state": null,
        "address_zip": null,
        "address_zip_check": null,
        "brand": "MasterCard",
        "country": "US",
        "customer": "cus_94SwL3Nnef6QCe",
        "cvc_check": null,
        "dynamic_last4": null,
        "exp_month": 7,
        "exp_year": 2019,
        "fingerprint": "V46lf4kguLuHZ1eo",
        "funding": "credit",
        "last4": "4444",
        "metadata": {},
        "name": null,
        "tokenization_method": null
      },
      "source_transfer": null,
      "statement_descriptor": "SAMPLE STATEMENT",
      "status": "succeeded"
    },
    "previous_attributes": {
      "balance_transaction": null,
      "captured": false
    }
  },
  "livemode": false,
  "pending_webhooks": 1,
  "request": "req_9tGBsY43fhwFp1",
  "type": "charge.captured"
}