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