Yativo sends POST requests to your configured webhook URL whenever key events occur — payouts, deposits, customer creation, and more. Configure your endpoint in the Dashboard or via the API below.
Register a webhook URL to receive status notifications from Yativo.
POST {{baseUrl}}/api/v1/business/webhook
Content-Type: application/json
Request Body
{
"url": "<https://your-domain.com/webhooks/yativo>"
}
Retrieve your currently configured webhook URL.
GET {{baseUrl}}/api/v1/business/webhook
Content-Type: application/json
Update your webhook URL.
PUT {{baseUrl}}/api/v1/business/webhook
Content-Type: application/json
Request Body
{
"url": "<https://your-new-domain.com/webhooks/yativo>"
}
Your endpoint will receive POST requests with the following event types: