Postman Guide
Use Postman to explore Fundiin's APIs without a developer account. You can customize requests and receive responses for any of Fundiin Gateway
You can test APIs right away by forking Fundiin's Postman collection. Update these values : clientId and secretKey, merchantId in Environment Variables as per your environment
Fork the Fundiin Postman collection
- Sign up or log in to an account on postman.com.
- Select the following Run in Postman button
- Select Fork Collection.
- Name your fork and select a workspace.
- Get your Client ID(clientId), Merchant ID(merchantId), Secret Key(secretKey), and Fundiin Host(fundiin-host) website in EMC Portal
- Update these values in Environment Variables as per your environment (Sandbox/Production):
- fundiin-host: Request Url
- clientId: A unique ID that is assigned by Fundiin to identify a Partner.
- merchantId: Fundiin provides MID as a unique identifier to each merchant.
- secretKey: The secret key provided by Fundiin during the registration process.