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
sepa_king supports different versions for pain.001 and pain.008, which is amazing when using EBICS directly through e.g. CCT, CDB and CDD
When using EBICS in a service data center context it requires the use of containers (as specified in the attachment 3 of the file format specification of EBICS).
Would you be open to support the container formats as well? I will have that use case in the near future and would love to have that support open sourced and available for others to use where needed.
API wise I was thinking of something along the lines of:
container=SEPA::Container.new(# whichever meta info should be added)container.add_message(sdd1)container.add_message(sdd2)container.add_message(sdd3)# picks the pain message format fitting to the container version# and ensures that all passed messages are of the same typexml_string=container.to_xmlxml_string=container.to_xml("<specific format/version>")
The text was updated successfully, but these errors were encountered:
sepa_king supports different versions for pain.001 and pain.008, which is amazing when using EBICS directly through e.g. CCT, CDB and CDD
When using EBICS in a service data center context it requires the use of containers (as specified in the attachment 3 of the file format specification of EBICS).
Would you be open to support the container formats as well? I will have that use case in the near future and would love to have that support open sourced and available for others to use where needed.
API wise I was thinking of something along the lines of:
The text was updated successfully, but these errors were encountered: