Finom bank API

Has anyone tried to create a workflow based on Finom bank API to collect operations ?
It’s possible with zapier but I’d like to do so with n8n, even created an custom node.

Do you have any suggestions ?

Hey @Michael_C, from looking at API Docs it seems getting access to their API requires becoming a partner before anything else. Otherwise it looks like a straightforward REST API, with authentication taking place through a token passed on in the X-API-Key header. So it seems to the me HTTP Request node could do the job. Are you running into any problems here?