Files
sparebank-1-client/README.md
2024-11-12 21:20:42 +01:00

578 B

SpareBank 1 API Client

Check the SpareBank 1 API documentation on how to set up a client. The following environment variables are needed:

SB1_REDIRECT_URI - Redirect uri, e.g. http://localhost

SB1_HOST - Hostname of redirect uri, e.g. localhost

SB1_PORT - Port of redirect uri, e.g. 8080

SB1_CLIENT_ID - ID of personal client, check the SB1 API Documentation

SB1_CLIENT_SECRET - Secret of personal client, check the SB1 API Documentation

SB1_FIN_INST - Financial Institution, check the SB1 API Documentation