Wallis 360 - Wallis Bank

Business Banking Wallis 360

OVERVIEW
PAYMENTS
SECURITY
REPORTING
main

OVERVIEW

The advanced Wallis 360 platform gives customers access to several money management capabilities to help business owners manage their finances with ease. Whether business owners need to check balances, transfer money between accounts, or initiate wire transfers, Wallis 360 was designed to offer a secure and user-friendly banking system. The Wallis 360 Mobile app also gives customers the capability and convenience to bank from anywhere using their phone or tablet.

WALLIS 360

  • Comprehensive business banking platform
  • User-friendly interface for business owners
  • Intuitive features and services to benefit your business
  • Convenient app

PAYMENTS

  • Advanced network for processing transaction
  • Wire transfers allow electronic funds to be sent from the office or on the go
  • Positive pay services
  • Convenient mobile deposit features
LEARN MORE

SECURITY

  • Utilize a secure browser interface
  • Have dual control options for increased security
  • Control access rights to your account
  • Set limits on transactions
LEARN MORE

REPORTING

  • Get flexible reporting
  • Export account data with ease
  • Receive notifications
  • Get reports delivered automatically
LEARN MORE

PAYMENTS

Wallis 360 provides convenient payment solutions to keep your business running smoothly. With an advanced automated clearing house network, secure wire transfer capabilities, positive pay features, and an intuitive calendar for future scheduled payments, managing your company’s finances has never been easier.

AUTOMATED CLEARING HOUSE

  • Create individual or batch transactions
  • Templates make scheduling future transactions quick and easy
  • Import NACHA files

WIRE TRANSFERS

  • Easily initiate wire transfers online or through the Wallis 360 Mobile app
  • Setup recurring wire templates or one-time payees
  • Import data from files generated by your accounting software using file mapping templates

POSITIVE PAY

  • Deter check fraud with the positive pay treasury management service
  • Checks for payment with an altered payee, dollar amount, or check number are flagged
  • Determine whether flagged checks should be paid or rejected

MOBILE DEPOSIT

  • Making a deposit with the Wallis 360 app is quick and secure
  • Deposit checks directly from your mobile smartphone
  • Save yourself a trip to the bank

SECURITY

With Wallis 360, our powerful user management capabilities give business owners peace of mind with user-friendly controls that limit access to accounts, put limits on transaction amounts, enforce dual control on sensitive transactions, and more.

SECURE BROWSER

  • Protects against unauthorized access
  • Prevents keystroke logging
  • Protects against pharming

DUAL CONTROL

  • Protect sensitive payment transactions with dual control options
  • Two authorized users are needed to complete payment transactions
  • Protects accounts and reduces the risk of fraud

ACCESS RIGHTS

  • Role-based access control restricts access to accounts
  • Access roles can be managed to grant privileges
  • Prevent unauthorized individuals from accessing your account information

TRANSACTION LIMITS

  • Set limits on transaction amounts
  • Require second approval on large-dollar transactions
  • Prevent major transactions from occurring unless authorized

REPORTING

Reconciling finances is simple with Wallis 360. AD-HOC reporting provides the flexibility to customize reports specific to your accounting procedures. Select and schedule when reports need to be delivered. Use the pre-set report periods to create templates for effortless balance reporting.

FLEXIBLE REPORTING

  • Organize account information the way you need
  • Streamline reporting by creating or modifying templates for future use

ACCOUNT DATA EXPORT

  • AD-HOC reporting compatible with your company's accounting software
  • Reports can be generated in a variety of formats such as plain text, HTML, PDF, or encrypted PDF

NOTIFICATIONS

  • Setup and subscribe to reports you want to receive
  • Get reports delivered automatically without loggin in

SUPPORT

  • Secure message and attachments sent through Wallis 360 are encrypted for added security
  • Audit service allows you to create reports on user activity


<!–

OVERVIEW

PAYMENTS

SECURITY

REPORTING

main

OVERVIEW

