Skip to main content
GET
Get Order

Overview

The Get Order endpoint allows you to retrieve complete order information including buyer details, product information, payment status, and timestamps. This is useful for order tracking and status updates.

Authorizations

X-Client-ID
string
header
required

Client app ID. You can find your app id in the merchant dashboard.

X-Client-Secret
string
header
required

Client secret key. You can find your secret in the merchant dashboard.

Path Parameters

order_id
string
required

Unique identifier of the order

Response

Order retrieved successfully

success
boolean
required

Indicates if the request was successful

message
string
required

Response message

data
object
required