Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qor/gomerchant

Stripe, Paygent, and Amazon Pay Adaptors
https://github.com/qor/gomerchant

Last synced: 5 days ago
JSON representation

Stripe, Paygent, and Amazon Pay Adaptors

Awesome Lists containing this project

README

        

# Gomerchant

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

## Usage

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

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

[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](http://godoc.org/github.com/qor/gomerchant)