dev-master
9999999-devPayment gateway for the Stripe payment service
BSD-3-Clause
The Requires
by Ed Chipman
payment gateway silverstripe stripe ecommerce
Wallogit.com
2017 © Pedro Peláez
Payment gateway for the Stripe payment service
Stripe payment gateway for the SilverStripe payment module, (*1)
If you prefer you may also install using composer:, (*2)
composer require webbuilders-group/silverstripe-stripe-gateway
To use Stripe as the payment gateway you need to retrive your api key from your account settings then in your site's config.yml you need to add the following:, (*3)
PaymentProcessor:
supported_methods:
dev:
- 'StripePaymentGateway'
live:
- 'StripePaymentGateway'
StripeGateway:
test_api_secret: "YOUR TEST SECRET KEY"
api_secret: "YOUR LIVE SECRET KEY"
Payment gateway for the Stripe payment service
BSD-3-Clause
payment gateway silverstripe stripe ecommerce