You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
It seems that for many transactions I a get a generic payee called Landesbank Hessen-Thuringen.
If I look more closely at the transactions, I can find the actual name of the business in a different position on the source string, so that if I change these rows in fints.rb:
Hey @schurig, it doesn't solve it. But it does simplify the code a bit...
The main issue as I see it is that sometimes the payee is a service like PaySquare or the payment is to Landesbank Hessen-Thuringen even though the actual transaction occurred at one of their clients.
The only problem is I don't know the list of such possible Payments Aggregators (is that even the right name?)...
My current code is something like this:
Hi,
It seems that for many transactions I a get a generic payee called Landesbank Hessen-Thuringen.
If I look more closely at the transactions, I can find the actual name of the business in a different position on the source string, so that if I change these rows in fints.rb:
To this:
I get a much nicer output. Did anyone else encounter this? Is there a better way to find out where the payee is located in the source string?
The text was updated successfully, but these errors were encountered: