Use this API to create a new order in the Flowwise system. An order represents a transaction request with a specified amount and customer details. Once created, the order returns a checkout URL and order hash that can be used to initiate payments.
Client app ID. You can find your app ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Request parameters to create a new order.
Unique identifier for the order.
"order_summer_fashion_001"
Total amount for the order.
2299.5
Currency code for the order amount.
"INR"
Customer information for the order.
Allowed payment methods for the order.
"cc,dc,upi,nb,wallet"
Time in minutes after which the order expires.
120
Additional notes or description for the order.
"Summer collection dress - Medium size, Blue color"
Additional metadata tags for the order.
{
"source": "mobile_app",
"campaign": "summer_sale_2024",
"customer_segment": "premium"
}
Base URL where the customer will be redirected after payment completion.
"https://mystore.com/payment-success"
Success response for order creation.
Unique identifier for the order.
"order_summer_fashion_001"
Identifier for the project associated with the order.
"proj_fashion_store_2024"
Email address of the customer.
"priya.sharma@example.com"
Unique identifier for the customer.
"cust_priya_sharma_2024"
Current status of the order.
"ACTIVE"
Currency code for the order amount.
"INR"
Available payment methods for the order.
"cc,dc,upi,nb,wallet"
Additional notes or description for the order.
"Summer collection dress - Medium size, Blue color"
URL for the customer to complete the payment.
"https://payments.flowwise.com/checkout/order_summer_fashion_001"
Hash value for the order used for payment processing.
"a7f8e3d2c1b9f4e6d8a2c5b7f9e3d1a8"
Date and time when the order expires.
"2024-12-03T16:30:00Z"
Date and time when the order was created.
"2024-12-03T14:30:00Z"