Skip to main content

WebhookEdit

endpointstringrequired

endpoint of the webhook

Example: https://yourdomain/webhooks
eventsstring[]required

Support events of the webhook

Example: ["DEPOSIT","PAYMENT"]
WebhookEdit
{
"endpoint": "https://yourdomain/webhooks",
"events": [
"DEPOSIT",
"PAYMENT"
]
}