GET
/
orders
/
{order_id}
/
extended

Authorizations

x-client-id
string
headerrequired

Client app ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
headerrequired

Client secret key. You can find your secret in the Merchant Dashboard.

Headers

x-api-version
string
default: 2023-08-01required

API version to be used. Format is in YYYY-MM-DD

x-request-id
string

Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree

x-idempotency-key
string

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Path Parameters

order_id
string
required

The id which uniquely identifies your order

Response

200 - application/json

The complete order extended data entity

cf_order_id
string

unique id generated by cashfree for your order

order_id
string

order_id sent during the api request

order_amount
number
order_currency
string

Currency of the order. Example INR

created_at
string

When the order was created at cashfree's server

charges
object

Charges accociated with the order

customer_details
object

Recent Customer details associated with the order.

shipping_address
object

Address associated with the customer.

billing_address
object

Address associated with the customer.

cart
object

The cart details that are necessary like shipping address, billing address and more.

offer
object

Details of the offer which got applied to the paid order.