Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 932 Bytes

WebhookDataBase.md

File metadata and controls

15 lines (10 loc) · 932 Bytes

WebhookDataBase

Properties

Name Type Description Notes
id Option<String> The id of the webhook [optional]
enabled Option<bool> Whether this webhook is enabled or not [optional][default to true]
automatic_redelivery Option<bool> If true, BTCPay Server will retry to redeliver any failed delivery after 10 seconds, 1 minutes and up to 6 times after 10 minutes. [optional][default to true]
url Option<String> The endpoint where BTCPay Server will make the POST request with the webhook body [optional]
authorized_events Option<crate::models::WebhookDataBaseAuthorizedEvents> [optional]

[Back to Model list] [Back to API list] [Back to README]