Skip to main content

Instamojo

With Instamojo modules in Make, you can watch new payments, retrieve and search for payments, create payment requests, and make API calls.

To get started with Instamojo, create an account at instamojo.com.

Note

Refer to the Instamojo API documentation for the list of available endpoints.

Connect Instamojo to Make

To create a connection you will first need to obtain your Client ID and Client Secret from Instamojo.

  1. Log in to your Instamojo account.

  2. Click on API & Plugins in the sidebar and Create new Credentials.

    Instamojo_Credentials.png
  3. Select Direct (REST) API integration from the dropdown and click Generate Credentials.

  4. Copy the generated Client ID and Client Secret.

    Instamojo_Copy_Client.png
  5. Log in to your Make account and add an Instamojo module to a scenario.

  6. Click Add next to the Connection field.

  7. Optional: In the Connection name field, enter a name for the connection.

  8. Paste the Client ID and Client Secret that you copied in step 4, choose an Account Type, and click Save.

You have successfully established the connection. You can now edit your scenario and add more Instamojo modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Build Instamojo Scenarios

After connecting the app, you can perform the following actions:

  • Watch New Successful Payment

    Triggers when a new successful payment is received.

  • Watch New Failed Payments

    Triggers when a payment failed.

  • Create a Payment Request

    Creates a payment request.

  • Get a Payment

    Gets a payment.

  • Search Payments

    Searches for payments that match the specified criteria.

  • Make an API Call

    Performs an arbitrary authorized API call.