Opensource

If you are anything like us, the first thing you do is to poke around in the source code of the software that you are about to use.

Projects

We use GitHub to manage our projects - you are most welcome to poke around :-)

API clients

Our API clients makes it easier to get started talking to our API using your favorite programming language.

Note: If you miss you favorite programming language in the list above - Please let us know

Contributing

Contributions are greatly appreciated! You can create a Pull Request like this:

  1. Fork the project ( https://github.com/QuickPay/<project>/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request