Get transaction info

Obtain more details about a specific transaction to end-customers

The GET Transaction/{TransactionID} endpoint allows customers to retrieve more details about a specific allocation transaction made to their end-customers within the FincoEnergies platform. This feature enables you to easily review a transaction.

Default request:

Parameters (required):

  • 'TransactionID' - this number starts with CM2 + 5 extra decimals. Obtain the full list using the GET TransactionList API. 

Request body:

  • No input fields required.

Default response:

200: Default response

{
"TransactionID": "string",
"Reference": "string",
"EndCustomer": "string",
"EmissionLifecycle": "",
"AmountOfCredits": 0,
"From": "string",
"CreationDate": "2024-11-01T10:29:26.912Z",
"TransactionStatus": "string",
"Product": "string",
"TransactionTraceability": [
{
"Message": "string",
"General": {
"BDNID": "string",
"CreditIDStart": "string",
"CreditIDEnd": "string",
"Status": "string",
"GHGReductionPercentage": 0,
"Feedstock": "string",
"EnergyContentMJ": 0,
"BiofuelsVolumeM3": 0,
"VesselType": "string",
"FuelType": "string",
"Modality": "string",
"WtWGHGReduction": 0,
"TtWGHGReduction": 0
},
"AssuranceInformation": {
"PoS_IssuanceDate": "2024-11-01T10:29:26.913Z",
"GenerationDate": "2024-11-01T10:29:26.913Z",
"GenerationAssuranceDate": "2024-11-01T10:29:26.913Z",
"AllocationDate": "2024-11-01T10:29:26.913Z",
"AllocationAssuranceDate": "2024-11-01T10:29:26.913Z",
"ReallocationDate": "2024-11-01T10:29:26.913Z",
"ReallocationAssuranceDate": "2024-11-01T10:29:26.913Z",
"LastBookDate": "2024-11-01T10:29:26.913Z",
"LastClaimDate": "2024-11-01T10:29:26.913Z"
}
}
],
"Certificate": {
"Message": "string",
"Base64String": "string"
}
}
  • WtWGHGReduction and TtWGHGReduction are displayed in tCO2eq. 

422: Validation error response

{
"error": "Description of validation error."
}

500: Default error response

{
"error": "Description of the error(s) that occurred."
}

504: Timeout error response

{
"error": "Timeout waiting for response"
}