Please note that extra
fields are optional and can differ between financial institutions.
IMPORTANT NOTE - If the madeOn
or the updatedAt
filters are not explicitly set,
this API will return only transactions made during the current month, i.e. an automatic filter on madeOn
will be applied .
Here is an example of the madeOn
filter: madeOn[after]=2022-01-20
.
And this is an example of the updatedAt
filter: updatedAt[strictly_after]=2022-01-30T02:03:24Z
Transaction collection
[- {
- "transactionId": "string",
- "status": "string",
- "madeOn": "2019-08-24",
- "amount": "string",
- "currencyCode": "string",
- "description": "string",
- "additional": "string",
- "category": "string",
- "duplicated": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "account": {
- "uuid": "string",
- "name": "string",
- "nature": "string",
- "providerName": "string"
}, - "extra": {
- "accountBalanceSnapshot": 0,
- "accountNumber": "string",
- "assetAmount": 0,
- "assetCode": "string",
- "categorizationConfidence": 0,
- "checkNumber": "string",
- "closingBalance": 0,
- "constantCode": "string",
- "convert": true,
- "customerCategoryCode": "string",
- "customerCategoryName": "string",
- "exchangeRate": 0,
- "id": "string",
- "endToEndId": "string",
- "information": "string",
- "mcc": "string",
- "merchantId": "string",
- "openingBalance": 0,
- "installmentDebtAmount": 0,
- "originalAmount": 0,
- "originalCategory": "string",
- "originalCurrencyCode": "string",
- "originalSubcategory": "string",
- "payee": "string",
- "payeeInformation": "string",
- "payer": "string",
- "payerInformation": "string",
- "possibleDuplicate": true,
- "postingDate": "2019-08-24T14:15:22Z",
- "postingTime": "string",
- "recordNumber": "string",
- "specificCode": "string",
- "tags": [
- "string"
], - "time": "string",
- "transferAccountName": "string",
- "type": "string",
- "unitPrice": 0,
- "units": 0,
- "variableCode": "string"
}
}
]
Retrieves a Transaction - Please note that extra
fields are optional and can differ between financial institutions.
Transaction resource
Resource not found
{- "transactionId": "string",
- "status": "string",
- "madeOn": "2019-08-24",
- "amount": "string",
- "currencyCode": "string",
- "description": "string",
- "additional": "string",
- "category": "string",
- "duplicated": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "account": {
- "uuid": "string",
- "name": "string",
- "nature": "string",
- "providerName": "string"
}, - "extra": {
- "accountBalanceSnapshot": 0,
- "accountNumber": "string",
- "assetAmount": 0,
- "assetCode": "string",
- "categorizationConfidence": 0,
- "checkNumber": "string",
- "closingBalance": 0,
- "constantCode": "string",
- "convert": true,
- "customerCategoryCode": "string",
- "customerCategoryName": "string",
- "exchangeRate": 0,
- "id": "string",
- "endToEndId": "string",
- "information": "string",
- "mcc": "string",
- "merchantId": "string",
- "openingBalance": 0,
- "installmentDebtAmount": 0,
- "originalAmount": 0,
- "originalCategory": "string",
- "originalCurrencyCode": "string",
- "originalSubcategory": "string",
- "payee": "string",
- "payeeInformation": "string",
- "payer": "string",
- "payerInformation": "string",
- "possibleDuplicate": true,
- "postingDate": "2019-08-24T14:15:22Z",
- "postingTime": "string",
- "recordNumber": "string",
- "specificCode": "string",
- "tags": [
- "string"
], - "time": "string",
- "transferAccountName": "string",
- "type": "string",
- "unitPrice": 0,
- "units": 0,
- "variableCode": "string"
}
}