Hi everyone,
I am trying to establish a connection to the Bank of Cyprus's sandbox environment.
I tried it in Postman and it worked.
Now I am trying to rebuild the flow in n8n, but I am failing at the last step!
Attached are a screenshot of the flow and the JSON file.
I am happy to share teh blueprint as it's just a sandbox environment anyway.
I have two hurdles:
- I need to parse one set of information from the top flow to the 'Set Variable' node in the bottom flow. Can someone please explain how to do this? The user needs to receive an email with a login link before the webhook can be triggered. for testing purposes, I just copied the info ({{ $('Obtain a Subscription Id').item.json.subscriptionId }}) into the 'Set Variable' node. That works but only for testing...
- The second is that the very last node returns a 403. I checked teh credentials multiple times and they seem to be all working...
I would really appreciate it if someone would have a look at this for me.
I am still learning and know that I am aiming high with taking on a bank authorisation 😫
Thank you very much in advance,
Jan