If you are in Europe and use CiviCRM to manage recurring contributions, you need this extension.
This branch if currently maintained by Xavier Dutoit (TTTP, [email protected]) and Björn Endres (SYSTOPIA, [email protected]).
Find more documentation on http://wiki.civicrm.org/confluence/display/CRM/CiviSEPA
- OOFF and RCUR payments
- SEPA dashboard gives you great status overview
- payment processer for online donations and event registrations
- UI to manipulate mandates
- automatic BIC lookup if Little BIC Extension in installed
- full SEPA group life cycle: 'open'-'closed/sent'->'received'
- record SEPA payment action and form for contacts
- manual batching with parameters for notice period and horizon
- automatic adjustment of late OOFF and RCUR transactions
- integration with CiviBanking
- permission management
- membership pages
- automatic submission to the banks
If you need customised mandate references, exclude certain collection dates, or add a custom transaction message to the collection, you want to create a sepa customization extension implementing the following hooks:
civicrm_create_mandate
- to generate custom mandate reference numberscivicrm_defer_collection_date
- to avoid days when your bank won't accept collectionscivicrm_modify_txmessage
- to customize the transaction message
We added an example implementation for your convenience: org.project60.sepacustom