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

Payments from multi-currency bank accounts #41

Open
Lowentwickler opened this issue Oct 15, 2021 · 2 comments
Open

Payments from multi-currency bank accounts #41

Lowentwickler opened this issue Oct 15, 2021 · 2 comments

Comments

@Lowentwickler
Copy link

Hello!
Some bank offers multi currency accounts, when under the same account number you have separate accounts for different currencies. Such banks expect to receive <Ccy> in <DbtrAcct>:

<DbtrAcct>
 <Id><IBAN>CZ7855000000005001264780</IBAN></Id>
  <Ccy>EUR</Ccy>
</DbtrAcct>

It seems that the library does not support it now. Do you consider having it?

If I submit a PR, how would you like it to be implemented? multi_currency=True in config or something else?

@raphaelm
Copy link
Owner

raphaelm commented Dec 5, 2021

Do you know if it is safe to always supply the currency even with non.multicurrency accounts?

@Lowentwickler
Copy link
Author

Well, it is even defined by the schemas in your repo

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

2 participants