Skip to content

qor/gomerchant

Repository files navigation

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

About

Stripe, Paygent, and Amazon Pay Adaptors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages