Errors Getting a Bank Transaction
Error one:
{
"code": 1002,
"message": "Transaction does not exist."
}
Error two:
{
"code": 1045,
"message": "The transaction ID provided is invalid. Kindly enter the IDs specific to banking to proceed."
}
I am getting value of each entity in zoho in order to create models on my program that match Zoho Books entities since the API docs is outdated and do not have the proper properties for each entity. My accesstokens/auth is correct for each request and the transactions do exist within my zoho books and I am able to receive all transactions but not data on a single transaction. Any help would be appreciated. Thank you.