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 »
  • Stripe.com payment processor
Pages: 1 [2]

Author Topic: Stripe.com payment processor  (Read 12029 times)

kharding

  • I post occasionally
  • **
  • Posts: 75
  • Karma: 4
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7
  • MySQL version: Recent
  • PHP version: 5.3.16
Re: Stripe.com payment processor
July 24, 2013, 01:55:19 pm
Provided that you have an SSL certificate, there's no intermediary screen with Stripe so your payment is processed without explicitly taking the user off your site.

billa

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Drupal 7
  • MySQL version: 5.1.68
  • PHP version: 5.4
Re: Stripe.com payment processor
September 10, 2013, 07:33:17 am
With the Stripe payment processor module, are plans and customers created at Stripe by the extension, or do we need to configure them separately (which would be :( to say the least!)

thanks!

planetwebb

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 2
  • CiviCRM version: 4.5.8
  • CMS version: Joomla 2.5.28 / Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.22
Re: Stripe.com payment processor
September 10, 2013, 08:56:50 pm
I'm testing the Stripe processor to possibly use in place of PP.  The module creates the customer on Stripe automatically.  I tried using the recurring payment mode, a plan is automatically created on Stripe and the user added to the plan.  If the same user make another recurring donation, it will upgrade or downgrade the plan based on the amount.  Currently I'm receiving the following error post process:

Sorry but we are not able to provide this at the moment.
One of parameters (value: ) is not of the type Integer
Return to home page.

The transaction occurs on Stripe but I do not receive a [TEST] Receipt from Civi.  Note that I'm using Stripe in TEST mode and my donation was also in Test-Drive

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: Stripe.com payment processor
September 11, 2013, 07:40:28 am

can you check the CiviCRM.*.log file and get more details on where that error is being thrown

also can u do a real transaction and see if that works (will let us know if its the test path that is broken)

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

planetwebb

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 2
  • CiviCRM version: 4.5.8
  • CMS version: Joomla 2.5.28 / Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.22
Re: Stripe.com payment processor
September 11, 2013, 07:33:21 pm
Here is the .log file

Unfortunately I'm not able to Stripe a real transaction as I have not flipped the switch from test mode to live.

drastik

  • I’m new here
  • *
  • Posts: 5
  • Karma: 1
    • Drastik by Design
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5
  • PHP version: PHP 5.3x
Re: Stripe.com payment processor
September 11, 2013, 07:51:29 pm
About recurring plans:

The code is there in Webhook callback to update Civi's Contribution table.  The reverse should be possible, where Civi calls recurring update and a new charge is pushed to Stripe.

I have heard a lot of reports about later Civi 4.2.x and 4.3 versions having various issues, unfortunately I have 0 clients using Civi Stripe and currently no free time to update the extension.  I contacted Stripe to see if they would sponsor any work, and they said no.

I am wide open to patches (see github project, 1 person has already helped with patches).  I'd love it if the community got more involved in this project, Stripe is an awesome payment processor.

That said there is a new 4.3-1.7 branch on github only for Civi 4.3 that may or may not help certain issues.

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: Stripe.com payment processor
September 11, 2013, 08:32:04 pm

if folks who are using / want to use stripe can help pay for a few hours of drastik's time to help upgrade the extension to 4.3 / 4.4 that would be beneficial and help the entire community

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

drastik

  • I’m new here
  • *
  • Posts: 5
  • Karma: 1
    • Drastik by Design
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5
  • PHP version: PHP 5.3x
Re: Stripe.com payment processor
September 12, 2013, 01:59:01 pm
Actually, I was just building a bounty-hunting platform that would be great for this, so others could get paid for the work if they want to help out as well.

Imagine breaking down known bugs & feature requests individually and you create a 'bounty' for that item.  Other users can also add to that bounty, and a 'bounty hunter' can write the code, pull request on GitHub, and claim the bounty.

Similar to:  https://www.bountysource.com/ ,  but more geared towards Drupal, CiviCRM and possibly other similar (and not just GitHub projects).  I was mid-development when I discovered bountysource which kinda made me sad, but I think it's different enough to finish anyway.

Anyone who would be interested can make an account: http://dbounty.com
No public features yet (available shortly), but a good way to judge interest & CiviCRM Stripe seems like a good test candidate.
« Last Edit: September 12, 2013, 02:00:33 pm by drastik »

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute »
  • Community Contributed Payment Processors »
  • Stripe.com payment processor

This forum was archived on 2017-11-26.