/v1/customers/{customer}/bank_accounts/{id}By default, you can see the 10 most recent sources stored on a Customer directly on the object, but you can also retrieve details about a specific bank account stored on the Stripe account.
| Name | Description |
|---|---|
| customer* | |
| id* |
| Name | Description |
|---|---|
| expand | Specifies which fields in the response should be expanded. |
object (no properties in spec)
| Field | Type | Description |
|---|---|---|
| account | string | account | The account this bank account belongs to. Only applicable on Accounts (not customers or recipients) This property is only available when returned as an External Account where controller.is_controller is |
| account_holder_name | string | The name of the person or business that owns the bank account. |
| account_holder_type | string | The type of entity that holds the account. This can be either |
| account_type | string | The bank account type. This can only be |
| available_payout_methods | array<string> | A set of available payout methods for this bank account. Only values from this set should be passed as the |
| bank_name | string | Name of the bank associated with the routing number (e.g., |
| country* | string | Two-letter ISO code representing the country the bank account is located in. |
| currency* | string (currency) | Three-letter ISO code for the currency paid out to the bank account. |
| customer | string | customer | deleted_customer | The ID of the customer that the bank account is associated with. |
| default_for_currency | boolean | Whether this bank account is the default external account for its currency. |
| fingerprint | string | Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. |
| future_requirements | external_account_requirements | Information about the upcoming new requirements for the bank account, including what information needs to be collected, and by when. |
| id* | string | Unique identifier for the object. |
| last4* | string | The last four digits of the bank account number. |
| metadata | object | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. |
| object* | string | String representing the object's type. Objects of the same type share the same value. |
| requirements | external_account_requirements | Information about the requirements for the bank account, including what information needs to be collected. |
| routing_number | string | The routing transit number for the bank account. |
| status* | string | For bank accounts, possible values are |