Appearance
Postman
The Postman collection mirrors the partner and merchant API flows documented in this guide.
Collection access is provided during integration onboarding.
Download
Import Steps
- Open Postman and select Import.
- Choose the downloaded
odm-postman-collection.jsonfile. - Set collection/environment variables before sending requests.
Collection Scope
- Partner catalog browsing
- Partner airtime topup
- Partner data package activation
- Partner voucher issuance
- Merchant voucher validation
- Merchant redemption claim initiation
- Merchant OTP verification
Usage Notes
- Use environment variables for
API_BASE_URL,X-API-Key, and signing inputs. - Generate a fresh
X-TimestampandX-Signaturefor each request. - Set
Idempotency-Keyfor all required write endpoints. - Treat the collection as a test and troubleshooting tool, not as a production integration runtime.