raphaelm / python-sepaxml

SEPA Direct Debit XML generation in python
MIT License
110 stars 41 forks source link

Example for direct debit contains invalid end to end reference #44

Closed Natureshadow closed 1 year ago

Natureshadow commented 2 years ago

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.