Describe the bug
I have an account that hasn't been updating - but api wise I think it thinks it's updating. When I log into mint I see this:
When I look at MINT directly and use the web inspector to see the API Calls:
"metaData" : {
"createdDate" : "2010-07-03T11:06:55Z",
"lastUpdatedDate" : "2023-06-26T22:23:26Z",
"link" : [ {
"otherAttributes" : { },
"href" : "/v1/accounts/xxxxxxxxx",
"rel" : "self"
} ]
},
This is the same data the scraper is pulling down. My question is - how do I reconcile the visual on MINT to the metadata. Is there another endpoint I should be hitting. I'm pretty sure this ISNT a mintapi issue - but wanted to verify it.
Additional context
My question is - Is this a bug (I don't think so) - but if it's not a bug is there a way to reconcile the differences? I guess I could pull last transaction or something?
Describe the bug
I have an account that hasn't been updating - but api wise I think it thinks it's updating. When I log into mint I see this:
When I look at MINT directly and use the web inspector to see the API Calls:
This is the same data the scraper is pulling down. My question is - how do I reconcile the visual on MINT to the metadata. Is there another endpoint I should be hitting. I'm pretty sure this ISNT a mintapi issue - but wanted to verify it.
Additional context
My question is - Is this a bug (I don't think so) - but if it's not a bug is there a way to reconcile the differences? I guess I could pull last transaction or something?