Introduction
Welcome to Our API Platform 👋
Overview
🎯 Key Features
📚 Documentation Sections
1.
2.
3.
Getting Started
Understanding API Keys
Live Keys: For production use and real transactions
Base URL
https://api.tranzakt.finance
Environment Support
Key Types
Authentication
x-api-key
header.Common Headers
http
Setting Up Your API Access
First Step
Log in to your merchant dashboard
Second Step
Click 'Settings' in the sidebar menu
Third Step
Select 'API Keys & Webhooks'
Fourth Step
Once processed, you'll receive both test and live API keys
Fifth Step
The
Secret Key
provided will be your x-api-key
.Note: The Test/Live mode can be toggled using the switch in the top right corner of the API Keys page
🔑 Keep your API keys secure and never share them publicly
⚠️ Only requests from whitelisted IPs will be processed
Integration Process
1.
2.
🔐 Security Note: Whether test or live, always keep your API keys secure and never expose them in client-side code or public repositories.
API Key Requirements
Requirement | Description |
---|---|
IP Whitelisting | Client IP must be in the whitelisted IPs list |
Key Type Match | API key must match environment (Test/Live) |
Header Format | Must be included as x-api-key: secretKey |
Modified at 2024-11-12 15:26:57