Loading...
Loading...
Reconcile Venmo business transactions and separate personal from business.
npx skill4agent add openaccountant/skills venmo-reconcilertransaction_searchcategorizeanomaly_detectexport_transactions| Venmo CSV Column | Open Accountant Field | Notes |
|---|---|---|
| | Venmo transaction ID for dedup |
| | Transaction timestamp |
| | User-entered payment note |
| | Sender name |
| | Recipient name |
| | Signed amount (+ received, - sent) |
| — | Only import |
| — | Payment, Charge, Transfer, etc. |
| | Venmo balance, bank, card |
CompletePaymentChargeStandard TransferInstant Transfer+ $50.00- $25.00$+BusinessPersonalReview=IF(OR(
REGEXMATCH(Note,"(?i)invoice|payment for|consulting|freelance|order|service"),
ABS(Amount)>100
), "Business",
IF(OR(
REGEXMATCH(Note,"(?i)dinner|lunch|drinks|rent|split|birthday|thanks"),
LEN(Note)<10
), "Personal",
"Review"))Business Income: =SUMIFS(Amount, Classification, "Business", Amount, ">0")
Business Expenses: =ABS(SUMIFS(Amount, Classification, "Business", Amount, "<0"))