Contact your account manager Currently, webhook configuration must be coordinated through your Partner account representative. They will register your webhook endpoints in our system.
2.
Provide a URL for each webhook type
The URL must accept HTTP POST requests.
The system will send events to this URL in real-time.
Each webhook type requires a separate URL.
3.
Supported webhook types
DEPOSIT: Triggered when a deposit occurs.
(Future webhook types will be communicated as they become available.)
4.
Security
All webhook requests include the headers x-api-key, x-company-id, x-timestamp, and x-signature.
Partners must verify the HMAC signature on every incoming webhook.
Only URLs under the Partner’s control should be registered.
5.
Retries
If your endpoint does not respond with a successful 2xx HTTP status code, the system will retry up to 5 times.
The retry count is included in the retry field of the webhook payload.