allenrowand Posted January 5, 2021 Share Posted January 5, 2021 I take business payments via Stripe on my website and Square in person, and track the processing fees as an expense. I created these workflows to quickly calculate the fee paid; enter or paste the amount received into the workflow, and it will return the fee paid and put it on the clipboard. https://github.com/allenrowand/alfred-stripe-calculator https://github.com/allenrowand/alfred-square-calculator I'm not affiliated with Stripe or Square other than being a customer. Link to comment
GatorMapi Posted October 22, 2021 Share Posted October 22, 2021 (edited) You can achieve the same thing with a snippet including Stripe's fee of 2.9% + 30 cent. You coud multiply the payment amount by as such 100*(.029+.30) and use the keyword trigger @s for example Edited October 22, 2021 by GatorMapi Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now