Instruction
Test Sandbox APIs
To test the API please follow the steps below:
- Sign-in to developer account
- Go to “Applications” tab and create application in Developer Portal.
- Note: Make sure to rename the application, from “DefaultApplication” or create a new application and give it a logical name. I.e., the company name.
- Go to “Applications”, select the application from the above step.
- Go to “Subscriptions” tab and click on “API listing store” and select the Sandbox API(s), select application and subscribe to it.
- To view subscription, select “View subscription” button.
- Go to “Sandbox Key” tab and click on Generate key button to get consumer key (client ID) and consumer secret (client secret).
- Caution: Save the generated secret securely as it will only be generated once.
If a new secret is regenerated, the previous one will become invalid and cease to function. - Use any REST Client to get the access token from REST call and test-SSN number you can find in “Documentation” tab on API store. In the request, please use scope=psd2_sandbox:<SSN>
- Select “API Console” tab to get the list of all endpoints in API.
- Provide your access token in header "Authorization: Bearer <access_token>"
- Select the endpoint you want to test.
- Select "Try it out"
Note, in the services where there are fields * required, enter any value otherwise only value presented for each testcase is needed.
- Select "Execute"
- Get the endpoint response.
Back to startpage för Open Banking