Loading...
Loading...
Import PayPal CSV exports with fee, refund, and currency handling.
npx skill4agent add openaccountant/skills paypal-importtransaction_searchcategorizeexport_transactions| PayPal CSV Column | Open Accountant Field | Notes |
|---|---|---|
| | Transaction date (MM/DD/YYYY format) |
| — | Not stored, date is sufficient |
| | Counterparty name |
| — | Used for filtering (see workflow) |
| — | Only import |
| | Transaction amount before fees |
| | PayPal fee (negative = expense) |
| — | Calculated, not stored directly |
| | PayPal transaction ID for dedup |
| | 3-letter ISO code |
| | Optional detail |
Payment ReceivedMobile PaymentWebsite PaymentInvoice ReceivedRefundReversalChargebackSubscription PaymentTransfer to BankBank DepositCurrency ConversionAuthorizationPendingTemporary HoldCompletedGross Revenue: =SUMIFS(Gross, Type, "Payment Received", Status, "Completed")
Total Fees: =ABS(SUMIFS(Fee, Type, "Payment Received", Status, "Completed"))
Total Refunds: =ABS(SUMIFS(Gross, Type, "Refund", Status, "Completed"))
Net Revenue: =GrossRevenue - TotalFees - TotalRefunds
Fee Rate: =TotalFees / GrossRevenue * 100