Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 789 Bytes

WebhookUpdateRequest.md

File metadata and controls

13 lines (9 loc) · 789 Bytes

Conekta.net.Model.WebhookUpdateRequest

an updated webhook

Properties

Name Type Description Notes
Url string Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security.
Synchronous bool It is a value that allows to decide if the events will be synchronous or asynchronous. We recommend asynchronous = false [optional] [default to false]
Events List<string> [optional]

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