In the transaction xsd, I do not see any transaction date
but for accounting purposes, that detail is essential. Is userDate
or availableDate
related to transaction date somehow?
Asked
Active
Viewed 115 times
1

Manas Mukherjee
- 5,270
- 3
- 18
- 30

hngo
- 151
- 6
2 Answers
0
If you check the query parameters of getAccountTransaction API, you'll see txnStartDate and txnEndDate are referring to posted date. It is available in the response too. That should be the correct date to consider.
PN- Please ignore all transactions which are in pending state.

Manas Mukherjee
- 5,270
- 3
- 18
- 30
0
https://developer.intuit.com/docs/@api/deki/files/46/customercentral_1.wadl has the "accounts/{accountId}/transactions"for "getAccountTransactions": It has the Transaction start date and the Transaction end date which should solve your purpose.

nimisha shrivastava
- 2,357
- 2
- 16
- 31