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

NameTypeDescriptionMandatory(Y-yes)/Optional(O)
clientIdStringClient Id is provided in wowpe Dashboard.Y
secretKeyString secretKey is provided in wowpe Dashboard.Y
nameStringMerchant NameY
mobileNoStringMobile Number of
the merchant
Y
emailIDStringMerchant Email IDY
amountStringTransaction AmountY
clientOrderIdStringYour order idY

Sample Request

{
  "clientId": "2448982d-ef21-4820-b650-96XXXX0",
  "secretKey": "bb316991-9001-43eXXXX",
  "name": "MERCHANT NAME",
  "mobileNo": "721XXXXXX",
  "emailID": "Email ID",
  "amount": "AMOUNT",
  "clientOrderId": "12345"
}

Response Parameters

KeyTypeDescription
StatuscodeInt1 = Order Generated
0 = Order failed
MessageStringTransaction message
orderIdStringUnique Transaction Reference Number
currencyStringcurrency
amountIntTransaction Amount
clientOrderIdStringUnique Transaction Client Reference Number
Language
Click Try It! to start a request and see the response here!