Skip to content

OpenBankProject/Hello-OBP-DirectLogin-Python

Repository files navigation

Python Example for OBP API

Virtual Environment for Python (optional)

pip install --upgrade virtualenv

virtualenv -p /usr/local/bin/python3 py3env

source py3env/bin/activate

Setup

$ pip install -r requirements.txt

Hello OBP

#compatible with python2 and 3

$ python hello_obp.py

Hello Payments

$ python3 hello_payments.py

About

Allows Apps to authenticate point to point. For higly trusted Apps and Sandbox contexts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages