Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds account holder information to Financial Address credentials for US bank accounts


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

ParametersChangeResources or endpoints
account_holder_address account_holder_nameAddedV2. MoneyManagement. FinancialAddress. credentials. us_bank_account

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?