Skip to content

Stripe, Paygent, and Amazon Pay Adaptors

License

Notifications You must be signed in to change notification settings

stjean2016/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

  • Go 100.0%