Environments and API Keys
You'll complete the initial Neon Shop setup and download your API keys through the Console. At this time, we do not offer Neon Shop setup/configuration via API.
Sandbox and production mode
Neon Shops can either be in sandbox or production mode. Transactions in sandbox Shops do not result in money movement, meaning no payment methods are processed, and no money moves into your bank account. Sandbox shops allow you to test your integration and shop aesthetics before going live.
Developers will usually align their development environment with a sandbox shop, and align their production environment with a production shop. This is easily accomplished by using your sandbox keys in your development environment such that your development endpoints are called, and doing the same with your production keys.
Working with API keys
Each Neon Shop instance you set up in the Console will have a set of API keys that you'll use to access our APIs. The API keys are tied to that particular Neon Shop instance, and can only be used to modify data associated with that shop.
You can use the Console to create and manage your API keys. Once an API key is created, it'll be shown to you once; once it's generated, copy it down and store it securely. Once you exit the creation window, the full API key will never be shown again; afterwards, we'll only refer to keys by their first few characters. If you lose your key, you can revoke it and issue a new one via the Console.
Updated 6 days ago
