Transaction

Get Transaction Details by Either order_id or external_id

get
/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 · enumRequired

Indicates whether the provided id is the external_id or the order_id.

Possible values:
idstringRequired

The value of the external_id or the order_id being used.

Responses
200

The requested transaction details.

application/json
get
/transaction
200

The requested transaction details.

Was this helpful?