HyperCredit Order Status API
When a session is generated, an Order is created in Juspay’s system. This Order might be associated with multiple Loan Applications, each of which shall be linked to a specific lender. For each Loan Application, Juspay retrieves available EMI offers from various lenders. Users are able to select only one offer from a single lender. Upon selection of an offer, Juspay initiates a transaction. This transaction's status is continuously updated in real-time based on information received from the lender through Juspay, ensuring consistent tracking and processing. The HyperCredit Order Status API offers detailed sub-statuses that track user activity throughout the order fulfillment process.
This is a Server-to-Server API that returns the status of the order along with other details in encrypted format.
Please ensure that you validate the amount and status of the order before fulfilling the order at your end.
For information on different order status and handling, refer here order status
- Warning
This API shouldn't be used to fulfill the orders. The fulfillment of orders should be on the basis of order status
of hypercheckout.
Consists of two parts.
Username: API Key will be share by the credit team
Password: Empty string
Example:-
MUQ2QUZEQzhFQTY0OUU5QTIxQzNFNTQwNkFDMEZCOg==
Merchant ID provided by Juspay
Pass the date in YYYY-MM-DD format
application/x-www-form-urlencoded
Order Id of the order for which you want to check the status
Example:- JP1636474794
Unique ID generated by JusPay for the given order
OrderId provided in the request
Status of the order. For information on different order status and handling, refer here
Status ID is a numeric id corresponding to the status value
The order amount
Order creation timestamp in UTC
Example: 2021-11-09T16:19:55Z
The email Id of the customer provided during order creation
The phone number of the customer provided during order creation
The customer id provided during order creation
The merchant id provided by Juspay
The currency provided during order creation.
Default: INR
The return url provided during order creation
The json object with the details of the transaction
Following statuses will be provided.
Example:- CONSUMER_FINANCE
The gateway reference id used for the transaction
Bad Request
Details of keys missing
Example:-
Mandatory fields are missing
Further Details of keys missing
error
access_denied
error
Internal server Error

