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 (Moderator: Donald Lobo) »
  • Multiple Payment Processors - recording which one was used
Pages: [1]

Author Topic: Multiple Payment Processors - recording which one was used  (Read 2945 times)

ptpmark

  • I post occasionally
  • **
  • Posts: 48
  • Karma: 1
  • CiviCRM version: 4.4.6
  • CMS version: Drupal 7.22
  • MySQL version: 5.1.66
  • PHP version: 5.3.3
Multiple Payment Processors - recording which one was used
February 08, 2013, 03:30:10 pm
We have clients that accept tax deductible and non tax deductible contributions into different bank accounts. They use two different payment processors.  I can't find where CiviCRM stores which payment processor was used on a specific contribution.  Without this information, it's not going to be easy to audit the statements from authorize.net or any other processor.  Some clients use both paypal and another processor, mostly for historical reasons.

Does anyone have any idea if this is stored in the mysql tables?  I searched for a discussion of the issue, but I didn't see anything popping up. Maybe this has been covered before.
thanks for any assistance.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Multiple Payment Processors - recording which one was used
February 08, 2013, 05:09:54 pm

check:

civicrm_financial_trxn, column payment_processor for 4.2 (might have been a different name in 4.1)

we dont store the exact payment processor that was used, but just the type (so PayPal Standard, Authorize.net etc)

this has changed in 4.3, where we store the payment processor id

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ptpmark

  • I post occasionally
  • **
  • Posts: 48
  • Karma: 1
  • CiviCRM version: 4.4.6
  • CMS version: Drupal 7.22
  • MySQL version: 5.1.66
  • PHP version: 5.3.3
Re: Multiple Payment Processors - recording which one was used
February 11, 2013, 05:48:55 am
thanks for the pointer.  It's a good improvement in 4.3 to record the payment processor, as groups with two cc processors of the same type will not be able to pull the data.  Now we need to find a way to report on this information. Perhaps in the bookkeeping transactions report?

I've created this item to support adding the reporting to the bookkeeping transactions report.
http://issues.civicrm.org/jira/browse/CRM-11879
« Last Edit: February 11, 2013, 06:00:31 am by ptpmark »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Multiple Payment Processors - recording which one was used

This forum was archived on 2017-11-26.