Skip to content

Stripe payment gateway for the SilverStripe payment module

License

Notifications You must be signed in to change notification settings

webbuilders-group/silverstripe-stripe-gateway

Repository files navigation

Stripe Payment Gateway

Stripe payment gateway for the SilverStripe payment module

Maintainer Contact

Requirements

Installation

If you prefer you may also install using composer:

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:

PaymentProcessor:
    supported_methods:
        dev:
            - 'StripePaymentGateway'
        live:
            - 'StripePaymentGateway'

StripeGateway:
    test_api_secret: "YOUR TEST SECRET KEY"
    api_secret: "YOUR LIVE SECRET KEY"

About

Stripe payment gateway for the SilverStripe payment module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages