You are here

README.txt in Stripe 7

Stripe (https://stripe.com/) Payment Gateway integration with Drupal.

Description
-----------

This module provides API integration with the Stripe.com Payment Gateway. For
more information about the Drupal project, see the project page at
http://drupal.org/project/stripe.


Requirements
------------

- Drupal 7.x
- Libraries API


Installation
------------

Download the Stripe PHP library from
https://stripe.com/docs/libraries#php-library and place it in
sites/all/libraries so that "Stripe.php" is located at
sites/all/libraries/stripe-php/lib/Stripe.php.

Download the Stripe PHP library from drush
drush stripe-library-download

Working steadily with Stripe PHP Library version 3.9.0


Configuration
-------------

Log into your Stripe.com account and visit the "Account settings" area. Click
on the "API Keys" icon, and copy the values for Test Secret Key,
Test Publishable Key, Live Secret Key, and Live Publishable Key and paste them
into the module configuration under admin/config/stripe/settings.

Once your API keys are entered, you should be able to test that everything is
working by visiting the test form located at admin/config/stripe/test.


Developer instructions
----------------------
Instructions for developers can be found at https://drupal.org/node/2173795

File

README.txt
View source
  1. Stripe (https://stripe.com/) Payment Gateway integration with Drupal.
  2. Description
  3. -----------
  4. This module provides API integration with the Stripe.com Payment Gateway. For
  5. more information about the Drupal project, see the project page at
  6. http://drupal.org/project/stripe.
  7. Requirements
  8. ------------
  9. - Drupal 7.x
  10. - Libraries API
  11. Installation
  12. ------------
  13. Download the Stripe PHP library from
  14. https://stripe.com/docs/libraries#php-library and place it in
  15. sites/all/libraries so that "Stripe.php" is located at
  16. sites/all/libraries/stripe-php/lib/Stripe.php.
  17. Download the Stripe PHP library from drush
  18. drush stripe-library-download
  19. Working steadily with Stripe PHP Library version 3.9.0
  20. Configuration
  21. -------------
  22. Log into your Stripe.com account and visit the "Account settings" area. Click
  23. on the "API Keys" icon, and copy the values for Test Secret Key,
  24. Test Publishable Key, Live Secret Key, and Live Publishable Key and paste them
  25. into the module configuration under admin/config/stripe/settings.
  26. Once your API keys are entered, you should be able to test that everything is
  27. working by visiting the test form located at admin/config/stripe/test.
  28. Developer instructions
  29. ----------------------
  30. Instructions for developers can be found at https://drupal.org/node/2173795