Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds new address fields to Accounts v2 for Singapore compliance


Adds new address fields to Accounts v2 for Singapore compliance

What’s new

Adds the additional_addresses property to the identity.business_details hash of the v2 Account object. This property contains the business’s principal place of business and administrative address. Set each address’s purpose to principal_place_of_business or administrative.

You can optionally provide the additional_addresses parameter when you create or update a v2 Account, or create an Account Token.

Impact

If you use API-based onboarding for Singapore connected accounts, update your integration to pass additional_addresses with the applicable purpose values when required. For implementation guidance, see Upcoming requirement updates for Singapore.

Unless it’s required for you, additional_addresses is optional and doesn’t affect existing requests.

Changes

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-07-29. dahlia
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?