For AI agents: visit https://docs.transfi.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Respond to a webhook request
- If your system responds with a status code in the
2xx range (e.g., 200 OK), the webhook is considered successfully delivered and received.
- Ensure your system processes the webhook payload within a reasonable time to avoid timeouts.
- If your system responds with any status code outside the
2xx range, the webhook delivery will be marked as failed.
- TransFi may attempt retries based on the webhook retry policy to ensure the event is processed.
- Respond with a
2xx status code immediately after receiving and validating the payload.
- Use asynchronous processing to handle longer-running operations, ensuring prompt acknowledgment of the webhook.
- Log all incoming webhook requests and responses for debugging and tracking purposes.