How do you get merchant processing Statements in Clover?

1. Login to Clover.com 

2. Click on the Settings Icon in the top right corner

3. Click on "View All Settings" 

4. Click on Monthly Statements 

5. Select the month you want to download the statement for, and the statement will be automatically downloaded 

If you have any questions please feel free to call Clover Support at +1 (855) 853-8340. 

Was this article helpful?

How do I get a Transactions report on Clover?
// 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);