You are here

README.txt in Commerce Stripe Payment Intent 7

COMMERCE STRIPE PAYMENT INTENT
---------------

Commerce Stripe Payment intent integrates Stripe with Drupal Commerce payment and checkout
system using Payment intents API. 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 PAYMENT INTENT MODULE
-------------------------------------

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

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

3. Enable Commerce Stripe PI 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


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_pi
   Remember to test the functionality with the test keys before going live!


VARIABLES
---------
By default the advanced fraud detection is enabled, which means
stripe.js will be included on every page. Since this might have privacy
implications, thus you can disable it by setting
commerce_stripe_pi_advanced_fraud_enabled to FALSE. There is currently no UI
so you have to use drush:
drush vset commerce_stripe_pi_advanced_fraud_enabled FALSE

CREDITS
-------

Commerce Stripe PI integration is a fork and rework of commerce_stripe module and has been written by :

Fabien Clément - https://drupal.org/user/226961

File

README.txt
View source
  1. COMMERCE STRIPE PAYMENT INTENT
  2. ---------------
  3. Commerce Stripe Payment intent integrates Stripe with Drupal Commerce payment and checkout
  4. system using Payment intents API. 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 PAYMENT INTENT MODULE
  10. -------------------------------------
  11. 1. Download latest module from http://drupal.org/project/commerce_stripe_pi
  12. 2. Download Libraries module from http://drupal.org/project/libraries
  13. 3. Enable Commerce Stripe PI 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. CONFIGURING PAYMENT METHOD
  17. --------------------------
  18. 1. Create an account at https://stripe.com/
  19. 2. Insert your API keys at the Stripe configuration page
  20. admin/commerce/config/payment-methods/manage/commerce_payment_commerce_stripe_pi
  21. Remember to test the functionality with the test keys before going live!
  22. VARIABLES
  23. ---------
  24. By default the advanced fraud detection is enabled, which means
  25. stripe.js will be included on every page. Since this might have privacy
  26. implications, thus you can disable it by setting
  27. commerce_stripe_pi_advanced_fraud_enabled to FALSE. There is currently no UI
  28. so you have to use drush:
  29. drush vset commerce_stripe_pi_advanced_fraud_enabled FALSE
  30. CREDITS
  31. -------
  32. Commerce Stripe PI integration is a fork and rework of commerce_stripe module and has been written by :
  33. Fabien Clément - https://drupal.org/user/226961