With the estimation endpoints you can can estimate a carbon footprint, based on a merchant category code or open banking categories.
Property | Type | Description |
---|
emissionsLevel | string | Either "category" or "merchant" depending on whether there is emissions data available on that merchant or only on the mcc category. |
name | string | In the case of "category" this is the mcc code string (Ex: Supermarkets), and if emissions_level is "merchant" it returns the name of the merchant you entered (ex: "Superstore"). Full list of merchant categories. |
kgOfCO2Emissions | float | Estimated carbon footprint In Kg of CO2 equivalent. |
mtOfCO2Emissions | float | Estimated carbon footprint In metric tons (mt) of CO2 equivalent. |
similarTo | string[] | Random list of relatable actions with similar footprint. |
Property | Type | Description |
---|
transactions | (TransactionBulkResponseValue | TransactionBulkResponseError)[] | List of Transaction Response value |
Property | Type | Description |
---|
value | Estimation | A single estimation response |
Property | Type | Description |
---|
error | TransactionResponseInputError | A single estimation error |
Property | Type | Description |
---|
message | string | Description of the error. |