ebics-java / ebics-java-client

Java open source EBICS client - Support for French, German and Swiss banks
GNU Lesser General Public License v2.1
36 stars 35 forks source link

ZK3 Order Type #17

Open nthurner opened 3 years ago

nthurner commented 3 years ago

Hi Could I submit order type ZK3 to download MT940 files from UBS Switzerland? If not, is it a very complex software implementation? Can I have some information about it? Thanks Nicola Thurner

uwemaurer commented 3 years ago

Hi,

it is very easy to do since there was a recent change by @reva which allows to add custom order types without having to modify this library.

You can implement the EbicsOrderType interface and return ZK3 to use this order type. With this you can call the methods to download the files from UBS

Let me know if you need any help.

uygark commented 3 years ago

Hi,

I implemented the same approach to run ZK3 (MT940 file download) order on UBS Switzerland. Outcome was successful, this library works like a charm. You can start your integration without any doubt.

Best regards,