mschindler83/fints-hbci-php

request and parse camt in addition to mt940

RentMyNick opened this issue · 2 comments

Hey there,

is a feature planned, to be able to parse camt Files instead of mt940 if the bank provides it?

Thanks

@mschindler83 can you tell me if there is a plan to implement this?

@RentMyNick You can try https://github.com/nemiah/phpFinTS, where I recently implemented FinTs::getBankToCustomerAccountReportAsRawXML. The XML doesn't really need to be parsed, just grab the info you want from it with PHP.

Cheers.