View All Orders
This API is useful for viewing all orders associated with a specific user. It can be used by customer service representatives, account managers, or users themselves to track the status and details of their orders.
Input
To fetch the orders of a specific user, you need to provide the following details:
Customer ID: The unique identifier of the user whose orders you want to fetch (e.g., "32ce79860a45cd4857be9df097f46b4f8d").
Authorization Key: A secure key to authenticate the request. This key must be included in the headers of your request.
Output
The response from this API provides a list of all orders created by the specified user. Each order includes the following details:
Order ID: The unique identifier for the order.
Status: The current status of the order (e.g., "initiated").
Total: The total amount for the order.
Monthly EMI Amount: The monthly instalment amount for the order.
Tenure: The tenure of the EMI plan.
EMI Start Date: The start date of the EMI plan.
Order Reference Number: A reference number for the order.
Created At: The date and time when the order was created.**
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
Try out the API here
Updated about 2 months ago