Standard Pay Library for Go

Powerful, flexible, lightweight interface to the standardpay Bitcoin Payment Gateway API.
Code documentation is available on godoc.
API Documentation
API Documentation is available on the standardpay site.
Running the Tests
In order to run the tests, follow these steps:
-
Set the $GOPATH and $PATH variables
-
Install the dependencies
$ go get github.com/btcsuite/btcutil
$ go get github.com/gorilla/mux
$ go get github.com/onsi/ginkgo
$ go get golang.org/x/crypto
-
Clone the repository
git clone https://github.com/standardpay/standardpay-go.git
Into src/github.com/standardpay/standardpay-go/
-
Set the environment variables StandardPayAPI & StandardPayPEM to "https://test.standardpay.com" and a valid PEM value.
This is slightly tricky, the PEM file has to already be paired with a merchant token on your standardpay account. To do this it is probably best to use the standardpay test helper.
-
You will also need a paid invoice on the server. Set the environment variable INVOICEID to the id of a paid invoice on the server.
-
We are now ready to run the tests.
ginkgo -r src/github.com/standardpay/
Found a bug?
Let us know! Send a pull request or a patch. Questions? Ask! We're here to help. We will respond to all filed issues.
StandardPay Support:
- GitHub Issues
- Open an issue if you are having issues with this library
- Support
- StandardPay merchant support documentation
Sometimes a download can become corrupted for various reasons. However, you can verify that the release package you downloaded is correct by checking the md5 checksum "fingerprint" of your download against the md5 checksum value shown on the Releases page. Even the smallest change in the downloaded release package will cause a different value to be shown!
- If you are using Windows, you can download a checksum verifier tool and instructions directly from Microsoft here: http://www.microsoft.com/en-us/download/details.aspx?id=11533
- If you are using Linux or OS X, you already have the software installed on your system.
- On Linux systems use the md5sum program. For example:
- On OS X use the md5 program. For example: