# AmountConstraints

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/amount-constraints/

The per-payment authorisation band the customer approves. `min` and `max` are whole-Rand `ZAR` amounts (no cents).

## Fields

- `min` (object, required) - The minimum authorised per-payment amount. Whole Rand, greater than 0.
- `max` (object, required) - The maximum authorised per-payment amount. Whole Rand, greater than `min`, and not exceeding 100000.
