## Config file
config = {
"name": "name",
"IBAN": "AD121111111111111111111",
"creditor_id": "AD121111111111111111111", # TODO update - supplied by your bank or financial authority
"BIC": "CRDAADAD",
"batch": True,
"domestic": True,
"currency": "EUR", # ISO 4217
}
sepa = SepaDD(config, schema="pain.001.001.03", clean=True)
# Adding payments Iteratively
I get the following error message:
Reason: Unexpected child with tag '{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CstmrDrctDbtInitn' at position 1. Tag 'CstmrCdtTrfInitn' expected.
You are using "SepaDD" (= direct debit) with pain.001.001.03 (= credit transfer), either use pain.008 instead or SepaTransfer, depending on whether you want to receive or send money.
Hi there! Using the SepaDD as follows:
I get the following error message:
Reason: Unexpected child with tag '{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CstmrDrctDbtInitn' at position 1. Tag 'CstmrCdtTrfInitn' expected.
Has it happened to anyone else? Thanks!