2017 © Pedro Peláez
 

silverstripe-module silverstripe-stripe-gateway

Payment gateway for the Stripe payment service

image

webbuilders-group/silverstripe-stripe-gateway

Payment gateway for the Stripe payment service

  • Wednesday, June 22, 2016
  • by WebbuildersGroup
  • Repository
  • 4 Watchers
  • 4 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Stripe Payment Gateway

Stripe payment gateway for the SilverStripe payment module, (*1)

Maintainer Contact

Requirements

Installation

  • Download the module from here https://github.com/webbuilders-group/silverstripe-stripe-gateway/archive/master.zip
  • Extract the downloaded archive into your site root so that the destination folder is called stipe-gateway, opening the extracted folder should contain _config.php in the root along with other files/folders
  • Run dev/build?flush=all to regenerate the manifest

If you prefer you may also install using composer:, (*2)

composer require webbuilders-group/silverstripe-stripe-gateway

Usage

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"

The Versions

22/06 2016

dev-master

9999999-dev

Payment gateway for the Stripe payment service

  Sources   Download

BSD-3-Clause

The Requires

 

payment gateway silverstripe stripe ecommerce