Instamojo · Example Payload

Create Payment Request

Example request and response for creating an Instamojo payment request

PaymentsE-CommerceIndiaPayment GatewayPayment LinksRefundsOrder

Create Payment Request is an example object payload from Instamojo, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Create Payment Request",
  "description": "Example request and response for creating an Instamojo payment request",
  "request": {
    "method": "POST",
    "url": "https://api.instamojo.com/v2/payment_requests/",
    "headers": {
      "Authorization": "Bearer c4e17ad5cc4e7b43b2f5f9ab9ca6c928",
      "Content-Type": "application/json"
    },
    "body": {
      "purpose": "Online Course Fee - Python Programming",
      "amount": "1499.00",
      "buyer_name": "Priya Sharma",
      "email": "priya.sharma@example.com",
      "phone": "+919876543210",
      "send_email": true,
      "send_sms": false,
      "redirect_url": "https://myecommerce.com/payment/success",
      "webhook": "https://myecommerce.com/webhooks/instamojo",
      "allow_repeated_payments": false
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "payment_request": {
        "id": "ee5c9bf3e75445a8a7b8c3a7e2b4c9d1",
        "purpose": "Online Course Fee - Python Programming",
        "amount": "1499.00",
        "status": "Pending",
        "send_email": true,
        "send_sms": false,
        "email": "priya.sharma@example.com",
        "phone": "+919876543210",
        "buyer_name": "Priya Sharma",
        "redirect_url": "https://myecommerce.com/payment/success",
        "webhook": "https://myecommerce.com/webhooks/instamojo",
        "allow_repeated_payments": false,
        "longurl": "https://www.instamojo.com/@mymerchant/ee5c9bf3e75445",
        "created_at": "2026-06-13T10:30:00.000Z",
        "modified_at": "2026-06-13T10:30:00.000Z"
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/create-payment-request"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.