Order Status API

This is a Server-to-Server API that takes orderid as a path variable and returns the status of the order along with other details.

Note

We recommend verifying the details like amount, offer details (if any) in the response of order status with the details in your system. If there is any mismatch do not full-fill the order.

API Endpoints
Production Link
GET
https://api.juspay.in/orders/{order_id}
Authorization Header
Headers
200 : Success
400 : Invalid Input data
Last updated 2 years ago