Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sammelüberweisung possible? #354

Open
witschko opened this issue Oct 15, 2021 · 6 comments
Open

Sammelüberweisung possible? #354

witschko opened this issue Oct 15, 2021 · 6 comments

Comments

@witschko
Copy link

Hello everybody,

first of all thank you for this great library, implementing things were a charm!

I have a question regarding "Sammelüberweisungen". I was thinking that it is possible by adding multiple creditors to the SEPA Transfer but it isn't working. How would I do that?

Regars
Philipp

@Cugar15
Copy link

Cugar15 commented Oct 16, 2021

Hi, can you supply any more information about what is not working or symptoms of the problem?

@witschko
Copy link
Author

witschko commented Oct 18, 2021

I try to execute a SEPATransfer by adding multiple creditors but the request throws an error:

FinTS errors:\n9050 (global): Die Nachricht enthält Fehler.\n9010 (wrt seg 3): Mehr als ein Posten im Einzelauftrag vorhanden.

IIRC I've tried the same thing with the same bank some months ago and it has been working but I'm not 100% sure.

According to the code of SEPATransfer class it is able to handle multiple creditors?

@ampaze
Copy link
Contributor

ampaze commented Oct 19, 2021

Hi @witschko

Sammelüberweisungen is not currently supported.

If you want to try to add support, you would need to implement the "HKCCM" Segment and in SendSEPATransfer.php add a check for the number of SEPATransfers in the XML.

Have a look at HKCCSv1.php for the Einzelüberweisung and at SendSEPADirectDebit.php for how I did it for Lastschriften.

@witschko
Copy link
Author

Hey @ampaze

ok...thank you very much for the explanation. I'll have a look into the HKCCM and see what I can do.

@carli2
Copy link
Contributor

carli2 commented Mar 4, 2022

see #366

if you want to use it NOW, you can alternatively use the following fork: https://github.com/LaunixPeter/phpFinTS

@witschko
Copy link
Author

witschko commented Mar 5, 2022

see #366

if you want to use it NOW, you can alternatively use the following fork: https://github.com/LaunixPeter/phpFinTS

Thank you very much...i'll have a look at it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants