timeout_seconds_out_of_range
`timeout_seconds` falls outside the range 1 to 30 seconds.
| Code | Type | HTTP | Category |
|---|---|---|---|
timeout_seconds_out_of_range | invalid_request_error | 422 | Webhooks |
Cause
timeout_seconds falls outside the range 1 to 30 seconds.
What to do
Send a value inside the range; if your receiver needs longer, acknowledge the event immediately and process it asynchronously on your side.