standard-pay

module
v0.0.0-...-c0a105b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2024 License: MIT

README

Standard Pay Library for Go

MIT License

Powerful, flexible, lightweight interface to the standardpay Bitcoin Payment Gateway API.

Getting Started »

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:

  1. Set the $GOPATH and $PATH variables

  2. 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
  1. Clone the repository

    git clone https://github.com/standardpay/standardpay-go.git

    Into src/github.com/standardpay/standardpay-go/

  2. 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.

  3. 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.

  4. 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:
      • md5sum filename
    • On OS X use the md5 program. For example:
      • md5 filename

Directories

Path Synopsis
The client package provides convenience methods for authenticating with Bitpay and creating basic invoices.
The client package provides convenience methods for authenticating with Bitpay and creating basic invoices.
Package key_utils provides methods to generate keys and retrieve bitpay specific ids (the SIN) and correctly formatted signatures.
Package key_utils provides methods to generate keys and retrieve bitpay specific ids (the SIN) and correctly formatted signatures.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL