TheAssassin / org.project60.sepa

SEPA direct debit integration with civicrm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you are in Europe and use CiviCRM to manage recurring contributions, you need this extension.

SEPA Direct Debit Module

This branch is currently maintained by Björn Endres (SYSTOPIA, endres@systopia.de).

Find more documentation on http://wiki.civicrm.org/confluence/display/CRM/CiviSEPA

Important: Please download a official release!

What it can do

  • OOFF and RCUR payments
  • SEPA dashboard gives you great status overview
  • Payment processer for online donations and event registrations with the SEPA PP Extension
  • 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 FormProcessor Actions
  • Integration with CiviBanking
  • Membership payments (with the Project60 Membership Extension)

What it can not (yet) do

  • automatic submission to the banks

Automated Testing

CircleCI

Customisation

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 numbers
  • civicrm_defer_collection_date - to avoid days when your bank won't accept collections. (Version 1.2+ can skip weekends w/o this hook)
  • civicrm_modify_txmessage - to customize the transaction message (Version 1.2+ can set a generic message w/o this hook)
  • civicrm_alter_next_collection_date - alter the next collection date for a mandate.

We added an example implementation for your convenience: org.project60.sepacustom

About

SEPA direct debit integration with civicrm


Languages

Language:PHP 77.0%Language:Smarty 17.3%Language:JavaScript 2.5%Language:HTML 2.0%Language:TSQL 1.2%Language:Shell 0.0%