Commerce
Instamojo
2min
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.
Refer to the Instamojo API documentation for the list of available endpoints.
To create a connection you will first need to obtain your Client ID and Client Secret from Instamojo.
- Log in to your Instamojo account.
- Click on API & Plugins in the sidebar and Create new Credentials.
- Select Direct (REST) API integration from the dropdown and click Generate Credentials.
- Copy the generated Client ID and Client Secret.
- Log in to your Make account and add an Instamojo module to a Make.
- Click Add next to the Connection field.
- Optional: In the Connection name field, enter a name for the connection.
- 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 and add more Instamojo modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.
After connecting the app, you can perform the following actions:
- Watch New Successful PaymentTriggers when a new successful payment is received.
- Watch New Failed PaymentsTriggers when a payment failed.
- Create a Payment RequestCreates a payment request.
- Get a PaymentGets a payment.
- Search PaymentsSearches for payments that match the specified criteria.
- Make an API CallPerforms an arbitrary authorized API call.