Fio API integration for n8n
npm install n8n-nodes-fioThis is a small not that will simplify interaction with FIO bank that operates in czech republic. You can find the bank website at https://fio.cz.
At the moment the node supports only subset of the operations
- get balance
- get transactions
- make payment
Before you can operate the node you have to create the FIO credentials. After the node installation the Fio Credentials type should be available to you and you need to create the API token in the fio adminstration. For payments you need write level key. Otherwise you are good with read only.
This is at the moment very barebones. If you use it and like it let me know and we can extend it further.