Skip to content

Custom user with inflow_model doesn't work #7

@cristian-moreno-ruiz

Description

@cristian-moreno-ruiz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions