Identifying information for transferring money to or from a US account via ACH or wire transfer.
Name | Type | Description | Notes |
---|---|---|---|
account_id | str | The Plaid account ID associated with the account numbers | |
account | str | The ACH account number for the account. Note that when using OAuth with Chase Bank (`ins_56`), Chase will issue "tokenized" routing and account numbers, which are not the user's actual account and routing numbers. These tokenized account numbers (also known as TANs) should work identically to normal account and routing numbers. The digits returned in the `mask` field will continue to reflect the actual account number, rather than the tokenized account number; for this reason, when displaying account numbers to the user to help them identify their account in your UI, always use the `mask` rather than truncating the `account` number. If a user revokes their permissions to your app, the tokenized numbers will continue to work for ACH deposits, but not withdrawals. | |
routing | str | The ACH routing number for the account. If the institution is `ins_56`, this may be a tokenized routing number. For more information, see the description of the `account` field. | |
wire_routing | str, none_type | The wire transfer routing number for the account, if available | |
can_transfer_in | bool, none_type | Whether the account supports ACH transfers into the account | [optional] |
can_transfer_out | bool, none_type | Whether the account supports ACH transfers out of the account | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |