Cypriot banks - Cyprus
D
Dmitriy
Eg. Hellenic Bank, Alpha Bank Cyprus, Bank of Cyprus, etc.
Log In
V
Vadim R
hi all!
I am already using Lunchflow (free trail), so far - so good.
actually, since it supports "ETA templates" for parsing, I managed to get much cleaner data out of it than, from default PLAID sync for other banks.
Sharing ETA query, in case someone else from Cyprus needs it:
Payee:
(it.additionalInformation || '').indexOf('ATM Cash Withdrawal') === 0 ? 'ATM Cash Withdrawal' : (it.additionalInformation || '').indexOf('1Bank - Transfer') === 0 ? '1Bank - Transfer' : (it.additionalInformation || '').indexOf('1Bank - Credit Advice') === 0 ? '1Bank - Credit Advice' : (((it.additionalInformation || '').match(/(?:CREDIT FEES|CREDIT VOUCH|PURCHASE|CardTxnAdmin|by|to)\s+(.*)/) || [])[1] || it.additionalInformation || '').split('>')[0].split('a/c')[0].trim()
Notes Memo details:
(it.additionalInformation || '').indexOf('>') > -1 ? (it.additionalInformation || '').split('>')[1].trim() : (/^(ATM Cash Withdrawal|1Bank - Transfer|1Bank - Credit Advice)/.test(it.additionalInformation || '') ? (it.additionalInformation || '').replace(/^(ATM Cash Withdrawal|1Bank - Transfer|1Bank - Credit Advice)\s*/, '').trim() : (it.additionalInformation || '').split(/(?:CREDIT FEES|CREDIT VOUCH|PURCHASE|CardTxnAdmin|by|to)/)[0].trim())
A
Amr from Lunch Flow
FYI, Hellenic Bank (and many other Cypriot banks) are supported through Lunch Flow (https://lunchflow.app/), feel free to give it a try :)