API Reference
Log In
API Reference

Overview:

Instamojo payments work by creating request URLs that can accept payments. Creating a request is as simple as passing an amount and a purpose. This step generates a Payment Request ID.

Once a request is created, you can use the request URL to accept payment in your mobile app, website or application.

Using the Payment Request ID you can display a payment form to your customers. Your customers can choose a payment method of their choice and make a payment. Once payment is made, you will receive a Payment ID.

Setup:

  • Sign up on Instamojo.
  • Signing up will create an account on Instamojo, from which you can obtain your API key and Auth token. You will need these to create requests.

The examples use our production URL.