/gomerchant

Stripe, Paygent, and Amazon Pay Adaptors

Primary LanguageGoMIT LicenseMIT

Gomerchant

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

Usage

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

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

GoDoc