Credits Cards & Banks

I’m not sure I understand how the bank integrations work.

This is what I see viewing a bank integration:

When editing, this is what I can edit:

When calling /api/v1/bank_integrations this is what I get:

{
  "data": [
    {
      "id": "VolejRejNm",
      "provider_name": "FYRST",
      "provider_id": 0,
      "bank_account_id": 0,
      "bank_account_name": "FYRST",
      "bank_account_number": "",
      "bank_account_status": "",
      "bank_account_type": "",
      "balance": 0,
      "currency": "",
      "nickname": "",
      "from_date": "",
      "is_deleted": false,
      "disabled_upstream": false,
      "auto_sync": false,
      "created_at": 1691315759,
      "updated_at": 1691315759,
      "archived_at": 0
    }
  ],
  "meta": {
    "pagination": {
      "total": 1,
      "count": 1,
      "per_page": 20,
      "current_page": 1,
      "total_pages": 1,
      "links": []
    }
  }
}

What are all those fields returned by the API? Can I edit them using the UI?

Viewing in the flutter app:

Editing in the flutter app:

The whole thing feels so inconsistent or maybe I’m just confused :thinking:

Hi,

Once you create the bank account you can import transactions in a CSV file on Settings > Import/Export