On 4/11/19 11:28 PM, Andres Aviles wrote: > Hello all - > > This is my first post. So far I love GnuCash ! > > I run a small business and accept credit/debit cards using the Square > app. They take out the fees before they deposit the money received. I > have imported my credit union statements which includes the deposits > made by Square. But how do I account for these fees in GnuCash that > Square takes out before the deposit ? I'm using version 3.5.1 right > now. > > Thanks. > > Andy A. > [email protected]
Do they have a payments file you can download? My friend and I have a storefront on Squarespace that uses Stripe for the credit/debit processing. Strip has a payments file that I can download as a csv. It has fields for the order-id, total product sold, shipping charges, state and local taxes, their fee, net amt deposited. I accumulate these in a SQLite DB and tag by date on which the net is deposited (since they combine all sales in a day to a single deposit). So far I report the totals by day and manually enter into GnC. At some future date I'll have the report generate a CSV file to import into GnC. This works for me in the US. Your needs/requirements may vary. -- Stephen M Butler, PMP, PSM [email protected] [email protected] 253-350-0166 ------------------------------------------- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
