# User Funding Account Object

{% tabs %}
{% tab title="Details" %}

| **Field**             | **Type** | **Description**                                                   |
| --------------------- | -------- | ----------------------------------------------------------------- |
| account\_type         | String   | Type of bank account. Enumerated value CHECKING or SAVINGS        |
| account\_number       | String   | Last 4 digits of the funding account number                       |
| institution\_name     | String   | Name of the institution/bank associated with the account          |
| verification\_status  | String   | Enumerated value: PENDING, VERIFIED, FAILED, and LOGIN\_REQUIRED. |
| funding\_source\_type | String   | Enumerated value: CARD, BANK\_ACCOUNT                             |
| id                    | UUID     | ID of the account                                                 |
| user\_id              | UUID     | User’s ID                                                         |
| funding\_source\_name | String   | Name of the funding account                                       |
| type                  | String   | Enumerated value BANK\_ACCOUNT, CARD                              |
| {% endtab %}          |          |                                                                   |
| {% endtabs %}         |          |                                                                   |
