Reference implementation for the Berlin Group PSD2 specification.
Note: Work in progress!
- Go 1.9.x
Working GO environment is expected as described here
Note: If you are on a Windows environment, you have to follow the steps described in the Makefile
manually.
make install
Will install psd2-server
to you default go
binary path.
make run
Will start a http server at localhost:8000
GET http://localhost:8000/accounts
make test
will run all unit tests