Order Detail
The Order Detail API lets you retrieve detailed information for a specific order by ID.
GET
https://pgapi-sandbox.sepay.vn/v1/order/detail/{order_id}Parameters
| Name | Type | Required | Description |
|---|---|---|---|
order_id | string | Required | The order ID to query (e.g., SEPAY-68BA83CE637C1) |
Response field descriptions
idstringInternal ID of the order
customer_idstring/nullCustomer ID (nullable)
order_idstringUnique order ID
order_invoice_numberstringInvoice number
order_statusstringOrder status
order_amountstringOrder amount (VND)
order_currencystringCurrency code
order_descriptionstringOrder description
authentication_statusstring/nullAuthentication status
created_atstringCreated time (YYYY-MM-DD HH:mm:ss)
updated_atstringLast updated time (YYYY-MM-DD HH:mm:ss)
transactionsarrayList of transactions (available in detail response only)
Order Status Definition
CAPTURED:PaidCANCELLED:CancelledAUTHENTICATION_NOT_NEEDED:Pending Payment