/api

The Open Banking Nigeria is a way to bring a standard banking system in Nigeria, for which any bank can follow to make life easier for all players in the ecosystem.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

The project is to create an open source standard APIs for which banks can publish their integration APIs.

What is this repository for?

  • Quick summary Although Banks generally have APIs (many are not at that level of technology maturity yet), these APIs do not cover the complete gamut of requirements of Fintechs or the need of their customers. The Open Banking API is a way to bring a standard to the market, for which any bank can follow, then it would make life easier for all players in the ecosystem.
  • Version 1.0
  • Open Banking Nigeria

How do I get set up?

  • Summary of set up Get this reposiotry by running the command below on your terminal

    $ git clone https://bitbucket.org/openbankingnigeria/api.git
    

    The project can be set up easily by implementing the endpoints as fully documented here.

  • How to run tests
    You can run tests right here. These tests show a sample request and response payload as defined in the specification.

Contribution guidelines

  • Writing tests All new and modified endpoints MUST have an equivalent unit test. The unit test should ensure the defined payload request and verb is obeyed and the corresponding response is a type of the expected response. You can follow the unit test that is already available in the project.

  • Code review Once you complete a task, submit a pull request. Your code would be merge as soon as it's been reveiwed.

  • Other guidelines

Who do I talk to?