You are here

README.txt in Ubercart Stripe 8.2

This is an Ubercart payment gateway module for Stripe.

Installation and Setup
======================

a) Use composer to install Stripe per the composer.json provided.

b) Install and enable the module in the normal way for Drupal.

b) Visit your Ubercart Store Administration page, Configuration
section, and add the Stripe gate at the Payment Methods page.
(admin/store/config/payment)

c) Configure the gateway with your Stripe API keys from https://dashboard.stripe.com/account/apikeys

d) Every site dealing with credit cards in any way should be using https. It's
your responsibility to make this happen. (Actually, almost every site should
be https everywhere at this time in the web's history.)

e) If you want Stripe to attempt to validate zip/postal codes, you must enable
that feature on your *Stripe* account settings. Click the checkbox for
"Decline Charges that fail zip code verification" on the "Account info" page.
(You must be collecting billing address information for this to work, of course.)

Limitations
===========

At this writing, the uc_recurring module is not yet available, so recurring
payments are not available.

File

README.txt
View source
  1. This is an Ubercart payment gateway module for Stripe.
  2. Installation and Setup
  3. ======================
  4. a) Use composer to install Stripe per the composer.json provided.
  5. b) Install and enable the module in the normal way for Drupal.
  6. b) Visit your Ubercart Store Administration page, Configuration
  7. section, and add the Stripe gate at the Payment Methods page.
  8. (admin/store/config/payment)
  9. c) Configure the gateway with your Stripe API keys from https://dashboard.stripe.com/account/apikeys
  10. d) Every site dealing with credit cards in any way should be using https. It's
  11. your responsibility to make this happen. (Actually, almost every site should
  12. be https everywhere at this time in the web's history.)
  13. e) If you want Stripe to attempt to validate zip/postal codes, you must enable
  14. that feature on your *Stripe* account settings. Click the checkbox for
  15. "Decline Charges that fail zip code verification" on the "Account info" page.
  16. (You must be collecting billing address information for this to work, of course.)
  17. Limitations
  18. ===========
  19. At this writing, the uc_recurring module is not yet available, so recurring
  20. payments are not available.