But this error is making my account MORE at risk. I'm flooded with these notifications. Thereby increasing the likelihood of a real one being missed.
A second question: why are these transactions being marked as suspicious. For example I frequently get these messages regarding payments I have made in my local supermarket -a large chain- which is very near to my home address as registered with n26. I also frequently get message regarding payments I make you apple or Google every month. These are surely the dictionary definition of suspicious?
It seems like n26 is paying lip service to [[the idea]] of security but not really caring about whether I receive timely and appropriate messages regarding my account's security.
# Youtube api Key 26 Feb 2025
AIzaSyApZRO-2zFXR12wYYdtOlzjPV4g1bF4qv8
# Test
```
TABLE section.text
FROM "/"
FLATTEN file.sections as section
WHERE contains(section.text, "type:: draft")
SORT file.ctime ASC
```
```dataview
LIST section
WHERE type = "draft"
GROUP BY section
```
```dataview
LIST file.link
WHERE type = "draft"
```