WebhookCreate
endpointstringrequired
endpoint of the webhook
Example:
https://yourdomain/webhookseventsWebhookEventTypes[]required
Possible values: [DEPOSIT, PAYMENT, CLIENT]
Examples:
- Example 1
- Example 2
- Example 3
Example:
DEPOSITExample:
PAYMENTExample:
CLIENTWebhookCreate
{
"endpoint": "https://yourdomain/webhooks",
"events": "DEPOSIT"
}