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

Example for direct debit contains invalid end to end reference

Open Natureshadow opened this issue 3 years ago • 0 comments

The example from the readme proposed tu use a UUID1 as end-to-end reference. However, the string representation of a UUID1 is 36 characters, while SEPA allows only 35 characters in the end-to-end reference. The example from the readme thus fails the validation when creating the XML.

Natureshadow avatar Mar 16 '22 21:03 Natureshadow