Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qor/gomerchant
- Owner: qor
- License: mit
- Created: 2016-08-10T05:45:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T01:52:25.000Z (23 days ago)
- Last Synced: 2024-10-21T05:14:03.350Z (23 days ago)
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 18
- Watchers: 16
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)