Socket
Socket
Sign inDemoInstall

github.com/gotsunami/sogenactif

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gotsunami/sogenactif


Version published
Created
Source

sogenactif

Provides support for the online payment solution provided by la Société Générale.

Please note that this library depends on two closed source binaries request and response (provided by the Sogenactif platform) located in the lib/ directory. They handle certificates, signing operations and provide data in a proprietary format to a remote secure payment server...

For the moment, only binaries for linux/386 and linux/amd64 are available in this repository.

Installation

Use the sogen tool to quickly test a configuration:

go get github.com/gotsunami/sogenactif/sogen

which has the following usage:

Usage: ./sogen [options] settings.conf 

Options:
  -p="6060": http server listening port
  -t=1: transaction amount

Running a demo

You can run a demo and test a fake transaction of 5 EUR with:

./sogen -t=5 conf/demo.cfg

An online demo is also deployed on Heroku at http://sogenactif.herokuapp.com/

API doc

Some docs on integrating with Go code and API documentation:

http://godoc.org/github.com/gotsunami/sogenactif

FAQs

Package last updated on 10 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc