- License: GPLv3+
- © 2012 Fuzion Aotearoa Ltd
- Author: Chris Burgess [email protected]
Flo2Cash's Donate interface is designed for NFP (Not For Profit) organisations. It is a hosted solution (donors are redirected to the F2C page) and it can support recurring payments.
- Flo2Cash services for Not For Profits
- Contact Flo2Cash for more information and pricing.
Installing the Extension
See CiviCRM's documentation for instructions on installing CiviCRM extensions.
Configuration
- Visit CiviCRM's Payment Processors page
- Configure the live and test URLs with those provided by Flo2Cash, eg
- If the "Account ID" field shows, enter any value you like in it. See CRM-10395 for details.
- Save
- Select F2C Donate processor instance when editing CiviCRM Contribution pages etc.
IPN Support
CiviCRM has built-in IPN support from v4.2 (see CRM-9779 for patch).
Upgrading to the latest version of CiviCRM is recommended. However, if you are
using an earlier version of CiviCRM, you will also need to copy the file
extIPN.php
from the extension directory to civicrm/extern/extIPN.php
require_once(): Failed opening required '/path/to/nz.co.fuzion.flo2cashdonate/Flo2CashDonate.php'
The core class in this processor was renamed from Flo2CashDonate.php to
flo2cashdonate.php, so sites upgrading this module from 0.1 to 0.9 may need
to either uninstall and reinstall the extension, or update the DB table
civicrm_option_value
where the filename is stored.
IPN doesn't work?
See CRM-12720 and apply the patch from there if it's not already fixed for your version of CiviCRM.
I don't know what to put in the Account ID field?
Flo2Cash doesn't need this information, but until CRM-10395 is fixed, CiviCRM needs you to put something in that box. Anything.
Items to do before v1.0 release: