v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBTransactions
Retrieve transaction
Returns a single transaction by its Embat id. If the transaction's product no longer exists, this endpoint returns 404 even though the transaction record exists.
get/transactions/{companyId}/{id}
Path parameters
idstring required
companyIdstring required
Response
Successful Response
Example response
{
"balance": 15234.67,
"concept": "Invoice #2024-001 payment",
"amount": 1250.5,
"accountingAmount": 1250.5,
"exchangeRate": 1,
"product": {
"id": "prod_8f3a1c",
"product": "Cuenta Corriente",
"bankFullName": "Banco Bilbao Vizcaya Argentaria",
"alias": "Main checking account"
},
"attributes": [
{
"customId": "cost-center",
"value": "Marketing",
"valueCustomId": "marketing"
}
],
"categories": [
{
"value": 150
}
],
"groupAmount": 1180.25,
"groupExchangeRate": 1.06,
"currencyExchangeData": {
"originalAmount": 500,
"grossAmount": 460.25,
"fees": 3.5
}
}