The following details are required In order to set up a Sepa Direct Debit Payment (your bank can provide them):
- CUC Code: CBI Unique Code;
- IBAN;
- Creditor ID: Unique Code that identifies the creditor within the SEPA area;
- Company Name
These details can be configured within Sportrick's advanced payment types, please see the below procedure to add an SDD payment:
Settings -> Payment Methods -> Add
Click on Integrations
- Integration Type: select SEPA
- Integration Code: enter the XML code and fill in the fields with the details provided by the bank (see example below underlined in blue)
- Name of the Club
- CUC Code
- IBAN
- Creditor ID
Copy of XML Code
<?xml version="1.0" encoding="utf-16"?> <OpzioniPagamentoSEPA xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NomeAzienda>DEMOSPORT ASD </NomeAzienda> <CodiceCUC>12345678</CodiceCUC> <ABI>01001</ABI> <IBAN>IT00X0100100010000000000001</IBAN> <IdentificativoCreditore>IT11XXX0000000000123456</IdentificativoCreditore> </OpzioniPagamentoSEPA>