Access your integration keys
To be able to test and use Nets Easy, you need a set of integration keys (API keys) to identify your webshop and to make the integration secure.
Before you start
Before you start, you need an Easy Portal account. See the guide Create account for more information about creating a free test account.
Integration keys
Your unique integration keys make your integration with Nets Easy secure. There are two sets of integration keys: one for the test environment and one for the live environment.
For each environment, two keys are provided:
- The Secret API key which your backend sends to Nets Easy for authentication. The private API key should be kept secret and should never be passed from your frontend code.
- The Checkout key which is a public identifier for your webshop. This key can be passed from your frontend to Nets Easy as a public identifier.
Copy your keys
To access your keys, navigate to Company Integration in Easy portal. Depending on what environment you are using, copy the relevant set of integration keys as demonstrated in the screenshot below:

Each key is prefixed with a string that identifies their type, for example live-secret-key-
. The prefix help you distinguish between the keys but can be omitted when passing the keys to Nets Easy. All Nets Easy APIs accept keys with or without the prefix.