post https://api.wowpe.in/api/api/api-module/payin/orders
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
Name | Type | Description | Mandatory(Y-yes)/Optional(O) |
---|---|---|---|
clientId | String | Client Id is provided in wowpe Dashboard. | Y |
secretKey | String | secretKey is provided in wowpe Dashboard. | Y |
name | String | Merchant Name | Y |
mobileNo | String | Mobile Number of the merchant | Y |
emailID | String | Merchant Email ID | Y |
amount | String | Transaction Amount | Y |
clientOrderId | String | Your order id | Y |
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
Key | Type | Description |
---|---|---|
Statuscode | Int | 1 = Order Generated 0 = Order failed |
Message | String | Transaction message |
orderId | String | Unique Transaction Reference Number |
currency | String | currency |
amount | Int | Transaction Amount |
clientOrderId | String | Unique Transaction Client Reference Number |