How to check Deposits

  1. Login to Netevia HQ
  2. Enter your Credentials

3. Click on Reports > Deposits 

  • Select Reports > Click on Deposit
  • Select Date
  • Click on "View Deposits"
  • Check all the Batches with amount and date

If you have any questions or concerns, feel free to call us at +1 (866) 553-3999.

Was this article helpful?

// Create a script element const script = document.createElement('script'); // Set the source of the script to the provided URL script.src = "https://chatbox.simplebase.co/projects/65ff1041604c7e2eafce5e91/widget.js"; // Optional: Set attributes like async or defer script.async = true; // Loads the script asynchronously // script.defer = true; // Uncomment if you want it deferred instead // Append the script to the or of the document document.body.appendChild(script);