WebhookDto
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:
CLIENTidstringrequired
id of the webhook
Example:
401f4647-8372-495f-8de0-aafb3e1eaf93createdTimestring<date-time>required
The time when the webhook was created
Example:
2023-12-12T01:23:33ZupdatedTimestring<date-time>required
The time when the webhook was last updated
Example:
2023-12-12T01:23:33ZWebhookDto
{
"endpoint": "https://yourdomain/webhooks",
"events": "DEPOSIT",
"id": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"createdTime": "2023-12-12T01:23:33Z",
"updatedTime": "2023-12-12T01:23:33Z"
}