WebhookEdit
endpointstringrequired
endpoint of the webhook
Example:
https://yourdomain/webhookseventsstring[]required
Support events of the webhook
Example:
["DEPOSIT","PAYMENT"]WebhookEdit
{
"endpoint": "https://yourdomain/webhooks",
"events": [
"DEPOSIT",
"PAYMENT"
]
}