Order Details

This API is useful for viewing the detailed information of a specific order associated with a user. It can be used by customer service representatives, account managers, or users themselves to track the status and specifics of their orders.

Input

To fetch the details of a specific order, you need to provide the following details:

Customer ID: The unique identifier of the user whose order details you want to fetch (e.g., "32ce79860a45cd4857be9df097f46b4f8d").

Order ID: The unique identifier of the order you want to fetch details for (e.g., "39b2cc99-fe08-48dd-8cb1-379aacb62772").

Authorization Key: A secure key to authenticate the request. This key must be included in the headers of your request.

Output

Order ID: The unique identifier for the order.

Order Status: The current status of the order.

Total Amount: The total amount for the order.

Monthly EMI Amount: The monthly installment amount for the order.

EMI Tenure (Months): The duration of the EMI plan in months.

EMI Start Date: The start date of the EMI plan.

Order Reference Number: A reference number for the order.

Order Created At: The date and time when the order was created.

Order Items: This section contains details about each item in the order.

Item ID: The unique identifier for the order item.

Item Name: The name of the order item.

Item Amount: The amount associated with the order item.

Quantity: The quantity of the order item.

Item Status: The current status of the order item.

Item Created At: The date and time when the order item was created.

Item Unit Price: The unit price of the order item.

Order Transactions: This section would contain details about transactions related to the order. In this sample response, it is empty.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
order_idstringA unique id for each order which you can fetch from the last API

Common error scenarios

The following are the common error scenarios in sending an API request:

ErrorDescription
param is missing or the value is empty: finsire_idfinsire_id is a required field

📘

Try out the API here