Appearance
API Keys & Secrets
An API key is a unique secret code that identifies and authorizes your application when it interacts with the Lipila API.
When your system sends a request — for example, to create a payment or check a transaction status — it must include your API key so Lipila knows:
- Which
merchant accountthe request belongs to. - Whether that account is allowed to perform the requested action.
- Whether the request should be handled in
testorlivemode.
Types of API Keys in Lipila
There are two types of API keys in Lipila: Test and Live.
Test Keys– for trying out integrations in a safe, non-live environment.Live Keys– for real transactions in production.
Locating Your API Key
- Log in to your Lipila Dashboard.
- Navigate to the
Walletssection at the bottom-left of the screen. - Click on the wallet. On the overview page you`ll see a title API Keys.
- Copy the required key. Your api key Will start with the letters Lsk which stands for Lipila secret key
Important
Anyone with your API key can make requests to your account.
Keep it safe.