Introduction
Mobimatter's B2B partner integration offering enables verified partners to leverage Mobimatter's platform to enhance their product offerings. Mobimatter offers integration based on industry-standard RESTful web services implemented using open standards like HTTP, and JSON.
Using Mobimatter v2 APIs, partners can integrate with the Mobimatter web-store inventory to purchase telecom products for various categories.
Getting Started
After getting access to the Partner Portal, go to the API section to fetch your API key and Merchant Id.
These values will be required in order to authenticate to the API:
- Merchant ID: will be passed as
merchantId
header. - API Key: will be passed as
api-key
header.
Base URL
https://api.mobimatter.com/mobimatter
Security Model
For authentication and access control purposes, all API requests must have the following custom headers - MerchantId
& api-key.
Make sure to keep your api-key secure as it has privileges for your account. Keep your api-key secure and do not store them in your version control system (Github, Bitbucket, Gitlab, etc.) or inject it into client-side code etc.
We can also cater to different security models depending on your needs, whether to establish API connectivity through VPN access or regularly rotating the keys.
MobiMatter Wallet
Every merchant will be assigned a MobiMatter wallet which they can top-up from the Partner Portal or through bank transfer.
All orders created by the merchant will be paid via the wallet automatically.