This module creates a SEPA file in XML format.
await brixxApi.businessBrixx({
functionName:'SEPAExport',
accountName: 'MyCompanyAccountName',
bic: 'INGDDEFFXXX',
iban: 'DE89370400440532013000',
sepaCounter: 32,
company: 1,
creditData: [{
creditName: 'Customer 1',
bic: 'INGDDEFFXXX',
iban: 'DE8937040044',
amount: 129.95,
description: 'some booking text'
} , {
creditName: 'Customer 2',
bic: 'INGDDEFFXXX',
iban: 'DE8937040044',
amount: 129.95,
description: 'some booking text'
}]
});