Instruction

Test Sandbox APIs

To test the API please follow the steps below:

  1. Sign-in to developer account
  2. Go to “Applications” tab and create application in Developer Portal.
  3. 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.
  4. Go to “Applications”, select the application from the above step.
  5. Go to “Subscriptions” tab and click on “API listing store” and select the Sandbox API(s), select application and subscribe to it.
  6. To view subscription, select “View subscription” button.
  7. Go to “Sandbox Key” tab and click on Generate key button to get consumer key (client ID) and consumer secret (client secret).
  8. 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.
  9. 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>
  10. Select “API Console” tab to get the list of all endpoints in API.
  11. Provide your access token in header "Authorization: Bearer <access_token>"
  12. Select the endpoint you want to test.
  13. 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.

  1. Select "Execute"
  2. Get the endpoint response.

Back to startpage för Open Banking