Get your Stripe API key from the Stripe dashboard to configure payment processing in Admoji. Use test keys for development and live keys for production transactions.
Step 1: Access Your Stripe Dashboard
Log in to your Stripe Dashboard.
Navigate to the Developers section in the left sidebar.
Click the API Keys tab.
Step 2: Locate Your API Keys
On the API Keys page you will see two key types:
Publishable keys - Safe to include in frontend code.
Secret keys - Must be kept secure; used for backend operations.
Step 3: Reveal Your Secret Key
Under Standard keys, locate your secret key.
Click Reveal live key token to display your secret key.
Copy the key to use in Admoji.
Note: In Admoji's Stripe processor form, paste your
secret key into the Api Key field. Use a
sk_test_ key when Test Mode is enabled,
and a sk_live_ key for live transactions.
Q: Should I use test keys or live keys?
A: Use test keys during development and testing. Switch to live keys only when ready to process real payments. In Admoji, you can toggle Test Mode on the processor to switch between test and live behavior.
A: Use test keys during development and testing. Switch to live keys only when ready to process real payments. In Admoji, you can toggle Test Mode on the processor to switch between test and live behavior.
Q: What if I can't find my API keys?
A: Ensure you're logged into the correct Stripe account. New accounts may need to complete verification before API keys are available. Contact Stripe Support if you continue to have issues.
A: Ensure you're logged into the correct Stripe account. New accounts may need to complete verification before API keys are available. Contact Stripe Support if you continue to have issues.