type PaymentMethodBankAccount
Bank account detail for a stored payment method whose type is BankAccount.
| Field | Type | Description |
|---|---|---|
institutionName | String | Name of the institution holding the account. Ex. Chase. Depends on the provider: reported for accounts linked through Plaid, and generally absent for accounts stored directly with the card processor, which does not return it. |
accountHolderName | String | Name on the account as reported by the provider. |
last4 | String | Last four digits of the account number. |
accountType | PaymentMethodBankAccountType | Whether the account is a checking or savings account. |