monobank-firefly3-bot/config.json.example

80 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"accounts": [
{
"firefly3_id": "1",
"monobank_id": "xxxxxxxxxxxxxxxxxxxxxx",
"currency": "UAH"
},
{
"firefly3_id": "2",
"monobank_id": "xxxxxxxxxxxxxxxxxxxxxx",
"currency": "UAH"
},
{
"name": "Card 3",
"firefly3_id": "3",
"currency": "EUR"
}
],
"transaction_types": [
{
"names": ["Hetzner"],
"firefly3": {
"description": "Hetzner: vps2"
}
},
{
"names": ["Платіж Pixel Watch 2"],
"firefly3": {
"description": "Credit payment: Google Pixel Watch 2 Wi-Fi",
"destination": "Credit: Google Pixel Watch 2 Wi-Fi"
}
},
{
"names": ["Ілля Ш."],
"firefly3": {
"description": "Legal services: Alva Privacy Law Firm",
"destination": "Legal: Alva Privacy Law Firm",
"category": "Legal services"
}
},
{
"names": ["АТБ", "Велмарт", "Novus", "Glovo", "zakaz.ua", "Мегамаркет", "Сільпо", "Фора", "METRO"],
"mcc_codes": [5411, 5499, 5451, 5422, 5412, 5921],
"firefly3": {
"description": "Groceries"
}
},
{
"names": ["З чорної картки"],
"firefly3": {
"type": "transfer",
"description": "Transfer between accounts",
"destination": "Mono White"
}
},
{
"names": ["Термінал EasyPay", "City24", "Термінал City24"],
"firefly3": {
"type": "transfer",
"description": "Transfer between accounts",
"destination": "Wallet cash (UAH)",
"is_use_destination_as_source": true
}
},
{
"names": ["Novapay"],
"firefly3": {
"description": "NovaPoshta: delivery"
},
"sum_max": 150
},
{
"names": ["Bolt"],
"names_refund": ["Скасування. Bolt"],
"firefly3": {
"description": "Taxi: Bolt"
}
}
]
}