curl --request GET \
--url https://api.getlemma.com/v0/transactions/{transaction_id} \
--header 'Authorization: Bearer <token>'{
"id": "transaction_Wp5mRx3nKv8bTh2d",
"account_id": "account_Rv4nBt8xKw2pMh6s",
"amount": -325000,
"occurred_at": "2026-03-12T16:45:00Z",
"source": {
"category": "ach_transfer_intention"
},
"counterparty": {
"type": "external",
"external": {
"external_account_id": "external_account_Bx5nTm8hKw3pVd7c"
}
}
}
Retrieve a single transaction by its ID.
curl --request GET \
--url https://api.getlemma.com/v0/transactions/{transaction_id} \
--header 'Authorization: Bearer <token>'{
"id": "transaction_Wp5mRx3nKv8bTh2d",
"account_id": "account_Rv4nBt8xKw2pMh6s",
"amount": -325000,
"occurred_at": "2026-03-12T16:45:00Z",
"source": {
"category": "ach_transfer_intention"
},
"counterparty": {
"type": "external",
"external": {
"external_account_id": "external_account_Bx5nTm8hKw3pVd7c"
}
}
}
Returns a single transaction object.Documentation Index
Fetch the complete documentation index at: https://docs.getlemma.com/llms.txt
Use this file to discover all available pages before exploring further.
Show Source object
Show ACH Transfer Intention object
Show Check Deposit Return object
Show Inbound ACH Transfer object
Show Inbound Check Adjustment object
Show Inbound Wire Transfer object
Show Real-Time Payments Transfer Acknowledgement object
Show Counterparty object
external or internal.Show External object
{
"id": "transaction_Wp5mRx3nKv8bTh2d",
"account_id": "account_Rv4nBt8xKw2pMh6s",
"amount": -325000,
"occurred_at": "2026-03-12T16:45:00Z",
"source": {
"category": "ach_transfer_intention"
},
"counterparty": {
"type": "external",
"external": {
"external_account_id": "external_account_Bx5nTm8hKw3pVd7c"
}
}
}