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 statuslink icon

  • Warning

    This API shouldn't be used to fulfill the orders. The fulfillment of orders should be on the basis of order statuslink icon of hypercheckout.

API Endpoints
Sandbox Link
GET
https://integ-expresscheckout-api.juspay.in/credit/order/{order_id}'
Production Link
GET
https://api.juspay.in/credit/order/{order_id}
Authorization Header
Headers
Path Params
200 : Success
400 : Invalid Input data
401 : Authentication Failed
500 : Unexpected Error
Last updated 4 months ago