When a report completes (sync or async), SwippeeDocumentation Index
Fetch the complete documentation index at: https://docs.swippee.com/llms.txt
Use this file to discover all available pages before exploring further.
POSTs the result to every
active webhook endpoint on your organization.
Signature
Each delivery is signed so you can verify it came from Swippee:v1 is an HMAC-SHA256 of <t>.<raw body> using your webhook signing secret.
Reject deliveries where the timestamp is too old or the signature doesn’t
match.
Payload
result is the full StatementReport.
Retries
Failed deliveries retry with exponential backoff for up to 24 hours. Return a2xx quickly and process asynchronously to avoid timeouts.