v1

latestOpenAPI 3.1.02026-07-243013.0 KB

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

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

post/v2/gateway/orders/payment-request/

Headers

Authorizationstring

Response

200

order_idstring
namestring
emailstring
phonestring
amountstring

Example response

{
  "order_id": "3b56d216-74c2-4189-83f3-9c2e93bad1be",
  "name": "Vedhavyas",
  "email": "vedhavyas@instamojo.com",
  "phone": "+919663445546",
  "amount": "100.00"
}