# Settlement

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

A settlement.

## Fields

- `id` (string, uuid, required) - The settlement identifier.
- `date` (string, required) - The settlement date.
- `originalAmount` (number, double, required, min 0) - The amount in the original transaction currency.
- `originalCurrencyCode` (string, required, min length 3, max length 3) - The original transaction currency code (ISO 4217 3 letter code).
- `bankReference` (string, required, max length 20) - The Ozow alphanumeric reference for the settlement.
- `amount` (number, double, required, min 0) - The amount in the settlement currency.
- `currencyCode` (string, required, min length 3, max length 3) - The settlement currency code (ISO 4217 3 letter code).
- `conversionRate` (number, double, required, min 0) - The currency conversation rate at the time the settlement was created.
- `accountNumber` (string, required, max length 50) - The destination account number for the settlement.
- `status` (string, required, max length 50) - The settlement status. Possible values are: * Pending - Settlement was created * Submitted - Settlement has been submitted for processing * Complete - Settlement payment has been initiated
- `createdByUserName` (string, required, max length 50) - The user that created the settlement.
- `createdDate` (string, required) - The date and time that the settlement was created.
- `createdDateUtc` (string, required) - The UTC date and time that the settlement was created.
