Get Order Extended
Use this API to fetch the order related data like address,cart,offers,customer details etc using the Cashfreeās order_id
.
When to use this API
- To get the extended data associated with order.
- Once the order is PAID
- Once your customer returns to
return_url
Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret in the Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD
Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree
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
The id which uniquely identifies your order
Response
The complete order extended data entity
unique id generated by cashfree for your order
order_id sent during the api request
Currency of the order. Example INR
When the order was created at cashfree's server
Charges accociated with the order
Recent Customer details associated with the order.
Address associated with the customer.
Address associated with the customer.
The cart details that are necessary like shipping address, billing address and more.
Details of the offer which got applied to the paid order.
Was this page helpful?