Tests a Subscription by sending a test event to its notification URL.
Test Webhook Subscription Request
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. |
{
"event_type": "payment.created"
}