❗️ Security
We strongly advise that your API key should not be used on any frontend application or saved in any frontend application storage as it grants an attacker full access to your merchant account, data, and resources on the platform.Account Creation
You can create an account in any environment you want to work with. We advise you create a sandbox account for testing purposes only as it doesn’t scale for production workload. To create your Mobipurse merchant account:- Visit https://staging.mobipurse.com/
- Complete the registration process
- Send an email to support@mobipurse.com to request merchant activity activation
- Wait for confirmation from our team (typically 1-2 business days)
API Endpoints
Mobipurse provides two environments for your integration: Staging (Testing): https://staging-api.mobipurse.com Production: https://api.mobipurse.comGenerating Your API Key
Once your merchant account is activated, you can generate your API key:- Log in to your Mobipurse dashboard
- Navigate to Settings → API Keys
- Click Generate API Key
- Copy and securely store your API key immediately (it won’t be shown again)
- For production use, generate a separate API key using the same process
Authorization
Mobipurse uses API key authentication. Your API key acts as a secret token that authenticates your requests to the Mobipurse API.Using Your API Key
To authenticate your API requests, include your API key as an HTTP header using thex-api-key header name. This header must be included in all API requests.
Example using cURL:
