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

https://github.com/worg/openpay-go

Golang OpenPay API wrapper
https://github.com/worg/openpay-go

go golang openpay payments

Last synced: 5 months ago
JSON representation

Golang OpenPay API wrapper

Awesome Lists containing this project

README

          

# Openpay Wrapper for Golang

Openpay is a golang wrapper around
[OpenPay API](http://www.openpay.mx/docs/api/)

![GoDoc](https://img.shields.io/badge/golang-1.3%2B-blue.svg?style=flat-square)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/worg/openpay-go/openpay)
[![Build Status](https://img.shields.io/travis/worg/openpay-go/master.svg?style=flat-square)](https://travis-ci.org/worg/openpay-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/worg/openpay-go/openpay?style=flat-square)](https://goreportcard.com/report/github.com/worg/openpay-go/openpay)

## Setup

Assuming you have a working Go setup

```
go get github.com/worg/openpay-go/openpay
```

## Status | Changelog
(Feb 2017)
Currently the project allows only card/store charges.

## Contributing

PRs are welcome, file an issue,
submit your PR and ensure it passes the tests

## Usage
*Coming soon…*

## Examples
*Coming soon…*