ReDoc documentation
Lists transactions that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See https://devdocs.magento.com/codelinks/attributes.html#TransactionRepositoryInterface to determine which call to use to get detailed information about all attributes for an object.
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "transaction_id": 0,
- "parent_id": 0,
- "order_id": 0,
- "payment_id": 0,
- "txn_id": "string",
- "parent_txn_id": "string",
- "txn_type": "string",
- "is_closed": 0,
- "additional_information": [
- "string"
], - "created_at": "string",
- "child_transactions": [
- { }
], - "extension_attributes": { }
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}