# SiteSettlement

> A schema in the Payments API reference. Source: https://hub.ozow.com/api-reference/payments-api/schemas/site-settlement/

A settlement for a specific site.

## Fields

- `settlementId` (string, uuid, required) - The settlement identifier.
- `settlementDate` (string, required) - The date and time that the settlement was created.
- `toReference` (string, required, max length 20) - Payee Reference.
- `amount` (number, double, required, min 0) - The amount in the settlement currency.
- `bankReference` (string, required, max length 20) - The Ozow alphanumeric reference for the settlement.
- `status` (integer, required) - The settlement status. Possible values are: * Pending - Settlement was created * Submitted - Settlement has been submitted for processing * Complete - Settlement payment has been initiated
- `siteCode` (string, required, max length 20) - The UTC date and time that the settlement was created.
- `transactionCreatedDate` (string, required) - The UTC date and time that the settlement was created.
- `transactionId` (string, uuid, required) - The transaction identifier. This is the identifier for the payment that was originally processed on Ozow.
- `transactionReference` (string, required, max length 20) - Reference of the transaction which was settled.
