Balanced
Online Marketplace Payments
v1.x requires Balanced API 1.1. Use v0.x for Balanced API 1.0.
Requirements
- gson 2.2.2
- httpclient 4.2.1
- commons-lang 3.1
- commons-codec 1.7
Which you can download to target/dependency using:
$ mvn dependency:copy-dependencies
Issues
Please Github issues to request features or report bugs.
Installation
Maven
Add this dependency to your pom.xml:
<dependency>
<groupId>com.balancedpayments</groupId>
<artifactId>balancedpayments</artifactId>
<version>1.0</version>
</dependency>
NOTE: the <version>XXX</version> can be out of date in this README.
Quickstart
See https://docs.balancedpayments.com/1.1/guides/quickstart/?language=java
Usage
See https://docs.balancedpayments.com/1.1/api/?language=java for guides and documentation.
Testing
$ mvn test
Publishing
Snapshot
$ mvn clean deploy
Stage Release
$ mvn release:clean
$ mvn release:prepare
$ mvn release:perform
Release
Done using the Sonatype Nexus UI.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Write your code and tests
- Ensure all tests still pass
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new pull request
Contributors
- You!

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

