Skip to main content

WebhookCreate

endpointstringrequired

endpoint of the webhook

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

Possible values: [DEPOSIT, PAYMENT, CLIENT]

Examples:
Example: DEPOSIT
WebhookCreate
{
"endpoint": "https://yourdomain/webhooks",
"events": "DEPOSIT"
}