Skip to main content

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

  1. Sign up or log in to an account on postman.com.
  2. Select the following Run in Postman button
  3. Select Fork Collection.
  4. Name your fork and select a workspace.
  5. Get your Client ID(clientId), Merchant ID(merchantId), Secret Key(secretKey), and Fundiin Host(fundiin-host) website in EMC Portal
  6. 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.

Run in Postman