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

NameTypeRequiredDescription
order_id
stringRequired
The order ID to query (e.g., SEPAY-68BA83CE637C1)

Response field descriptions

idstring

Internal ID of the order

customer_idstring/null

Customer ID (nullable)

order_idstring

Unique order ID

order_invoice_numberstring

Invoice number

order_statusstring

Order status

order_amountstring

Order amount (VND)

order_currencystring

Currency code

order_descriptionstring

Order description

authentication_statusstring/null

Authentication status

created_atstring

Created time (YYYY-MM-DD HH:mm:ss)

updated_atstring

Last updated time (YYYY-MM-DD HH:mm:ss)

transactionsarray

List of transactions (available in detail response only)

Order Status Definition
  • CAPTURED: Paid
  • CANCELLED: Cancelled
  • AUTHENTICATION_NOT_NEEDED: Pending Payment