-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I'm trying to create a realistic user with a checking account where they would be payed by their employer. I've put together a reasonable configuration with a checking account and some transactions, but as soon as I add the inflow_model
object, it stops working, and the fetched accounts stop being the ones I've specified (I get the typical Plaid Savings and Plaid Checking default from user_good).
This is the object I'm using as inflow model:
"inflow_model": {
"type": "monthly-income",
"income_amount": 2323.45,
"payment_day_of_month": 25,
"transaction_name": "Some company Ltd. Payroll"
}
I've tried the example on this repo an it is not working either.
Thanks in advance for your help!
Metadata
Metadata
Assignees
Labels
No labels