Skip to main content

Get Order [v3]

GET 

/api/v3/order

Retrieve the complete details of an existing order. When called with a server-side merchant token, the response includes a fresh order token.

Quick Reference
  • Query params: order_id or invoice_id (provide either one; if both provided, order_id takes priority)
  • Conditional response: token and token_expiration (only returned when called with a server-side merchant token)
  • Returns: Full order object including status, total_amount, user, and next actions

Request

Responses

When the order is successfully fetched, the response will be as below