andyvr/stripe-payments

Stripe payment gateway extension for Opencart v1.5.x

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 2

Forks: 9

Open Issues: 2

Type:opencart-extension

dev-master 2014-10-10 17:53 UTC

This package is not auto-updated.

Last update: 2024-05-07 00:52:12 UTC


README

Stripe Payments is the simple and lightweight implementation of Stripe.com payment service for Opencart. Currently it is the only Stripe Opencart payment gateway extension that is free and open source. It's licensed under MIT license, therefore feel free to use it in any project or modify the source code.

Getting Started

Installation

The most convenient way to install the extension is with Composer, add following code to your composer.json file:

{
  "require": {
    "andyvr/stripe-payments": "@dev"
  },
  "scripts": {
    "post-install-cmd": [
      "sh ./vendor/andyvr/stripe-payments/extension-install.sh"
    ]
   }
}

If you don't use Composer you can just copy over admin, catalog and vendor folders to your Opencart root.

Setup

Activate the extension thru your Opencart Admin Panel.

The extension uses the Stripe API. You need to enter either Test or Live Stripe API keys on the extension settings page.

In order to obtain the Stripe API keys please login to your Stripe account dashboard, click on Your Account in the top right corner of the page, then Account Settings.
In the pop-up box click on the API Keys tab. Both Test and Live keypairs will be provided for you.

Use Test keys to test the Opencart extension. When testing is done replace test keys to live keys in the extension settings page to start accepting credit card payments thru Stripe.