API Authentications & Security
Generate APIs & Start accepting Crypto!
Introduction
Resmic Pro requires an API key for secure access to its payment services. This section explains how to obtain and use your API key while ensuring best security practices.
Step 1: Subscription Requirement
Before generating an API key, users must have an active subscription. You can either:
Buy a plan from the dashboard.
Start a free 20-day trial to test the service.
Step 2: Generating an API Key
Log in to your Resmic Pro dashboard.
Navigate to the Developer section.
If you have an active plan, click on Generate Key.
Copy and securely store your
API_KEY
&User_id
It will only be shown once.
Step 3: Using Your API Key
Your API key must be included in the Authorization
header of every request:
Representational, Not an actual endpoint
Step 4: Security Best Practices
Keep your API key confidential â Do not expose it in frontend code or public repositories.
Rotate API keys periodically â Generate a new key and update your integrations regularly.
Use environment variables â Store API keys in
.env
files instead of hardcoding them.
Step 5: Regenerating or Revoking an API Key
Go to the API Keys section in your dashboard.
Click on Revoke to disable an existing API key.
Generate a new key if needed and update your application accordingly.
Conclusion
Your API_KEY
and User_Id
is essential for integrating with Resmic Pro securely. Follow the best practices to protect your key and ensure seamless transactions. For more details, refer to the API Documentation.
Last updated