1

I was able to find the possible values returned by the zelle_enabled Banno Ability. However, I am unsure what each of them means. Can someone please let me know what Send, Request and Split allow a Banno user to do within Zelle?

        "name": "zelle_enabled",
        "optional": true,
        "default": null,
        "dataType": "enumeration",
        "enumerationValues": [
            "None",
            "Send",
            "Request",
            "Split",
        ]
Svedly
  • 17
  • 4

1 Answers1

1

Those values control what functionality within Zelle is available to the end user.

  • None: disables Zelle.
  • Send: the user can send money but not request.
  • Request: the user can request money and send it.
  • Split: not currently supported.
Icestorm0141
  • 662
  • 2
  • 9
  • 21
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 25 '22 at 14:24