Using the Dashboard

The subchapters below explain how to work with organizations and applications in your Dashboard in the Neonomics Developer Portal.

Create an organization

Click the button next to the Organizations header in the Dashboard. This opens a screen where you can create a new organization in two simple steps:

  1. (required) Enter a name for the organization.
  2. (optional) Add one or more other users than yourself to your organization.

A user is someone who has an account in the portal and is a member of an organization in a specific role that determines the user’s permissions. The user ID is the email address.

View/edit an organization

Click on the organization you wish to edit, located under the Organizations header on the left-hand side of the Dashboard.

You will then see a settings icon next to the organization name. Click the icon to open up the Organization Settings screen, which displays the organization details.

You can carry out the following actions: - modify the name - invite new members - change the role of existing members - delete an invitation - delete a member

Create an application

First, select an organization for the new application, in case you have more than one organization.

Then click the New Application button located at the right-hand side of the screen. This opens a screen for creating a new application in three steps:

1. Enter details

  • (required) Give the application a name.
  • (optional) Enter a description.
  • (optional) Enter up to three Redirect URLs.

A Redirect URL can be used in connection with consent and Strong Customer Authentication (SCA). When end-users have given consent to or authorized a payment, the flow is redirected to this URL instead of the default page. The API References documentation describes how to use Redirect URLs in account and payment APIs.

2. Select APIs

Select the APIs that will be available for the application.

3. Generate Ids

Generate Client ID and Secret ID by pressing the Generate Ids button. Save these values, because you will use them later to make a token request API to obtain an access_token for authentication.

View/edit an application

First, click on the organization that the application belongs to, located under the Organizations header on the left-hand side of the Dashboard.

Then click on the application you want to edit. This opens a screen that shows Application Details.

To edit details, click the Edit button located in the lower part of the screen.

You can carry out the following actions: - modify the name - modify the description - modify/add/remove Redirect URLs - modify selected APIs - reset your Secret ID - download the Encryption key, if encryption of sensitive end-user data is required

You can also copy the Client ID and Secret ID to the clipboard, and you can choose to show or hide the Secret ID on the screen.

Delete an application

The process to delete an application has two steps: Deactivation and Deletion.

1. Deactivate application

First, click on the organization that the application belongs to, located under the Organizations header on the left-hand side of the Dashboard.

Then click on the application you want to delete. This opens a screen that shows Application Details.

Click the Edit button located in the lower part of the screen.

Deactivate your application by clicking on Deactivate this Application in the bottom right corner of the screen.

2. Delete application

Return to the Dashboard and click the Deactivated App(s) button located in the bottom right corner of the screen.

You will then see your deactivated application, and next to its name, there is a settings icon.

When you click the icon, you can choose between deleting and restoring the application.

Note: After deactivating an application, you will have 30 days to either restore it or delete it. If you take no action, it gets permanently deleted.