---
title: "Create an Order using Payment Request ID (For SDK only)"
method: POST
path: "/v2/gateway/orders/payment-request/"
---

# Create an Order using Payment Request ID (For SDK only)

`POST /v2/gateway/orders/payment-request/`

This will create a Order on Instamojo. You need to use a token that is obtained using the Application Based Authentication.

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `order_id` string
  - `name` string
  - `email` string
  - `phone` string
  - `amount` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.dev/instamojo/apis/api-v2.md) · [All operations](https://skmtc.dev/instamojo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/instamojo/api-v2/revisions/418bd166822e/schema)
