qor / gomerchant

Stripe, Paygent, and Amazon Pay Adaptors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%