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
- Host: GitHub
- URL: https://github.com/worg/openpay-go
- Owner: worg
- License: mit
- Created: 2017-02-05T21:47:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T21:09:39.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T16:47:48.428Z (almost 2 years ago)
- Topics: go, golang, openpay, payments
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Openpay Wrapper for Golang
Openpay is a golang wrapper around
[OpenPay API](http://www.openpay.mx/docs/api/)

[](https://godoc.org/github.com/worg/openpay-go/openpay)
[](https://travis-ci.org/worg/openpay-go)
[](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…*