Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 655 Bytes

test-webhook-subscription-request.md

File metadata and controls

23 lines (14 loc) · 655 Bytes

Test Webhook Subscription Request

Tests a Subscription by sending a test event to its notification URL.

Structure

TestWebhookSubscriptionRequest

Fields

Name Type Tags Description Getter
EventType String Optional The event type that will be used to test the Subscription. The event type must be
contained in the list of event types in the Subscription.
String getEventType()

Example (as JSON)

{
  "event_type": "payment.created"
}