Setup
Webhook
Setup
Register a webhook URL to receive automatic notifications about relevant events
POST
Setup
Documentation Index
Fetch the complete documentation index at: https://docs.wepayout.co/llms.txt
Use this file to discover all available pages before exploring further.
Setup
The system allows the registration of webhook URLs to receive automatic notifications about relevant events. Webhook URL: HTTPS address where the events will be delivered.Supported event: onboarding
Notification format: JSON payload sent via HTTP request
Request method: All notifications will be sent exclusively using the POST method
Request Body
Type of event that will trigger the webhook. Currently, only the
onboarding event is supported.Example: onboardingEndpoint URL that will receive the webhook notifications for the selected event.URL characters:
a-z, A-Z charactersExample: https://my-url.com/testResponse
Type of event that will trigger the webhook. Currently, only the
onboarding event is supported.Example: onboardingEndpoint URL that was registered to receive webhook notifications.Example:
https://my-url.requestcatcher.com/testRequest Example
Webhook Payload
When an onboarding event occurs, a POST request will be sent to your webhook URL:The account_id is only returned the first time in the webhook when the status is active.
Your webhook endpoint must return a
200 OK status code to acknowledge receipt. If the endpoint fails or returns an error, the system will retry delivery.
