# Webhook Notifications

Payout notifications notify you of every newly created payout, and any change in the status of a payout. The webhook notification gets sent to your server.

The body will include the **PayoutResult** object:

| Parameter           | Always Available | Type   | Description |
| ------------------- | ---------------- | ------ | ----------- |
| `payoutId`          | Yes              | String |             |
| `status`            | Yes              | Enum   |             |
| `amount`            | Yes              | Number |             |
| `currency`          | Yes              | String |             |
| `createdDate`       | Yes              | Date   |             |
| `updatedDate`       | Yes              | Date   |             |
| `targetReferenceId` | No               | String |             |
