This extension lets you import contributions from Magnet Bank statement XML file. It provides an administration interface where you can set the parameters of the import.
The extension is licensed under AGPL-3.0.
- PHP v7.3+
- CiviCRM v5.37+
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/reflexive-communications/magnet-xml-import.git
cv en magnet-xml-import
The admin form can be reached from Contribution > Magnet XML Import.
Parameters
- "Source": contribution source
- "Financial Type":
financial_type_id
of contribution - "Payment method":
payment_instrument_id
of contribution - "Bank Account": this field stores the contact's bank account number
- "Only income": if this is checked, the negative transactions will be skipped during import
- "Magnet XML file": upload field for the XML
For details check the Developer Notes.