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.


Set Webhook Endpoint

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>"
}

Get Webhook Endpoint

Retrieve your currently configured webhook URL.

GET {{baseUrl}}/api/v1/business/webhook
Content-Type: application/json

Update Webhook Endpoint

Update your webhook URL.

PUT {{baseUrl}}/api/v1/business/webhook
Content-Type: application/json

Request Body

{
  "url": "<https://your-new-domain.com/webhooks/yativo>"
}

Webhook Event Examples

Your endpoint will receive POST requests with the following event types: