Categorygithub.com/kisrobot/gomerchant
repositorypackage
0.0.0-20190717155602-b018f50d9003
Repository: https://github.com/kisrobot/gomerchant.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Gomerchant

Gomerchant is an abstracted payment interface for Golang, it provides unified API for different payment gateways.

Usage

import "github.com/kisrobot/gomerchant/gateways/stripe"

func main() {
  Stripe := stripe.New(&stripe.Config{
    Key: config.Key,
  })
}

GoDoc