---
title: "Create a Payment Request"
method: POST
path: "/v2/payment_requests/"
---

# Create a Payment Request

`POST /v2/payment_requests/`

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

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `id` string
  - `user` string
  - `phone` string
  - `email` string
  - `buyer_name` string
  - `amount` string
  - `purpose` string
  - `status` string
  - `payments` object[]
  - `send_sms` boolean
  - `send_email` boolean
  - `sms_status` string
  - `email_status` string
  - `shorturl` unknown
  - `longurl` string
  - `redirect_url` string
  - `webhook` string
  - `created_at` string
  - `modified_at` string
  - `resource_uri` string
  - `allow_repeated_payments` boolean
  - `mark_fulfilled` boolean

## 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)
