TransactionMatchReport
Retrieves a transaction match report which includes a details array and a summary
Retrieves a TransactionMatchReport resource.
get/transaction_match_report
Query parameters
startstring date-time
YYYY-MM-DD
endstring date-time
YYYY-MM-DD
refreshstring
If refresh is set, data will be fetched from the source application even when cached data is available
Response
TransactionMatchReport resource
Example response
{
"start": "2022-07-01",
"end": "2022-08-31",
"summary": {
"bankMatchedCount": 1,
"bankTotalCount": 2,
"bankMatchedAmount": 316.85,
"bankTotalAmount": 763.84,
"accountingMatchedCount": 1,
"accountingTotalCount": 2,
"accountingMatchedAmount": 316.85,
"accountingTotalAmount": 592.86,
"overallMatchedCount": 2,
"overallTotalCount": 4,
"overallMatchedAmount": 633.7,
"overallTotalAmount": 1356.7
},
"details": [
{
"type": "BANK",
"bank_transaction_id": "003dafbc-9d3a-4772-9a88-72c5d0786f83",
"bank_txn_type": "CREDIT",
"bank_total_amount": 446.99,
"bank_currency": "USD",
"bank_date": "2022-08-17",
"bank_merchant": null,
"bank_description": "Dolor sit amet",
"bank_category": null,
"accounting_table": null,
"accounting_table_id": null,
"accounting_txn_type": null,
"accounting_total_amount": null,
"accounting_currency": null,
"accounting_date": null,
"accounting_merchant": null,
"accounting_description": null,
"accounting_category": null,
"has_match": false
},
{
"type": "ACCOUNTING",
"bank_transaction_id": null,
"bank_txn_type": null,
"bank_total_amount": null,
"bank_currency": null,
"bank_date": null,
"bank_merchant": null,
"bank_description": null,
"bank_category": null,
"accounting_table": "expense",
"accounting_table_id": "c851a382-f5ef-4ca5-9d4c-fe5afc52ce81",
"accounting_txn_type": "DEBIT",
"accounting_total_amount": 276.01,
"accounting_currency": "USD",
"accounting_date": "2022-07-11 00:00:00",
"accounting_merchant": null,
"accounting_description": "Yippee ki yay",
"accounting_category": null,
"has_match": false
},
{
"type": "ACCOUNTING",
"bank_transaction_id": "0073ecc5-0158-48a9-b148-33cb082c156c",
"bank_txn_type": "DEBIT",
"bank_total_amount": 316.85,
"bank_currency": "USD",
"bank_date": "2022-03-22",
"bank_merchant": null,
"bank_description": "Lorem ipsum",
"bank_category": null,
"accounting_table": "expense",
"accounting_table_id": "f7c7dd07-dfcf-4a65-8a69-cf6a00b54194",
"accounting_txn_type": "DEBIT",
"accounting_total_amount": 316.85,
"accounting_currency": "USD",
"accounting_date": "2022-03-22 00:00:00",
"accounting_merchant": null,
"accounting_description": "Lorem ipsum",
"accounting_category": null,
"has_match": true
},
{
"type": "BANK",
"bank_transaction_id": "0073ecc5-0158-48a9-b148-33cb082c156c",
"bank_txn_type": "DEBIT",
"bank_total_amount": 316.85,
"bank_currency": "USD",
"bank_date": "2022-03-22",
"bank_merchant": null,
"bank_description": "Lorem ipsum",
"bank_category": null,
"accounting_table": "expense",
"accounting_table_id": "f7c7dd07-dfcf-4a65-8a69-cf6a00b54194",
"accounting_txn_type": "DEBIT",
"accounting_total_amount": 316.85,
"accounting_currency": "USD",
"accounting_date": "2022-03-22 00:00:00",
"accounting_merchant": null,
"accounting_description": "Lorem ipsum",
"accounting_category": null,
"has_match": true
}
]
}