On the Sandbox of the Plaid Dashboard I have tried unsuccessfully to add a Test User that on the config json has a list of Transactions where I can add the “category” property, since in the documentation it shows there exist such a property, but when I try to save it I get the following error message: “does not match expected schema”.
For example this transaction:
{
"currency": "USD",
"date_posted": "2024-03-19",
"date_transacted": "2024-03-18",
"description": "DEBIT CRD AUTOPAY 98712 000000002879123 KIUWPWRSXTKF UXYOTLLKJHA C",
"category": [
"Transaction",
"Deposit"
]
}
I tried removing the category property and the json got saved successfully. I need that list of categories so that I can better distinguish between Deposits and Withdrawals, among obtaining other valuable information.