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_idorinvoice_id(provide either one; if both provided,order_idtakes priority) - Conditional response:
tokenandtoken_expiration(only returned when called with a server-side merchant token) - Returns: Full order object including
status,total_amount,user, andnextactions
Request
Responses
- 200
- 4XX
- 5XX
When the order is successfully fetched, the response will be as below
When the data of order cannot be fetched, the response will be as below
When there is a problem on the server, the response will be as below