Open strubled opened 4 years ago
Categories are returned in the transaction API
Category overview
Send a request to the /categories/get endpoint to get detailed information on categories returned by Plaid. This endpoint does not require authentication.
plaid.com/docs/#retrieve-transactions-request
i think we'd need to...return transactions over x months, then total the amount of spend for the categories that the cards pay out for. In order to do that, we'll probably have to create mapping that links n categories to "dining".
we'll need to store the totals...i don't feel comfy storing each transaction itself unless we need to.
That makes sense. I think something to be aware of ... looks like the limit on the API may be 500 transactions.
Sent from my iPhone
On May 18, 2020, at 2:06 PM, Dan Struble notifications@github.com wrote:
i think we'd need to...return transactions over x months, then total the amount of spend for the categories that the cards pay out for. In order to do that, we'll probably have to create mapping that links n categories to "dining".
we'll need to store the totals...i don't feel comfy storing each transaction itself unless we need to.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or unsubscribe.
need to know if it can return a total for grocery spend, etc