Order Status API

This is a Server-to-Server API that takes orderid as a path parameter and returns the status of the order along with other details. Please ensure that you validate the amount and status of the order before fulfilling the order at your end.

API Endpoints
Sandbox Link
GET
https://api.sandbox.juspay.io/orders/{order_id}
Production Link
GET
https://api.juspay.io/orders/{order_id}
Authorization Header
Headers
Path Params
200 : Success
400 : Invalid Input data
401 : Authentication Failed
500 : Unexpected Error
Last updated 1 year ago