Create a Test User

In order to create a wallet, we first need to create a Portal client. Although in your production environment you will be doing this programmatically via the new Client REST API endpoint, for testing purposes you can head to the Portal Admin Dashboard to create a test client.

A Portal client represents a single user. You use the Portal client as a 1:1 with users on your backend.

Steps

  1. Log in to the Portal Admin Dashboard. If don’t have access reach out to us to request trial access!

  2. After you login, under β€œSettings” on the left hand side of the page, click on β€œAPI Keys”.

  3. Once you have located the API keys section, click on β€œNew Test Client API Key”. This will generate a test client with a Client API Key - test credentials for development purposes.

  4. After clicking the β€œNew Test Client API Key” button, this will pop open a window displaying the Client API Key and the Client ID. Go ahead and copy the Client API Key

Congrats! πŸŽ‰ You have now created your first Portal client and are ready to generate a wallet!

Last updated