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
Language
Click Try It! to start a request and see the response here!