The advanced Wallis 360 platform gives customers access to several money management capabilities to help business owners manage their finances with ease. Whether business owners need to check balances, transfer money between accounts, or initiate wire transfers, Wallis 360 was designed to offer a secure and user-friendly banking system. The Wallis 360 Mobile app also gives customers the capability and convenience to bank from anywhere using their phone or tablet.

WALLIS 360

  • Comprehensive business banking platform
  • User-friendly interface for business owners
  • Intuitive features and services to benefit your business
  • Convenient app

PAYMENTS

  • Advanced network for processing transaction
  • Wire transfers allow electronic funds to be sent from the office or on the go
  • Positive pay services
  • Convenient mobile deposit features

LEARN MORE

SECURITY

  • Utilize a secure browser interface
  • Have dual control options for increased security
  • Control access rights to your account
  • Set limits on transactions

LEARN MORE

REPORTING

  • Get flexible reporting
  • Export account data with ease
  • Receive notifications
  • Get reports delivered automatically

LEARN MORE

PAYMENTS

Wallis 360 provides convenient payment solutions to keep your business running smoothly. With an advanced automated clearing house network, secure wire transfer capabilities, positive pay features, and an intuitive calendar for future scheduled payments, managing your company’s finances has never been easier.

AUTOMATED CLEARING HOUSE

  • Create individual or batch transactions
  • Templates make scheduling future transactions quick and easy
  • Import NACHA files

WIRE TRANSFERS

  • Easily initiate wire transfers online or through the Wallis 360 Mobile app
  • Setup recurring wire templates or one-time payees
  • Import data from files generated by your accounting software using file mapping templates

POSITIVE PAY

  • Deter check fraud with the positive pay treasury management service
  • Checks for payment with an altered payee, dollar amount, or check number are flagged
  • Determine whether flagged checks should be paid or rejected

MOBILE DEPOSIT

  • Making a deposit with the Wallis 360 app is quick and secure
  • Deposit checks directly from your mobile smartphone
  • Save yourself a trip to the bank

SECURITY

With Wallis 360, our powerful user management capabilities give business owners peace of mind with user-friendly controls that limit access to accounts, put limits on transaction amounts, enforce dual control on sensitive transactions, and more.

SECURE BROWSER

  • Protects against unauthorized access
  • Prevents keystroke logging
  • Protects against pharming

DUAL CONTROL

  • Protect sensitive payment transactions with dual control options
  • Two authorized users are needed to complete payment transactions
  • Protects accounts and reduces the risk of fraud

ACCESS RIGHTS

  • Role-based access control restricts access to accounts
  • Access roles can be managed to grant privileges
  • Prevent unauthorized individuals from accessing your account information

TRANSACTION LIMITS

  • Set limits on transaction amounts
  • Require second approval on large-dollar transactions
  • Prevent major transactions from occurring unless authorized

REPORTING

Reconciling finances is simple with Wallis 360. AD-HOC reporting provides the flexibility to customize reports specific to your accounting procedures. Select and schedule when reports need to be delivered. Use the pre-set report periods to create templates for effortless balance reporting.

FLEXIBLE REPORTING

  • Organize account information the way you need
  • Streamline reporting by creating or modifying templates for future use

ACCOUNT DATA EXPORT

  • AD-HOC reporting compatible with your company’s accounting software
  • Reports can be generated in a variety of formats such as plain text, HTML, PDF, or encrypted PDF

NOTIFICATIONS

  • Setup and subscribe to reports you want to receive
  • Get reports delivered automatically without loggin in

SUPPORT

  • Secure message and attachments sent through Wallis 360 are encrypted for added security
  • Audit service allows you to create reports on user activity

–>

<!–
–>

function show(e) { let param_div_id = e.target.dataset.clickref document.getElementById('main_place').innerHTML = document.getElementById(param_div_id).innerHTML; //reset all document.querySelectorAll('img[data-clickref]').forEach(el => el.src = el.dataset.src) e.target.src = e.target.dataset.activesrc; } window.addEventListener('load', () => { document.querySelectorAll('img[data-clickref]').forEach(el => { // set up the initial image el.src = el.dataset.src el.addEventListener('click', show) }) show({ target: document.querySelector('img[data-clickref]') }); })

Download Now for iOS and Android