Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ API_HOST = '<hostname>'
API_VERSION = '3.1.0'

# API Tester hostname, e.g. https://apitester.openbankproject.com
LOGIN_AGENT_URL = 'http://127.0.0.1:9090'
REDIRECT_URL = 'http://127.0.0.1:9090'

OAUTH_TOKEN_PATH = '/oauth/initiate'
OAUTH_AUTHORIZATION_PATH = '/oauth/authorize'
Expand All @@ -86,6 +86,9 @@ $ python run\PostCounterpartyScript.py

make sure your admin account have the roles below:
CanCreateCustomer or CanCreateCustomerAtAnyBank
CanCreateCustomer and CanCreateUserCustomerLink
CanCreateCustomerAtAnyBank and CanCreateUserCustomerLinkAtAnyBank
CanGetAnyUser
```bash
$ python run\PostCustomerScript.py
```
Loading