Create Orders

Use this API to create orders.

Click to view the detailed response parameters and response codes.

Response Parameters

ParameterDescription
statusStatus of API call. Values are OK and ERROR.
paymentLinkLink of payment page for that order. Returned when the status is OK.
reasonReason for failure when the status is an ERROR.

Response Codes

Sub CodeStatusMessage
200OKPlease provide a valid appId
200OKPlease provide a valid secretKey
200OKPlease provide a valid orderId
200OKOrder amount is not valid
200OKPlease provide a valid customer email
200OKPlease provide a valid customer phone number
200OKOrder with same id is already present

Currencies

Use the currency code values available here for the orderCurrency variable in the parameters for order creation. Only INR is available by default. Contact [email protected] to enable new currencies.

📘

Videos - Create Orders using Java and Python

Click here to watch the video on how to create orders using Java code.

Click here to watch the video on how to create orders using Python code.

 

Language