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,
})
}