# PaymentResponse

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

The payment request response.

## Fields

- `links` (object, required) - The relevant links to the this payment.
- `id` (string, uuid, required) - The identifier for the payment request.
- `status` (PaymentStatus, required, one of "Created", "Expired") - The status of the payment.
- `reason` (string) - The payment status reason.
- `redirectUrl` (string, uri) - The url to redirect a consumer to. A redirect url will be provided should a payment require further client interaction.
