CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute »
  • Community Contributed Payment Processors »
  • CM-CIC: Bank own Payment Processor
Pages: [1]

Author Topic: CM-CIC: Bank own Payment Processor  (Read 1325 times)

JMM

  • I post occasionally
  • **
  • Posts: 67
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.4.33
CM-CIC: Bank own Payment Processor
February 08, 2015, 03:28:08 am
Hi,

My Organisation's Bank (Crédit Mutuel) proposes their own Payment Processor (https://www.creditmutuel.fr/cmmabn/fr/info/solutions_produits/service/paiement-securise-sur-le-web/caracteristiques.html) (in french, sorry) (which seems cheaper than Paypal (in France))

Is it possible to plug it in ? How ?
« Last Edit: February 08, 2015, 10:24:04 am by mathieu »

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
Re: Bank own Payment Processor
February 08, 2015, 10:12:02 am
Anyone know if this is the same CM-CIC?

https://github.com/eileenmcnaughton/nz.co.fuzion.cmcic
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
Re: Bank own Payment Processor
February 08, 2015, 10:23:43 am
Ah:

https://civicrm.org/extensions/cmcic-cybermut-payment-processor

https://www.creditmutuel.fr/cmo/fr/info/particulier/quotidien/suivre_gerer_comptes/gerer_comptes_sur_internet_cybermut/

ps: edited the thread title to mention 'CM-CIC'.
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: CM-CIC: Bank own Payment Processor
February 08, 2015, 12:03:52 pm
I think so ....
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

JMM

  • I post occasionally
  • **
  • Posts: 67
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.4.33
Re: CM-CIC: Bank own Payment Processor
February 09, 2015, 07:52:44 am
Hi Eileen,

... I think so too

I have never implemented a payment processor, and I know nothing about that (and I am not a programmer)

I suppose that I must contact my bank and they will tell me how to process ?

But, on the other hand, I see that you have developped a part of it : https://github.com/eileenmcnaughton/nz.co.fuzion.cmcic

Could you tell me how to process

Thank you in advance

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: CM-CIC: Bank own Payment Processor
February 09, 2015, 11:43:24 am
You need to start by installing the extension

http://wiki.civicrm.org/confluence/display/CRMDOC/Extensions#Extensions-Installinganewextension

& then add a new payment processor

Logged into cmcic site you will also need to set a return url (there are different names for this).  The url is something like civicrm/payment/ipn?processor_id=x (where x is the id of the processor you created in the UI). Need to double check that url
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

JMM

  • I post occasionally
  • **
  • Posts: 67
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.4.33
Re: CM-CIC: Bank own Payment Processor
February 12, 2015, 02:56:35 am
Thank you Eileen,

I have 2 questions :

1. There are 2 possible Extensions at (https://civicrm.org/extensions/index) :
  . CM-CIC Payment (#61) version 1.0, with a download URL
  . CMCIC Cybermut Payment Processor (#62) which looks yours, but with no download URL
Which should I install and how for the second one ?

2. According to http://wiki.civicrm.org/confluence/display/CRMDOC/Extensions#Extensions-Installinganewextension, I must "place" the unzipped extension in my "configured extensions directory" : I don't find this directory : where is it ? (I only find the "CRM/Extension" directory with 3 sub-directories (Container, Exception, Manager))

Thank you again

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: CM-CIC: Bank own Payment Processor
February 12, 2015, 03:43:10 am
Look for the link on the Bottom right

https://github.com/eileenmcnaughton/nz.co.fuzion.cmcic
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

JMM

  • I post occasionally
  • **
  • Posts: 67
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.4.33
Re: CM-CIC: Bank own Payment Processor
February 12, 2015, 06:25:16 am
Thank you Eileen,

This answers my first question (OK)

What about my second one (place and install) ?

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
Re: CM-CIC: Bank own Payment Processor
February 12, 2015, 06:42:03 am
For reference:
http://wiki.civicrm.org/confluence/display/CRMDOC/Extensions#Extensions-Enablingextensions

See the part: "Go to: "Administer » System Settings » Directories", and also the "Resouce URLs".

For example, on Drupal, you might create a directory /var/www/mydrupal/sites/example.org/civiextensions", and put your CiviCRM extensions in there.

The "Extension directory" would be : /var/www/mydrupal/sites/example.org/civiextensions

And the "Extension Resource URL" would be: "/sites/example.org/civiextensions".

Once that is done, go to "Manage extensions", click refresh, and you should see the extension.
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

JMM

  • I post occasionally
  • **
  • Posts: 67
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.4.33
Re: CM-CIC: Bank own Payment Processor
February 17, 2015, 02:55:31 am
Thank you Mathieu (sorry for not answering sooner)

Your explaination was clear and the extension is now installed and active

I wait for the Bank to complete the new Payment Processor

I come back to you if I have any problem

Thanks again (un grand merci !)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute »
  • Community Contributed Payment Processors »
  • CM-CIC: Bank own Payment Processor

This forum was archived on 2017-11-26.