New
- CashNotify is now a Universal app: it runs natively on Apple Silicon (M1 and later) instead of going through Rosetta 2. Intel Macs are still supported — it’s the same download, with both architectures included.
- API keys are now encrypted using macOS’s built-in safeStorage. Your existing keys are migrated automatically the first time you launch this version, with nothing to do on your side.
Improvements
- Updated Electron to a recent version, bringing security and performance improvements.
- The interface now runs fully isolated from system-level APIs, with a strict Content-Security-Policy.
- Bumped all app dependencies.
Fix
- Fixes an issue where the window could appear blank on launch.
- Fixes a crash when resizing the window.
- Fixes Open logs folder opening the wrong folder.
This release is macOS-only. Windows builds should return in a future release; existing Windows installs are unaffected.
Update of the Apple certificates for the distribution of the macOS app. It’s been 4 years already!
Some love 💖 for the dashboard 📈
Specifically: MTD, and a bit more history than before with “Last month”.

New
Previously, dashboard options were: 24h, 1w, 2w, 4w.
Now they’ve been replaced with: Today, Yesterday, Last 7 days, Last 30 days, Month-to-date, Last month

In details:
- 24h is replaced by Today + a new Yesterday graph. We finally bow.
- 1w is renamed to Last 7 days
- 2w is removed
- 4w is renamed to Last 30 days
- Add a new Month-to-date graph
- Add a new Last month graph
- Finally, you can get a bit more history than before with the new Last month graph
Improvements
- Dashboard options for period (day, week, month) and indicator (revenue, payments) are now easily accessible as dropdowns, right above the graph itself
- Fine-tune some colors for dark mode
- Make the “share screenshot” button more subtle
Fix
- Transactions happening at exactly 00:00:00 were ignored when aggregating data for the graph
Enjoy!
CashNotify now supports Stripe’s restricted API keys!
This is a great improvement security-wise, as you can now use read-only Stripe keys with CashNotify.
These are the minimum required rights we need at the moment (➡️ generate a restricted key with these minimum rights):
- rak_balance_read
- rak_event_read
- rak_invoice_read
- rak_payout_read
- rak_subscription_read
- rak_customer_read
- rak_product_read (added in 2022-06)
- rak_file_write (added in 2022-06 — in order to display your business logo set on Stripe, CashNotify needs to create a public link to the file, hence the write permission.)

As soon as restricted keys were introduced in 2017, we wanted to make use of them… but couldn’t without sacrificing some features (e.g. automatically getting account’s name and logo).
Now, almost 3 years later, more users are asking for CashNotify to support restricted keys, while Stripe did not answer our request. Considering the benefit of added security is a lot higher than some aesthetic features, we added support for restricted keys, and built new options to customize accounts’ names and logos.
If you still use an unrestricted secret key, it won’t change anything. However, if you use a restricted key, you’ll notice that the account will use a generic name and logo. You can customize them after adding the account to CashNotify, by clicking on the name and logo to choose another file (png/jpg/gif/ico):

This also means that you can now use a custom logo on PayPal accounts—which didn’t support them :)
New
- Support Stripe’s restricted keys (click here to create a key with the minimum required rights)
- Select a custom logo to display for each account
- Hidden feature - Limited support for Paddle accounts. Note that CashNotify does not support Paddle officially: a lot of features are missing, and it’s hard to setup. Because of that, we won’t answer support requests related to Paddle.
- Some background on this decision: we use Paddle ourselves to sell CashNotify. Because of this, we’ve been using internally a custom build of CN with support for Paddle. Since multiple users have asked for Paddle support, we open this feature to everyone.
- Limitations: Support for Paddle is limited to successful, one-off charges. There’s no support for refunds, payouts, or anything related to subscriptions. It’s also a pain to setup because it relies on Paddle’s webhooks, which can be an issue if you already use them.
- How to enable this feature: create an empty file named
enablePaddle in the User Data directory of CashNotify (macOS: ~/Library/Application Support/CashNotify/, Windows: %APPDATA%\CashNotify\) and restart the app. Paddle’s webhook must be enabled for at least the payment_succeeded event.
Improvements
- Add a link to renew a license when it is expired, so users can self-renew their license
- Decrease rate of auto-update checks (30mn > 3 days)
- Improve “debug-ability” of auto-updater
- Bump minor dependencies
Fix
- Fix price not being displayed when it’s
0 (e.g. when there’s a 100%-off coupon)
Fix
- [Windows] Fixes an issue with an incorrect signing certificate, preventing further updates.
Note: You’ll need to download this update manually, as there’s still a certificate issue preventing updates from previous versions. Further updates should be fine. We’re sorry for the trouble.
Improvements
Overall simplification of management / positioning of the app window:
- [macOS] The main window is now displayed above the notifications — that’s how a proper menu bar app should behave!

- [macOS] The last app will be focused once the main window is hidden.
- [Windows] The app behaves better when the Start menu is moved while the app is running. Not perfect, but much more usable.
Fix
- Fix crash on Windows x64.
Windows users: If you have already upgraded to version 3.1.0 and CashNotify crashes, you will need to perform a manual update. Download the latest version and install it over your current version.