# RefundResponse

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

## Fields

- `refundId` (string, uuid, required) - The identifier for the refund that was created. No identifier is returned if there was an error creating the refunds.
- `transactionId` (string, uuid, required) - The transaction identifier. This will correspond to one of the transaction identifiers passed through in the request.
- `refundAmount` (string, required) - The refund amount.
- `errors` (array of string) - Validation errors for the specific refund.
