Ozow Hub

Fields

  • id string uuid required

    The unique identifier of the payment method.

  • name string required

    The unique name of the payment method.

    max length250
  • friendlyName string required

    The display name of the payment method for consumers.

    max length250
  • 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.

  • The institutions available for this payment method.

    Fields of Institution
    • id string uuid required

      The unique identifier of the institution.

    • name string required

      The unique name of the institution.

      max length250
    • friendlyName string required

      The display name of the institution for consumers.

      max length250
    • logo string uri

      A displayable logo or descriptive image of the institution.

    • available boolean required

      Whether the institution is available to transact with.

    • offlineMessage string

      If the institution is not available to transact with, this user friendly offline message will be returned.

    • Any conditions that govern whether or not the use of this institution is allowed. For example some institutions may have a minimum or maximum allowed value which would need to be considered when using the institution.

      Fields of Condition
      • name string required

        The name of the property to which the condition applies.

      • operator string required

        The operator indicating how this condition is enforced.

        values"<""<=""==""!="">="">"
      • value string required

        The value which the condition will enforce on the property.

      Open Condition on its own page
    Open Institution on its own page