Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 594 Bytes

test-webhook-subscription-request.md

File metadata and controls

23 lines (14 loc) · 594 Bytes

Test Webhook Subscription Request

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

Structure

Test Webhook Subscription Request

Fields

Name Type Tags Description
event_type str 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.

Example (as JSON)

{
  "event_type": "payment.created"
}