# NotificationResponse

> A schema in the Payouts API reference. Source: https://hub.ozow.com/api-reference/payouts-api/schemas/notification-response/

Notification of the final status of a Payout

## Fields

- `payoutId` (string, uuid) - Ozow's unique reference for the payout.
- `siteCode` (string, required, max length 50) - A unique code for the site currently in use. A site code is generated when adding a site in the Ozow merchant admin section. [Please contact support for SiteCode - support@ozow.com]
- `merchantReference` (string, required, max length 20) - The merchant's reference for the transaction.
- `customerMerchantReference` (string, required, max length 20, pattern ^[A-Za-z0-9 -]+) - The reference that will be prepopulated in the "their reference" field in the customers online banking site. This will be the payout reference that appears on the merchant’s bank statement and can be used for recon purposes.
- `payoutStatus` (object, required) - Payout status.
- `hashCheck` (string, required) - SHA512 hash used to ensure that certain fields in the message have not been altered after the hash was generated. Check the generate hash section in the documentation for more details on how to generate the hash.
