Gomerchant is an abstracted payment interface for Golang, it provides unified API for different payment gateways.
import "github.com/qor/gomerchant/gateways/stripe" func main() { Stripe := stripe.New(&stripe.Config{ Key: config.Key, }) }
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Gomerchant is an abstracted payment interface for Golang, it provides unified API for different payment gateways.
import "github.com/qor/gomerchant/gateways/stripe" func main() { Stripe := stripe.New(&stripe.Config{ Key: config.Key, }) }
Stripe, Paygent, and Amazon Pay Adaptors