Create Order

Creating an order in a payment gateway is a straightforward process that allows businesses to seamlessly accept payments online. To initiate this, merchants input essential transaction details such as the product or service being purchased, the amount to be charged, and customer information.

Request Parameter

DescriptionNameTypeMandatory(Y-yes)/Optional(O)
Token is provided by API panelTokenStringY
Merchant NameNameStringY
Mobile Number of the merchantMobile no.StringY
Merchant Email IDEmail idStringY
Transaction AmountAmountStringY
Your order idOrder infoStringY

Sample Request

{
	"token": "05aa4f76-XXXX-4b71-a673-XXXXXX",
	"name": "test",
	"mobileNo": "11XXXXXXXX",
	"emailID": "[email protected]",
	"amount": "1",
	"orderInfo": "Order75246XXX"
}

Response Parameters

KeyTypeDescription
OrderIDStringUnique Client Transaction Reference Number
MessageStringTransaction message
CodeStringSuccess: Ok, Failed: Bad Request
& Pending: other
Body Params
string
required

Token is provided by API panel

string
required

Merchant Name

string
required

Mobile Number of the merchant

string
required

Merchant Email ID

string
required

Transaction Amount

string
required

Your order id

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json