# RefundRequest

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

## Fields

- `transactionId` (string, uuid, required)
- `amount` (object, required) - The amount that needs to be refunded. This can be less than the original transaction amount but not more. Note that only up to the transaction amount can be refunded.
- `reason` (string, required) - The reason for the refund.
- `notifyUrl` (string, uri) - Optional notify URL to send notifications of the status of the refund. The recommendation is to use webhooks instead of this method which are configurable via the webhooks endpoints of the API.
- `realTimePayment` (boolean, required, default false) - Whether or not this payment should happen in real time. Please refer to the [Ozow Pricing](https://ozow.com/pricing) page for more information.
