Public preview
Adds account holder information to Financial Address credentials for US bank accounts Public preview
What’s new
Adds the account_holder_name and account_holder_address properties to the us_bank_account object in the Financial Addresses API. The account_holder_name property is a string value representing the name of the person or business that owns the bank account. The account_holder_address property is an address object containing the address information of the account holder.
Impact
You can now provide more detailed information about US bank account holders when working with financial addresses. This additional information helps ensure accurate account identification and can support compliance requirements for financial transactions.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| account_holder_address account_holder_name | Added | V2. MoneyManagement. FinancialAddress. credentials. us_bank_account |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-01-28. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
