Mercury
getTransactionById
Retrieve a single transaction by its ID. Returns full transaction details including attachments, check images, and related metadata.
Remote mercury
Remote (network-hosted)
Other tools also called getTransactionById?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"format": "uuid",
"description": "ID for this transaction"
}
}
}