ing-bank / ing-open-banking-sdk

MIT License
42 stars 14 forks source link

Is it possible to use this for being able to use the API to read my own transactions? #52

Closed kootenpv closed 1 year ago

kootenpv commented 1 year ago

Hi, I am trying to find an automated way to request my transactions - would it be possible to achieve using this driver + ING Open Banking?

I am aware of CSV exports, but I am looking for something that can run in the background without having to interact.

Kind regards

Wolletje01 commented 1 year ago

Did you came up with a solution?

andrei-constantinescu commented 1 year ago

Hello,

Thank you for your question. The quickest way to get answers to your questions is to raise a ticket with our Developer Portal Support at https://developer.ing.com/openbanking/contact/support

For your specific question, you can find the details here - https://developer.ing.com/openbanking/contact/support#can-i-query-my-own-data-with-psd2-apis

In short, no, you cannot. The PSD2 APIs are not for private consumption. Developers need to be registered by a National Competent Authority (NCA, or Regulator) and (if applicable) have notified other NCAs to connect to our PSD2 APIs.

kootenpv commented 1 year ago

My current solution is scraping my data using Selenium (entering user+pw and 2FA)