Sha256: 9d5f6ecd70f63afa398cd2b4ee56d9a5102f9a842d0f5d8e8e9b4aec0b8af0ec

Contents?: true

Size: 1.78 KB

Versions: 7

Compression:

Stored size: 1.78 KB

Contents

{
  "id": "WH-58D329510W468432D-8HN650336L201105X",
  "event_version": "1.0",
  "create_time": "2019-02-14T21:50:07.940Z",
  "resource_type": "capture",
  "resource_version": "2.0",
  "event_type": "PAYMENT.CAPTURE.COMPLETED",
  "summary": "Payment completed for $ 5.00 USD",
  "resource": {
    "id": "CAPTURE001",
    "amount": {
      "currency_code": "USD",
      "value": "5.00"
    },
    "final_capture": true,
    "seller_protection": {
      "status": "ELIGIBLE",
      "dispute_categories": [
        "ITEM_NOT_RECEIVED",
        "UNAUTHORIZED_TRANSACTION"
      ]
    },
    "seller_receivable_breakdown": {
      "gross_amount": {
        "currency_code": "USD",
        "value": "5.00"
      },
      "paypal_fee": {
        "currency_code": "USD",
        "value": "0.73"
      },
      "net_amount": {
        "currency_code": "USD",
        "value": "4.27"
      }
    },
    "status": "COMPLETED",
    "create_time": "2019-02-14T21:49:58Z",
    "update_time": "2019-02-14T21:49:58Z",
    "links": [
      {
        "href": "https://api.paypal.com/v2/payments/captures/CAPTURE001",
        "rel": "self",
        "method": "GET"
      },
      {
        "href": "https://api.paypal.com/v2/payments/captures/CAPTURE001/refund",
        "rel": "refund",
        "method": "POST"
      },
      {
        "href": "https://api.paypal.com/v2/payments/authorizations/7W5147081L658180V",
        "rel": "up",
        "method": "GET"
      }
    ]
  },
  "links": [
    {
      "href": "https://api.paypal.com/v1/notifications/webhooks-events/WH-58D329510W468432D-8HN650336L201105X",
      "rel": "self",
      "method": "GET"
    },
    {
      "href": "https://api.paypal.com/v1/notifications/webhooks-events/WH-58D329510W468432D-8HN650336L201105X/resend",
      "rel": "resend",
      "method": "POST"
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
workarea-paypal-3.0.6 test/factories/workarea/capture_completed_webhook.json
workarea-paypal-3.0.5 test/factories/workarea/capture_completed_webhook.json
workarea-paypal-3.0.4 test/factories/workarea/capture_completed_webhook.json
workarea-paypal-3.0.3 test/factories/workarea/capture_completed_webhook.json
workarea-paypal-3.0.2 test/factories/workarea/capture_completed_webhook.json
workarea-paypal-3.0.1 test/factories/workarea/capture_completed_webhook.json
workarea-paypal-3.0.0 test/factories/workarea/capture_completed_webhook.json