The Create Order endpoint is the first step in the payment flow. It creates a new order with all the necessary details including buyer information, product details, and payment preferences.
After creating an order successfully, you’ll receive a session_id
and order_id
. Use the session_id
to redirect the customer to the payment gateway for completing the transaction.
Client app ID. You can find your app id in the merchant dashboard.
Client secret key. You can find your secret in the merchant dashboard.
Merchant ID. You can find your merchant ID in the merchant section of the merchant dashboard.
Order creation request
The body is of type object
.
Order created successfully
The response is of type object
.