Type test
A service notification used to verify endpoint availability, webhook handling, and signature validation. It does not contain transaction data and does not affect their state.
Contents of the data object
| Name | Type | Description |
|---|---|---|
timestamp | integer | Current timestamp |
Webhook example
json
{
"type": "test",
"data": {
"timestamp": 1735555200
},
"salt": "c4f7a1d9e2b3",
"sign": "e3b0c44298fc1c149afbf4c8996fb924"
}