You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the documentation is seems, the debtorAccount BIC is optional.
If I comment out the debtorAccount bic, the validation tool fails.
XML document is well-formed.
XML document does not validate against XSD schema. Following XML errors found:
-----------------------------------------------------------------
</DbtrAcct>
<ChrgBr>DEBT</ChrgBr>
Error, see line 33:
Element '{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ChrgBr': This element is not expected. Expected is ( {urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}DbtrAgt ).
-----------------------------------------------------------------
This is the modified code from the README.md example.
From the documentation is seems, the debtorAccount BIC is optional.
If I comment out the debtorAccount bic, the validation tool fails.
This is the modified code from the README.md example.
What I would expect is:
Thanks
The text was updated successfully, but these errors were encountered: