Specify the payment method in your natural language prompt:
Register a $500 expense for Alimentación paid with TarjetaAdd $2000 income from Tours, payment method TransferenciaRecord $150 Transporte expense, cash payment```textIf you don't specify a payment method, the system defaults to **Efectivo**.### Excel/CSV ImportInclude the `metodo_pago` column in your CSV file:```csvfecha,tipo,categoria,monto,metodo_pago2025-10-06,gasto,Alimentación,350,Tarjeta2025-10-06,ingreso,Tours,1200,Efectivo2025-10-06,gasto,Transporte,500,Efectivo```text<Warning>Valid values are: `Efectivo`, `Tarjeta`, `Transferencia`. Other values will default to Efectivo.</Warning>### Recurring ExpensesWhen setting up recurring expenses (subscriptions), you can assign a default payment method:1. Navigate to **Gastos Recurrentes**2. Create or edit a recurring expense3. Select the payment method (typically **Tarjeta** for subscriptions)4. The system will use this method for all automatic charges<Tip>Most subscriptions should use "Tarjeta" as the payment method since they typically charge credit/debit cards automatically.</Tip>## Analyzing by Payment Method### Dashboard ViewThe dashboard provides insights into payment method distribution:- Total spent per payment method- Cash vs. digital payment ratios- Payment method trends over time### Data Views FilteringFilter transactions by payment method to:- Reconcile credit card statements- Track cash flow- Verify bank transfer records- Identify payment patterns### ReportsGenerate reports grouped by payment method to:- See which payment channels you use most- Calculate cash requirements- Track digital payment adoption- Prepare for tax documentation## Best Practices<CardGroup cols={2}> <Card title="Be Consistent" icon="check"> Always record the actual payment method used to maintain accurate cash flow tracking. </Card> <Card title="Reconcile Regularly" icon="calendar"> Match your recorded transactions with bank and card statements monthly. </Card> <Card title="Track Cash Carefully" icon="wallet"> Cash transactions are harder to trace, so record them immediately. </Card> <Card title="Use Categories Together" icon="layer-group"> Combine payment method tracking with categories for deeper insights. </Card></CardGroup><Note>Payment method tracking helps with bank reconciliation, cash flow management, and understanding your payment preferences.</Note>