andyvr/braintree-payments

Braintree payment gateway extension for Opencart v1.5.x

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 5

Open Issues: 2

Type:opencart-extension

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

This package is not auto-updated.

Last update: 2024-05-21 01:13:30 UTC


README

Braintree Payments Opencart module is the simple and lightweight implementation of braintree.com payment service for Opencart. It's licensed under MIT license, feel free to use it in any project or modify the source code at your will.

Getting Started

Installation

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

{
  "require": {
    "andyvr/braintree-payments": "@dev"
  },
  "scripts": {
    "post-install-cmd": [
      "sh ./vendor/andyvr/braintree-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 Braintree API. You need to enter either Sandbox or Production Public/Private API keys and the Merchant ID on the extension settings page.

In order to obtain this information please login to your Braintree account dashboard, click on Account in the top right corner of the page, then API Keys.

When switching to Production mode please replace API keys and Merchant ID with Production ones and change Transaction Mode setting to Production. You're all set to accept credit card payments thru Braintree.