Webhooks overview

View as MarkdownOpen in Claude
Applies to:DevelopersPartners

This section documents the payloads for Payabli’s webhook notifications.

For more information about setting up webhooks, see the Notifications and Reports overview.

Send a 200 response

Your webhook server must send a 200 response when the payload is successfully received. If you send nothing, or anything other than a 200 response, Payabli assumes it has failed and the retry logic causes the payload to be sent several times.

Response header

Each response payload has this header:

1Content-Length: <content length>
2Content-Type: application/json; charset=utf-8
3Accept: */*
4String: string
5Host: 52.3.204.115