{
"type": "DEPOSIT",
"data": { ... },
"retry": 1
}typeDEPOSIT events are supported.dataretryx-api-keyx-company-idx-timestampx-signaturesecret and Base64-encoded.|:{timestamp}|{HTTP_METHOD}|{PATH}|{BODY}timestamp: The value from x-timestamp.HTTP_METHOD: Always POST for webhooks.PATH: The full path of the webhook endpoint provided by the Partner (including any query parameters).BODY: JSON-encoded webhook payload (the full request body).1726744512000|POST|/webhooks/partner?token=xyz|{"type":"deposit","data":{...},"retry":1}x-signature header sent by the server.retry field in the payload indicates the current attempt number (1–5).