qonto-assistant/tests/fixtures/qonto/transactions.json

65 lines
1.6 KiB
JSON
Raw Normal View History

{
"transactions": [
{
"id": "tx-qonto-2026-07",
"settled_at": "2026-07-01T08:00:00Z",
"label": "Qonto",
"side": "debit",
"amount": 70.8,
"currency": "EUR",
"category": "subscription",
"operation_type": "qonto_fee",
"status": "completed",
"iban": "DE02100100101234566810"
},
{
"id": "tx-hub31-2026-06",
"settled_at": "2026-06-02T08:00:00Z",
"label": "HUB31",
"side": "debit",
"amount": 297.5,
"currency": "EUR",
"category": "other_expense",
"operation_type": "transfer",
"status": "completed",
"iban": "DE02100100101234566810"
},
{
"id": "tx-hub31-2026-05",
"settled_at": "2026-05-02T08:00:00Z",
"label": "HUB31",
"side": "debit",
"amount": 297.5,
"currency": "EUR",
"category": "other_expense",
"operation_type": "transfer",
"status": "completed",
"iban": "DE02100100101234566810"
},
{
"id": "tx-stripe-2026-06",
"settled_at": "2026-06-29T08:00:00Z",
"label": "Stripe Technology Europe Ltd",
"side": "credit",
"amount": 8.55,
"currency": "EUR",
"category": "other_income",
"operation_type": "income",
"status": "completed",
"iban": "DE02100100101234566810"
},
{
"id": "tx-old-window",
"settled_at": "2026-02-01T08:00:00Z",
"label": "Old Expense",
"side": "debit",
"amount": 12.34,
"currency": "EUR",
"category": "other_expense",
"operation_type": "income",
"status": "completed",
"iban": "DE02100100101234566810"
}
]
}