Transaction
Retrieves the details of a specific transaction by using either the external_id or the order_id. You must indicate which identifier type you are passing.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
typeundefined · enumRequiredPossible values:
Indicates whether the provided id is the external_id or the order_id.
idstringRequired
The value of the external_id or the order_id being used.
Responses
200
The requested transaction details.
application/json
get
/transaction200
The requested transaction details.
Was this helpful?
