Fetch an Order
Retrieves the details of a specific order using its unique identifier.
Authorizations
Use your Razorpay Key ID as the username and Key Secret as the password.
Path Parameters
The unique identifier of the order to retrieve.
"order_IluGWxBm9U8zJ8"
Response
The order details.
A Razorpay Order object representing a payment order.
Unique identifier for the order.
"order_IluGWxBm9U8zJ8"
Entity type, always order for order objects.
"order"
The order amount in the smallest currency sub-unit (e.g., paise for INR). For example, 50000 represents ₹500.
50000
The amount paid against the order, in the smallest currency sub-unit.
0
The remaining amount to be paid against the order, in the smallest currency sub-unit.
50000
The ISO 4217 currency code for the order.
"INR"
A unique receipt number provided by the merchant for internal reference.
"receipt_1001"
The current status of the order.
created, attempted, paid "created"
The number of payment attempts made against this order.
0
A key-value store of custom metadata to attach to the order. Values must be strings.
Unix timestamp (in seconds) at which the order was created.
1595491008