You are here

README.txt in Commerce Stripe 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.3 README.txt
  3. 7.2 README.txt
COMMERCE STRIPE
---------------

Commerce Stripe integrates Stripe with Drupal Commerce payment and checkout
system. This module will fully integrate the Stripe to Drupal Commerce in
that way that clients can make payments straight in the shop in PCI-compliant
way without leaving the actual shop page. Stripe is a simple way to accept
payments online. With Stripe you can accept Visa, MasterCard, American Express,
Discover, JCB, and Diners Club cards directly on your store.


INSTALLING COMMERCE STRIPE MODULE
-------------------------------------

1. Download latest module from http://drupal.org/project/commerce_stripe

2. Download Libraries module from http://drupal.org/project/libraries

3. Enable Commerce Stripe and Libraries modules as usual: /admin/modules

4. Download Stripe library from https://github.com/stripe/stripe-php and
   extract it to sites/all/libraries/stripe-php
   NOTE: you must use stripe-php version 1.17.1 or higher for the Commerce Card On File integration to work.


CONFIGURING PAYMENT METHOD
--------------------------

1. Create an account at https://stripe.com/

2. Insert your API keys at the Stripe configuration page
   admin/commerce/config/payment-methods/manage/commerce_payment_commerce_stripe
   Remember to test the functionality with the test keys before going live!


CREDITS
-------

Commerce Stripe integration has been written by:

Ilari Mäkelä - https://drupal.org/user/726092
Avi Goldberg - https://drupal.org/user/2565920

File

README.txt
View source
  1. COMMERCE STRIPE
  2. ---------------
  3. Commerce Stripe integrates Stripe with Drupal Commerce payment and checkout
  4. system. This module will fully integrate the Stripe to Drupal Commerce in
  5. that way that clients can make payments straight in the shop in PCI-compliant
  6. way without leaving the actual shop page. Stripe is a simple way to accept
  7. payments online. With Stripe you can accept Visa, MasterCard, American Express,
  8. Discover, JCB, and Diners Club cards directly on your store.
  9. INSTALLING COMMERCE STRIPE MODULE
  10. -------------------------------------
  11. 1. Download latest module from http://drupal.org/project/commerce_stripe
  12. 2. Download Libraries module from http://drupal.org/project/libraries
  13. 3. Enable Commerce Stripe and Libraries modules as usual: /admin/modules
  14. 4. Download Stripe library from https://github.com/stripe/stripe-php and
  15. extract it to sites/all/libraries/stripe-php
  16. NOTE: you must use stripe-php version 1.17.1 or higher for the Commerce Card On File integration to work.
  17. CONFIGURING PAYMENT METHOD
  18. --------------------------
  19. 1. Create an account at https://stripe.com/
  20. 2. Insert your API keys at the Stripe configuration page
  21. admin/commerce/config/payment-methods/manage/commerce_payment_commerce_stripe
  22. Remember to test the functionality with the test keys before going live!
  23. CREDITS
  24. -------
  25. Commerce Stripe integration has been written by:
  26. Ilari Mäkelä - https://drupal.org/user/726092
  27. Avi Goldberg - https://drupal.org/user/2565920