python-sepaxml icon indicating copy to clipboard operation
python-sepaxml copied to clipboard

SEPA Direct Debit XML generation in python

Results 25 python-sepaxml issues
Sort by recently updated
recently updated
newest added

Is there a specific format for financed SEPA debits? `No, to issue financed SEPA Core/COR1 or B2B debits you must use the SEPA direct debit format, including at header level...

I need to create the SEPA XML for an Austrian bank. Unfortunately here in Austria the latest version of the `pain.001.001.03` schema is not supported yet, we use the RuleBook...

After updating sepaxml from version 2.5.0, comdirect payments stopped working: ``` Traceback (most recent call last): File "/usr/lib64/python3.13/urllib/request.py", line 1481, in open_local_file stats = os.stat(localfile) FileNotFoundError: [Errno 2] No such...

pain.001.001.03: The AdrTp (Address Type) element directly contains the address type code: ADDR pain.001.001.09: The AdrTp element uses a choice structure with either Cd (Code) or Prtry (Proprietary) elements: ADDR...

Hi, when I use the code presented in the [Credit Transfer example](https://github.com/raphaelm/python-sepaxml?tab=readme-ov-file#credit-transfer), the generated SEPA XML has a `InitgPty` node looking like this: ``` Test von Testenstein ``` Nevertheless, I'm...