Once you’ve created a Business API application, you can manage it from the Soldo web app. This includes updating the application settings, changing scopes, regenerating credentials, or disabling access if the integration is no longer needed.
Edit Business API application
After creating your Business API application, you can edit:
- Application name (to keep your integrations organised)
- Public key (by uploading a new one if you rotate key pairs)
- Scopes (to control which areas of your Soldo account the application can access)
- Log in to the web app.
- From the main navigation menu, select Integrations > Business API.
- Select the application you want to edit.
- Select Edit next to the section you want to modify.
Regenerate credentials
If you lose access to your credentials, or if they could have been shared incorrectly, you can regenerate them.
To regenerate credentials:
- Go to Integrations > Business API.
- In the Actions column, select Regenerate credentials.
Regenerating credentials will create a new:
- Client secret
- Fingerprint token
The Client ID stays the same, because it identifies the application.
Disable an application
Disabling an application is the safest option when you want to stop API access without removing the setup completely.
When an application is disabled:
- API requests using those credentials will stop working
- The application remains visible in your application list
- You can re-enable it later if needed
To disable an application:
- Go to Integrations > Business API.
- Select the application.
- Select the Active toggle to disable.
Delete an application
Deleting an application permanently removes it from your account. This should only be used when you’re sure the integration is no longer needed.
Before deleting, make sure:
- No active integration relies on this application
- You have saved any configuration details your developer may need
To delete an application:
- Go to Integrations > Business API.
- Select the application.
- Select Delete.
- Confirm the deletion.