PayPal · Example Payload

Paypal Simulate Eventpost Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Simulate Eventpost Example is an example object payload from PayPal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "simulate-event.post",
  "method": "POST",
  "path": "/v1/notifications/simulate-event",
  "summary": "Paypal Simulate webhook event",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "simulate_event",
      "example": {
        "url": "https://example.com/example_webhook",
        "event_type": "PAYMENT.AUTHORIZATION.CREATED",
        "resource_version": "1.0"
      }
    }
  ],
  "responseExamples": []
}