# PaymentMethod

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

## Fields

- `id` (string, uuid, required) - The unique identifier of the payment method.
- `name` (string, required, max length 250) - The unique name of the payment method.
- `friendlyName` (string, required, max length 250) - The display name of the payment method for consumers.
- `logo` (string, uri, required) - A displayable logo or descriptive image of the payment method.
- `available` (boolean, required) - Whether the payment method is available to transact with.
- `offlineMessage` (string) - If the payment method is not available to transact with, this user friendly offline message will be returned.
- `institutions` (array of Institution) - The institutions available for this payment method.
