SEPA XML add-on for Splynx

Install:

apt-get update
apt-get install splynx-sepa

Config require: /var/www/splynx/system/external_handlers/finance/export/splynx-sepa-export/config.php

<?php
return array(
'iban_field' => 'bank_account',
'id_prefix' => '',// bank contact ID prefix : ES12500 example (before company VAT ID)
'mandate_date' => '2009-10-31',
'customers_country' => 'ES',
'add_addresses' => false,
'description' => 'Invoice #',
'bic' => '' // please set your BIC
);

Good, what use can we give this add-on

European payment’s,

SEPA Direct Debit -
http://www.europeanpaymentscouncil.eu/index.cfm/sepa-direct-debit/sepa-direct-debit-core-scheme-sdd-core/

for EU providers, can collect all payments by one file (addon)

1 Like

:thumbsup: