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 »
  • Getting Stripe to work on Wordpress
Pages: [1]

Author Topic: Getting Stripe to work on Wordpress  (Read 969 times)

AndyHarkness

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
    • Andy's Blog
  • CiviCRM version: 4.5.0
  • CMS version: Wordpress 4.0
  • MySQL version: 5.1.61
  • PHP version: 5.3.3
Getting Stripe to work on Wordpress
May 28, 2014, 08:20:03 am
I have been trying to get Stripe to work on Wordpress using Drastik's CiviCRM extension. All was working fine when I was testing the site, but now I have put things live I get:

Sorry but we are not able to provide this at the moment.
No such customer: ##########


Maybe someone else has had this problem or knows what the source of the problem might be?

Wordpress: 3.9.1
CiviCRM: 4.4.5
Stripe Payment Processor: 4.4-1.8
Stripe API:  2014-03-28

AndyHarkness

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
    • Andy's Blog
  • CiviCRM version: 4.5.0
  • CMS version: Wordpress 4.0
  • MySQL version: 5.1.61
  • PHP version: 5.3.3
Re: Getting Stripe to work on Wordpress
May 29, 2014, 02:42:45 am
Worked out the problem! It looks like it was something to do with data being retained by Stripe. I had deleted the test data, but a customer ID number had obviously been retained somewhere and was not allowing me to make a donation with the same details. I got someone else to make a donation with their details and everything went through perfectly!

scrubba

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 2
  • CiviCRM version: 4.6.2
  • CMS version: Wordpress 4.2
Re: Getting Stripe to work on Wordpress
December 03, 2014, 06:35:25 pm
Just thought I'd add this info to this latest stripe-civicrm thread..

I was having troubles with the earlier version of the stripe extension,
But there is a new version available at:

https://github.com/drastik/civicrm_stripe

and it works a treat. So I uninstalled the old extension and flushed cashes -
(turn off / delete the old payment processor first)

Then install the new extension, (i used 4.5-dev version) from github
Login to stripe.com
and go account settings /  api keys - and get your keys
Then head to

administer / system settings / payment processors
create a new gateway and drop in your keys

Then finally head back to stripe.com
at account settings / webhooks
and point your web hook to the right place:
as it says in the docs:

For Drupal: https://example.com/civicrm/stripe/webhook
For Joomla: https://example.com/index.php/component/civicrm/?task=civicrm/stripe/webhook
For Wordpress: https://example.com/?page=CiviCRM&q=civicrm/stripe/webhook

Then make sure your contrib / event is pointed to your new processor.

Big Thanks to drastik for keeping this together : )

Chris

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute »
  • Community Contributed Payment Processors »
  • Getting Stripe to work on Wordpress

This forum was archived on 2017-11-26.